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/hyphens/hyphens-none-shy-on-2nd-line-001.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>CSS Text: `hyphens: none` disables soft hyphens on 2nd and later lines</title>
<link rel="match" href="reference/hyphens-none-shy-on-2nd-line-001-ref.html">
<style>
.target {
hyphens: none;
width: 10ch;
}
</style>
<div class="target">
12345678
Deoxy­ribo­nucleic
Deoxy­ribo­nucleic
12345678
</div>