Skip to content

Commit bb1a39e

Browse files
committed
remove IDEOGRAPHIC SPACE from list of word separators affected by word-spacing http://lists.w3.org/Archives/Public/www-international/2008OctDec/0001.html
1 parent 4b65c9f commit bb1a39e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css3-text/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1699,7 +1699,7 @@ <h3 id="word-spacing"><span class="secno">7.1.</span>
16991699
each side of the character.
17001700
<span class="issue">This is correct for Ethiopian and doesn't matter for invisible spaces, but is it correct for Tibetan? Most publications seem to add space <em>after</em> the tsek mark during justification.</span>
17011701
Word-separator characters include the space (U+0020), the no-break space
1702-
(U+00A0), the Ethiopic word space (U+1361), the ideographic space (U+3000),
1702+
(U+00A0), the Ethiopic word space (U+1361),
17031703
the Aegean word separators (U+10100,U+10101), the Ugaritic word divider
17041704
(U+1039F), and the Tibetan tsek (U+0F0B, U+0F0C).
17051705
<span class="issue">Is this list correct?</span>
@@ -1708,8 +1708,8 @@ <h3 id="word-spacing"><span class="secno">7.1.</span>
17081708
character has a zero advance width (such as the zero width space U+200B)
17091709
then the user agent must not create an additional spacing between words.
17101710

1711-
General punctuation and fixed-width spaces (such as U+2000 through U+200A)
1712-
are not considered word-separators.</p>
1711+
General punctuation and fixed-width spaces (such as U+3000 and U+2000
1712+
through U+200A) are not considered word-separators.</p>
17131713

17141714
<h3 id="letter-spacing"><span class="secno">7.2.</span>
17151715
Tracking: the 'letter-spacing' property</h3>

0 commit comments

Comments
 (0)