Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-text/text-align/text-align-justify-shy-001.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>text-align: justify with soft-hyphens</title>
<link rel='author' title='Koji Ishii' href='mailto:kojii@chromium.org'>
<link rel='match' href='reference/text-align-justify-shy-ref-001.html'>
<style>
div {
text-align: justify;
width: 10ch;
}
</style>
<div>abc def ghijkl</div>
<div>ab­c def ghijkl</div>
<div>ab<span>­</span>c def ghijkl</div>