File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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]]
You can’t perform that action at this time.
0 commit comments