Skip to content

Commit 09f07e9

Browse files
committed
1 parent 343ad22 commit 09f07e9

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

css-text-4/Overview.bs

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Text Wrap Settings: the 'text-wrap' property</h3>
230230
lines always break at forced breaks:
231231
for all values,
232232
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
234234
in [[!UAX14]] must be honored.
235235

236236
UAs that allow breaks at punctuation other than spaces
@@ -298,7 +298,7 @@ Inline breaks between boxes: the 'wrap-before'/'wrap-after' properties</h3>
298298
<dt><dfn>line</dfn>
299299
<dd>
300300
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.
302302

303303
<dt><dfn>flex</dfn>
304304
<dd>
@@ -629,7 +629,7 @@ Hyphenation Line Limits: the 'hyphenate-limit-lines' and 'hyphenate-limit-last'
629629

630630

631631
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
633633
visible to the reader at the same time. Values are:
634634

635635
<dl dfn-for=hyphenate-limit-lines dfn-type=value>
@@ -1196,13 +1196,15 @@ Text Spacing Character Classes</h4>
11961196
that belongs to the CJK Symbols and Punctuation block (U+3000&#8211;U+303F)
11971197
or is categorized as East Asian Fullwidth (F) by [[!UAX11]].
11981198
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>).
12001201
When trimmed, the right (for horizontal text) or bottom (for vertical text) half is kerned.
12011202

12021203
<dt><dfn>fullwidth middle dot punctuation</dfn>
12031204
<dd>
12041205
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>).
12061208

12071209
<dt><dfn>fullwidth colon punctuation</dfn>
12081210
<dd>
@@ -1217,6 +1219,7 @@ Text Spacing Character Classes</h4>
12171219
FULLWIDTH FULL STOP (U+FF0E).
12181220
</dl>
12191221

1222+
<p id=fullwidth-ambiguous>
12201223
Whether fullwidth colon punctuation and fullwidth dot punctuation
12211224
should be considered fullwidth closing punctuation or fullwidth middle dot punctuation
12221225
depends on where in the glyph's box the punctuation is drawn.

0 commit comments

Comments
 (0)