tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

word-break-break-all-ethiopic.html (907B)


      1 <!DOCTYPE html>
      2 <html lang="en" >
      3 <meta charset="utf-8">
      4 <title>break-all Ethiopic word breaking</title>
      5 <meta name="assert" content="word-break: break-all means Ethiopid words break according to the older rules (letter by letter).
      6 Nevertheless, the breaking prohibition before the Ethiopic word space (U+1361)
      7 which belongs the BA line breaking class,
      8 is honored.">
      9 <link rel='help' href='https://drafts.csswg.org/css-text-3/#word-break-property'>
     10 <link rel='match' href='reference/word-break-break-all-ethiopic-ref.html'>
     11 <link rel='author' title='Florian Rivoal' href='https://florian.rivoal.net'>
     12 <style>
     13 div {
     14    width: 0;
     15    color: blue;
     16    word-break: break-all;
     17 }
     18 .ref {
     19    color: orange;
     20    width: auto;
     21    white-space: pre;
     22 }
     23 </style>
     24 
     25 <p> Test passes if the blue and orange text are identical.
     26 
     27 <div lang=am>በ፡በ፡በ፡በ</div>
     28 <div lang=am class=ref>በ፡
     29 በ፡
     30 በ፡
     31 </div>