Skip to content

Commit 514dffb

Browse files
committed
[css-text-3] Define ‘word separator’ a bit more precisely. #3878
1 parent f426580 commit 514dffb

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

css-text-3/Overview.bs

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4740,8 +4740,9 @@ Word Spacing: the 'word-spacing' property</h3>
47404740
</wpt>
47414741

47424742
<p><dfn id="word-separator" lt="word-separator character | word separator">Word-separator characters</dfn>
4743-
are <a>typographic character units</a> whose purpose and general usage is to separate words.
4744-
In [[UNICODE]] this includes
4743+
are <a>typographic character units</a>
4744+
whose primary purpose and general usage is to separate words.
4745+
In [[UNICODE]] this includes (but is not exhaustively defined as)
47454746
the space (U+0020), the no-break space (U+00A0), the Ethiopic word space (U+1361),
47464747
the Aegean word separators (U+10100,U+10101), the Ugaritic word divider (U+1039F),
47474748
and the Phoenician Word Separator (U+1091F).
@@ -4759,9 +4760,11 @@ Word Spacing: the 'word-spacing' property</h3>
47594760
word-spacing-characters-003.xht
47604761
</wpt>
47614762

4762-
General punctuation
4763-
and fixed-width spaces (such as U+3000 and U+2000 through U+200A)
4764-
are not considered [=word-separator characters=].
4763+
Note: Neither punctuation in general,
4764+
nor fixed-width spaces (such as U+3000 and U+2000 through U+200A),
4765+
are considered [=word-separator characters=],
4766+
because even though they frequently happen to separate words,
4767+
their primary purpose is not to separate words.
47654768

47664769
<wpt pathprefix="css/CSS2/text">
47674770
word-spacing-characters-002.xht

0 commit comments

Comments
 (0)