<!DOCTYPE html>
<style>
div {
border: thin solid black;
-webkit-hyphens: auto;
hyphens: auto;
width: 5ch;
}
</style>
<div lang="en-us">a hyphenation test</div>
<!DOCTYPE html>
<style>
div {
border: thin solid black;
-webkit-hyphens: auto;
hyphens: auto;
width: 5ch;
}
</style>
<div lang="en-us">a hyphenation test</div>