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-break-all-ethiopic.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html lang="en" >
<meta charset="utf-8">
<title>break-all Ethiopic word breaking</title>
<meta name="assert" content="word-break: break-all means Ethiopid words break according to the older rules (letter by letter).
Nevertheless, the breaking prohibition before the Ethiopic word space (U+1361)
which belongs the the BA line breaking class,
is honored.">
<link rel='match' href='reference/word-break-break-all-ethiopic-ref.html'>
<style>
div {
width: 0;
color: blue;
word-break: break-all;
}
.ref {
color: orange;
width: auto;
white-space: pre;
}
</style>
<p> Test passes if the blue and orange text are identical.
<div lang=am>በ፡በ፡በ፡በ</div>
<div lang=am class=ref>በ፡
በ፡
በ፡
በ</div>