@@ -640,7 +640,7 @@ Hyphenation Character Limits: the 'hyphenate-limit-chars' property</h3>
640640 and the third value is the minimum for characters after the hyphenation point.
641641 If the third value is missing, it is the same as the second.
642642 If the second value is missing, then it is ''hyphenate-limit-chars/auto'' .
643- The <dfn type=value for=hyphenate-limit-chars>auto</dfn> value means that
643+ The <dfn dfn- type=value dfn- for=hyphenate-limit-chars>auto</dfn> value means that
644644 the UA chooses a value that adapts to the current layout.
645645
646646 Note: Unless the UA is able to calculate a better value,
@@ -1448,14 +1448,14 @@ Text Spacing Character Classes</h4>
14481448 that belongs to the CJK Symbols and Punctuation block (U+3000–U+303F)
14491449 or is categorized as East Asian Fullwidth (F) by [[!UAX11]] .
14501450 Also includes RIGHT SINGLE QUOTATION MARK (U+2019) and RIGHT DOUBLE QUOTATION MARK (U+201D).
1451- May also include fullwidth colon punctuation and/or fullwidth dot punctuation
1451+ May also include [= fullwidth colon punctuation=] and/or [= fullwidth dot punctuation=]
14521452 ((<a href="#fullwidth-ambiguous">see below</a> ).
14531453 When trimmed, the right (for horizontal text) or bottom (for vertical text) half is kerned.
14541454
14551455 <dt> <dfn>fullwidth middle dot punctuation</dfn>
14561456 <dd>
14571457 Includes MIDDLE DOT (U+00B7), HYPHENATION POINT (U+2027), and KATAKANA MIDDLE DOT (U+30FB).
1458- May also include fullwidth colon punctuation and/or fullwidth dot punctuation
1458+ May also include [= fullwidth colon punctuation=] and/or [= fullwidth dot punctuation=]
14591459 (<a href="#fullwidth-ambiguous">see below</a> ).
14601460
14611461 <dt> <dfn>fullwidth colon punctuation</dfn>
@@ -1472,17 +1472,17 @@ Text Spacing Character Classes</h4>
14721472 </dl>
14731473
14741474 <p id=fullwidth-ambiguous>
1475- Whether fullwidth colon punctuation and fullwidth dot punctuation
1476- should be considered fullwidth closing punctuation or fullwidth middle dot punctuation
1475+ Whether [= fullwidth colon punctuation=] and [= fullwidth dot punctuation=]
1476+ should be considered [= fullwidth closing punctuation=] or [= fullwidth middle dot punctuation=]
14771477 depends on where in the glyph's box the punctuation is drawn.
14781478 If the punctuation is centered,
14791479 then it should be considered middle dot punctuation.
14801480 If the punctuation is drawn to one side (left in horizontal text, top in vertical text)
14811481 and the other half is therefore blank
14821482 then the punctuation should be considered closing punctuation and trimmed accordingly.
14831483
1484- The UA must classify fullwidth colon punctuation and fullwidth dot punctuation
1485- under either the fullwidth closing punctuation category or the fullwidth middle dot punctuation category
1484+ The UA must classify [= fullwidth colon punctuation=] and [= fullwidth dot punctuation=]
1485+ under either the [= fullwidth closing punctuation=] category or the [= fullwidth middle dot punctuation=] category
14861486 as appropriate.
14871487 The UA may rely on language conventions and the writing mode (horizontal vs. vertical),
14881488 and/or font information to determine this categorization.
0 commit comments