Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!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>