Skip to content

Commit 5e84fe8

Browse files
committed
[css-text-4] Clarify order of text-spacing and bidi #10803
1 parent 7664170 commit 5e84fe8

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

css-text-4/Overview.bs

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12127,12 +12127,15 @@ Text Processing Order of Operations</h2>
1212712127
<li>
1212812128
[=wrapping|text wrapping=] while applying per line:
1212912129

12130-
* [[#text-indent-property|indentation]]
12131-
* [[css-writing-modes-4#text-direction|bidirectional reordering]] [[!CSS2]] / [[!CSS-WRITING-MODES-4]]
12132-
* [[#white-space-phase-2|white space processing]] part II
12133-
* <a href="https://www.w3.org/TR/css-fonts-3/">font/glyph selection and positioning</a> [[!CSS-FONTS-3]]
12134-
* 'letter-spacing', 'word-spacing', 'text-spacing', and 'line-padding'
12135-
* [[#hanging-punctuation-property|hanging punctuation]]
12130+
1. [[#text-indent-property|indentation]]
12131+
2. [[css-writing-modes-4#text-direction|bidirectional reordering]] [[!CSS2]] / [[!CSS-WRITING-MODES-4]]
12132+
3. [[#white-space-phase-2|white space processing]] part II
12133+
4. 'line-padding', 'letter-spacing', 'word-spacing', and 'text-spacing'
12134+
5. <a href="https://www.w3.org/TR/css-fonts-3/">font/glyph selection and positioning</a> [[!CSS-FONTS-3]]
12135+
6. [[#hanging-punctuation-property|hanging punctuation]]
12136+
12137+
Note: These operations can impact how much text fits on the line,
12138+
and thus loop back to wrapping.
1213612139

1213712140
<li>
1213812141
[[#justification|justification]]

0 commit comments

Comments
 (0)