@@ -230,7 +230,7 @@ Text Wrap Settings: the 'text-wrap' property</h3>
230
230
lines always break at forced breaks:
231
231
for all values,
232
232
line-breaking behavior defined
233
- for the BK, CR, LF, CM NL, and SG line breaking classes
233
+ for the BK, CR, LF, CM, NL, and SG line breaking classes
234
234
in [[!UAX14]] must be honored.
235
235
236
236
UAs that allow breaks at punctuation other than spaces
@@ -298,7 +298,7 @@ Inline breaks between boxes: the 'wrap-before'/'wrap-after' properties</h3>
298
298
<dt> <dfn>line</dfn>
299
299
<dd>
300
300
Force a line break immediately before/after the box
301
- if box is an <a>inline-level</a> box.
301
+ if the box is an <a>inline-level</a> box.
302
302
303
303
<dt> <dfn>flex</dfn>
304
304
<dd>
@@ -629,7 +629,7 @@ Hyphenation Line Limits: the 'hyphenate-limit-lines' and 'hyphenate-limit-last'
629
629
630
630
631
631
This property indicates hyphenation behavior at the end of elements,
632
- column, pages and spreads. A spread is a set of two pages that are
632
+ column, pages, and spreads. A spread is a set of two pages that are
633
633
visible to the reader at the same time. Values are:
634
634
635
635
<dl dfn-for=hyphenate-limit-lines dfn-type=value>
@@ -1196,13 +1196,15 @@ Text Spacing Character Classes</h4>
1196
1196
that belongs to the CJK Symbols and Punctuation block (U+3000–U+303F)
1197
1197
or is categorized as East Asian Fullwidth (F) by [[!UAX11]] .
1198
1198
Also includes RIGHT SINGLE QUOTATION MARK (U+2019) and RIGHT DOUBLE QUOTATION MARK (U+201D).
1199
- May also include fullwidth colon punctuation and/or fullwidth dot punctuation (see below).
1199
+ May also include fullwidth colon punctuation and/or fullwidth dot punctuation
1200
+ ((<a href="#fullwidth-ambiguous">see below</a> ).
1200
1201
When trimmed, the right (for horizontal text) or bottom (for vertical text) half is kerned.
1201
1202
1202
1203
<dt> <dfn>fullwidth middle dot punctuation</dfn>
1203
1204
<dd>
1204
1205
Includes MIDDLE DOT (U+00B7), HYPHENATION POINT (U+2027), and KATAKANA MIDDLE DOT (U+30FB).
1205
- May also include fullwidth colon punctuation and/or fullwidth dot punctuation (see below).
1206
+ May also include fullwidth colon punctuation and/or fullwidth dot punctuation
1207
+ (<a href="#fullwidth-ambiguous">see below</a> ).
1206
1208
1207
1209
<dt> <dfn>fullwidth colon punctuation</dfn>
1208
1210
<dd>
@@ -1217,6 +1219,7 @@ Text Spacing Character Classes</h4>
1217
1219
FULLWIDTH FULL STOP (U+FF0E).
1218
1220
</dl>
1219
1221
1222
+ <p id=fullwidth-ambiguous>
1220
1223
Whether fullwidth colon punctuation and fullwidth dot punctuation
1221
1224
should be considered fullwidth closing punctuation or fullwidth middle dot punctuation
1222
1225
depends on where in the glyph's box the punctuation is drawn.
0 commit comments