Skip to content

Commit 86d0002

Browse files
committed
[css-text-3] Fix bikeshed errors
1 parent 09eac57 commit 86d0002

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-text/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Module Interactions</h3>
134134
<h3 id="values">
135135
Values</h3>
136136

137-
This specification follows the <a href="https://www.w3.org/TR/CSS21/about.html#property-defs">CSS property definition conventions</a> from [[!CSS2]].
137+
This specification follows the <a href="https://www.w3.org/TR/CSS21/about.html#property-defs">CSS property definition conventions</a> from [[!CSS21]].
138138
Value types not defined in this specification are defined in CSS Values & Units [[!CSS-VALUES-3]].
139139
Other CSS modules may expand the definitions of these value types.
140140

@@ -1670,7 +1670,7 @@ Word Spacing: the 'word-spacing' property</h3>
16701670
<!-- -->:lang(en) { word-spacing: 100%; }</pre>
16711671

16721672
<p>The following example will <em>add</em> half the the width of the
1673-
&ldquo;0&rdquo; glyph to word spacing character [[CSS3VAL]]:
1673+
&ldquo;0&rdquo; glyph to word spacing character [[CSS-VALUES-3]]:
16741674
<pre>p { word-spacing: 0.5ch; }</pre>
16751675
</div>
16761676

0 commit comments

Comments
 (0)