word-break-normal-ethiopic.html (904B)
1 <!DOCTYPE html> 2 <html lang="en" > 3 <meta charset="utf-8"> 4 <title>Normal Ethiopic word breaking</title> 5 <meta name="assert" content="word-break: normal means Ethiopid words break according to their customary rules (word by word)"> 6 <link rel='help' href='https://drafts.csswg.org/css-text-3/#word-break-property'> 7 <link rel='match' href='reference/word-break-normal-ethiopic-ref.html'> 8 <link rel='author' title='Florian Rivoal' href='https://florian.rivoal.net'> 9 <style> 10 div { 11 width: 0; 12 color: blue; 13 } 14 .ref { 15 color: orange; 16 width: auto; 17 white-space: pre; 18 } 19 </style> 20 21 <p> Test passes if the blue and orange text are identical. 22 23 <div lang=am>ተወልዱ፡ኵሉ፡ሰብእ፡ግዑዛን፡ወዕሩያን፡በማዕረግ፡ወብሕግ።</div> 24 <div lang=am class=ref>ተወልዱ፡ 25 ኵሉ፡ 26 ሰብእ፡ 27 ግዑዛን፡ 28 ወዕሩያን፡ 29 በማዕረግ፡ 30 ወብሕግ።</div>