Skip to content

Commit 25dd804

Browse files
committed
[css-text] Fix stray text from when word-spacing took percentages
Part of w3c#2165
1 parent e93a0f6 commit 25dd804

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

css-text-3/Overview.bs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2876,14 +2876,6 @@ Minimum Requirements for ''text-justify/auto'' Justification</h4>
28762876
<p>CSS offers control over text spacing
28772877
via the 'word-spacing' and 'letter-spacing' properties, which specify additional space
28782878
around <a>word separators</a> or between <a>typographic character units</a>, respectively.
2879-
The 'word-spacing' property can now be specified in percentages,
2880-
making it possible to, for example, double or eliminate word spacing.
2881-
2882-
<div class="example">
2883-
<p>In the following example, word spacing is halved,
2884-
but may expand if needed for text justification.
2885-
<pre>p { word-spacing: -50%; }</pre>
2886-
</div>
28872879

28882880
<h3 id="word-spacing-property" oldids="word-spacing">
28892881
Word Spacing: the 'word-spacing' property</h3>

0 commit comments

Comments
 (0)