We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9954c commit 6030c88Copy full SHA for 6030c88
1 file changed
css-text-3/Overview.bs
@@ -3558,8 +3558,9 @@ Word Spacing: the 'word-spacing' property</h3>
3558
character has a zero advance width (such as the zero width space U+200B)
3559
then the user agent must not create an additional spacing between words.
3560
3561
- General punctuation and fixed-width spaces (such as U+3000 and U+2000
3562
- through U+200A) are not considered word-separator characters.</p>
+ General punctuation (from U+2000 to U+206F)
+ and fixed-width spaces (such as U+3000 and U+2000 through U+200A)
3563
+ are not considered word-separator characters.</p>
3564
3565
<h3 id="letter-spacing-property" caniuse="css-letter-spacing" oldids="letter-spacing">
3566
Tracking: the 'letter-spacing' property</h3>
0 commit comments