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/word-break/word-break-keep-all-u002d.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="match" href="reference/word-break-keep-all-u002d-ref.html">
<style>
#container {
font-size: 20px;
width: 3ch;
word-break: keep-all;
}
</style>
<div id="container">
<div>AB-CD-EF</div>
<div>12-34-56</div>
</div>