File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -2410,13 +2410,22 @@ Text Processing</h3>
2410
2410
Line Breaking Details</h3>
2411
2411
2412
2412
<p> When determining <a>line breaks</a> :
2413
+
2413
2414
<ul>
2415
+ <li> The interaction of [=line breaking=] and bidirectional text is defined by
2416
+ [[!CSS-WRITING-MODES-3]] and [[!UAX9]] ,
2417
+ see in particular [[css-writing-modes-3#bidi-algo]]
2418
+ and <a href="http://unicode.org/reports/tr9/#Reordering_Resolved_Levels">UAX9§3.4 Reordering Resolved Levels</a> .
2419
+
2414
2420
<li> Regardless of the 'white-space' value,
2415
2421
lines always break at each <a>preserved</a> forced break character:
2416
2422
thus
2417
2423
for all values, line-breaking behavior defined for
2418
2424
the <code> BK</code> and <code> NL</code> Unicode line breaking classes [[!UAX14]]
2419
2425
must be honored.
2426
+
2427
+ Note: The bidi implications of such [=forced line breaks=] are defined by [[!UAX9]] .
2428
+
2420
2429
<li> Except where explicitly defined otherwise
2421
2430
(e.g. for ''line-break: anywhere'' or ''overflow-wrap: anywhere'' )
2422
2431
line breaking behavior defined for
You can’t perform that action at this time.
0 commit comments