We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c2500 commit f7bcac1Copy full SHA for f7bcac1
1 file changed
css-writing-modes/Overview.bs
@@ -2510,7 +2510,7 @@ Text Run Rules</h4>
2510
<p>no text would combine: the 12 and 34 both share an ancestor with the same 'text-combine-upright' value,
2511
and therefore are considered part of a sequence of four combinable digits interrupted by a box boundary.
2512
However in these cases:
2513
- <pre>12<tcy><span>34></span></tcy>
+ <pre>12<tcy><span>34</span></tcy>
2514
12<tcy><span></span>34</tcy>
2515
12<tcy>34<span></span></tcy></pre>
2516
<p>The 34 would combine, because the 12 immediately previous does not share with the 34 an ancestor with a common 'text-combine-upright',
0 commit comments