@@ -838,9 +838,9 @@ <h3 id=tab-size><span class=secno>3.2. </span> Tab Character Size: the
838838 < td > specified value
839839 </ table >
840840
841- < p > This property determines the measure of the tab character (U+0009) when
842- rendered. Integers represent the measure in space characters (U+0020).
843- Negative integers are not allowed.
841+ < p > This property determines the < a href =" # tab-size1 " > < i > tab size </ i > </ a >
842+ used to render preserved tab characters (U+0009). Integers represent the
843+ measure in space characters (U+0020). Negative values are not allowed.
844844
845845 < h3 id =white-space-rules > < span class =secno > 3.3. </ span > The White Space
846846 Processing Rules</ h3 >
@@ -897,11 +897,12 @@ <h3 id=white-space-rules><span class=secno>3.3. </span> The White Space
897897 removed.
898898
899899 < li > Each tab is rendered as a horizontal shift that lines up the start
900- edge of the next glyph with the next tab stop. Tab stops occur at points
901- that are multiples of the width of a space (U+0020) rendered in the
902- block's font from the block's starting content edge. How many spaces is
903- given by the ‘< a href ="#tab-size0 "> < code
904- class =property > tab-size</ code > </ a > ’ property.
900+ edge of the next glyph with the next tab stop. < dfn id =tab-stops > Tab
901+ stops</ dfn > occur at points that are multiples of the < a
902+ href ="#tab-size1 "> < i > tab size</ i > </ a > from the block's starting content
903+ edge. The < dfn id =tab-size1 > tab size</ dfn > is given by the ‘< a
904+ href ="#tab-size0 "> < code class =property > tab-size</ code > </ a > ’
905+ property.
905906
906907 < li > A sequence of collapsible spaces at the end of a line is removed.
907908
@@ -1433,12 +1434,13 @@ <h3 id=word-break><span class=secno>4.2. </span> Word Breaking Rules: the
14331434 < dt > < dfn id =keep-all title ="word-break:keep-all "> ‘< code
14341435 class =css > keep-all</ code > ’</ dfn >
14351436
1436- < dd > Break opportunties between ID/ID, AL/ID, and ID/AL as defined in < a
1437- href ="#UAX14 " rel =biblioentry > [UAX14]<!--{{UAX14}}--> </ a > are prohibited.
1438- Otherwise this option is equivalent to ‘< code
1437+ < dd > Implicit breaks between letters are suppressed, i.e. break
1438+ opportunties between pairs of ID, AL, AI, and HL characters as defined in
1439+ < a href ="#UAX14 " rel =biblioentry > [UAX14]<!--{{UAX14}}--> </ a > are are
1440+ prohibited. Otherwise this option is equivalent to ‘< code
14391441 class =css > normal</ code > ’. This option produces a style where
14401442 sequences of ideographic characters do not break, and word separator
1441- characters are present to create line-breaking opportunities. Such sytle
1443+ characters are present to create line-breaking opportunities. This style
14421444 is sometimes seen in Korean magazines, and is also useful for
14431445 mixed-script text where CJK snippets are mixed into another language that
14441446 uses spaces for seapration.
@@ -3186,11 +3188,12 @@ <h3 id=hanging-punctuation><span class=secno>9.2. </span> Hanging
31863188 of a line. At most one punctuation character may < a
31873189 href ="#hangs "> < i > hang</ i > </ a > at each edge of the line.
31883190
3189- < p > A hanging punctuation mark is still enclosed inside its inline box and
3190- participates in text justification: its character advance width is just
3191- not measured when determining how much content fits on the line, how much
3192- the line's contents need to be expanded or compressed for justification,
3193- or how to position the content within the line box for text alignment.
3191+ < p > A < i > hanging</ i > punctuation mark is still enclosed inside its inline
3192+ box and participates in text justification: its character advance width is
3193+ just not measured when determining how much content fits on the line, how
3194+ much the line's contents need to be expanded or compressed for
3195+ justification, or how to position the content within the line box for text
3196+ alignment.
31943197
31953198 < p > < dfn id =stops-and-commas > Stops and commas</ dfn > allowed to < a
31963199 href ="#hangs "> < i > hang</ i > </ a > include:
0 commit comments