Source code
Revision control
Copy as Markdown
Other Tools
<!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>