Skip to content

Commit ac4ce0a

Browse files
committed
Update links to point to Values 3 for <integer>
CSS 2.1 doesn't define <integer>, but Values 3 does.
1 parent 0d2eca7 commit ac4ce0a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

css-fonts-3/Fonts.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4978,9 +4978,9 @@ <h4 id=basic-syntax><span class=secno>6.9.1. </span>Basic syntax</h4>
49784978
href="https://www.w3.org/TR/CSS21/syndata.html#tokenization"><i>IDENT</i></a> <a
49794979
href="https://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* ':' <a
49804980
href="https://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* <a
4981-
href="https://www.w3.org/TR/CSS21/syndata.html#tokenization"><i>&lt;integer&gt;</i></a> [ <a
4981+
href="https://www.w3.org/TR/css3-values/#integer-value"><i>&lt;integer&gt;</i></a> [ <a
49824982
href="https://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* <a
4983-
href="https://www.w3.org/TR/CSS21/syndata.html#tokenization"><i>&lt;integer&gt;</i></a> ]*
4983+
href="https://www.w3.org/TR/css3-values/#integer-value"><i>&lt;integer&gt;</i></a> ]*
49844984
;
49854985
</pre>
49864986

css-fonts-3/Fonts.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3668,7 +3668,7 @@ <h4>Basic syntax</h4>
36683668
;
36693669

36703670
<dfn>feature_value_definition</dfn>
3671-
: <a href="https://www.w3.org/TR/CSS21/syndata.html#tokenization"><i>IDENT</i></a> <a href="https://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* ':' <a href="https://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* <a href="https://www.w3.org/TR/CSS21/syndata.html#tokenization"><i>&lt;integer&gt;</i></a> [ <a href="https://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* <a href="https://www.w3.org/TR/CSS21/syndata.html#tokenization"><i>&lt;integer&gt;</i></a> ]*
3671+
: <a href="https://www.w3.org/TR/CSS21/syndata.html#tokenization"><i>IDENT</i></a> <a href="https://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* ':' <a href="https://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* <a href="https://www.w3.org/TR/css3-values/#integer-value"><i>&lt;integer&gt;</i></a> [ <a href="https://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* <a href="https://www.w3.org/TR/css3-values/#integer-value"><i>&lt;integer&gt;</i></a> ]*
36723672
;
36733673
</pre>
36743674

css-fonts-3/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4978,9 +4978,9 @@ <h4 id=basic-syntax><span class=secno>6.9.1. </span>Basic syntax</h4>
49784978
href="https://www.w3.org/TR/CSS21/syndata.html#tokenization"><i>IDENT</i></a> <a
49794979
href="https://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* ':' <a
49804980
href="https://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* <a
4981-
href="https://www.w3.org/TR/CSS21/syndata.html#tokenization"><i>&lt;integer&gt;</i></a> [ <a
4981+
href="https://www.w3.org/TR/css3-values/#integer-value"><i>&lt;integer&gt;</i></a> [ <a
49824982
href="https://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* <a
4983-
href="https://www.w3.org/TR/CSS21/syndata.html#tokenization"><i>&lt;integer&gt;</i></a> ]*
4983+
href="https://www.w3.org/TR/css3-values/#integer-value"><i>&lt;integer&gt;</i></a> ]*
49844984
;
49854985
</pre>
49864986

0 commit comments

Comments
 (0)