boundary-shaping-010.html (456B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset=utf-8> 5 <title>Text shaping must not be broken across inline box boundaries when there is no change in formatting</title> 6 <link rel=match href="reference/boundary-shaping-010.ref.html"> 7 <link rel=help href="https://drafts.csswg.org/css-text/#boundary-shaping"> 8 <style> 9 body { 10 font: 36px sans-serif; 11 } 12 div { 13 text-align: center; 14 } 15 </style> 16 </head> 17 <body> 18 <div dir=rtl> 19 ال<span>سل</span>ام 20 </body> 21 </html>