Skip to content

Commit 152d48e

Browse files
committed
Change NUMBER to <integer> in Fonts 3, for #1127
1 parent 076d6a1 commit 152d48e

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

css-fonts-3/Fonts.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4958,9 +4958,9 @@ <h4 id=basic-syntax><span class=secno>6.9.1. </span>Basic syntax</h4>
49584958
href="https://www.w3.org/TR/CSS21/syndata.html#tokenization"><i>IDENT</i></a> <a
49594959
href="https://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* ':' <a
49604960
href="https://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* <a
4961-
href="https://www.w3.org/TR/CSS21/syndata.html#tokenization"><i>NUMBER</i></a> [ <a
4961+
href="https://www.w3.org/TR/CSS21/syndata.html#tokenization"><i>&lt;integer&gt;</i></a> [ <a
49624962
href="https://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* <a
4963-
href="https://www.w3.org/TR/CSS21/syndata.html#tokenization"><i>NUMBER</i></a> ]*
4963+
href="https://www.w3.org/TR/CSS21/syndata.html#tokenization"><i>&lt;integer&gt;</i></a> ]*
49644964
;
49654965
</pre>
49664966

@@ -6492,6 +6492,7 @@ <h3 class=no-num id=normative-references>Normative References</h3>
64926492
</dt><dd>C. Lilley. <a href="https://tools.ietf.org/html/rfc8081">The "font" Top-Level Media Type</a>. February 2017. Proposed Standard. URL: <a href="https://tools.ietf.org/html/rfc8081">https://tools.ietf.org/html/rfc8081</a>
64936493
</dd>
64946494

6495+
64956496
<dt id=ref-UAX15>[UAX15]
64966497

64976498
<dd>Mark Davis; Ken Whistler. <a

css-fonts-3/Fonts.src.html

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

36633663
<dfn>feature_value_definition</dfn>
3664-
: <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>NUMBER</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>NUMBER</i></a> ]*
3664+
: <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> ]*
36653665
;
36663666
</pre>
36673667

css-fonts-3/Overview.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4958,9 +4958,9 @@ <h4 id=basic-syntax><span class=secno>6.9.1. </span>Basic syntax</h4>
49584958
href="https://www.w3.org/TR/CSS21/syndata.html#tokenization"><i>IDENT</i></a> <a
49594959
href="https://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* ':' <a
49604960
href="https://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* <a
4961-
href="https://www.w3.org/TR/CSS21/syndata.html#tokenization"><i>NUMBER</i></a> [ <a
4961+
href="https://www.w3.org/TR/CSS21/syndata.html#tokenization"><i>&lt;integer&gt;</i></a> [ <a
49624962
href="https://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* <a
4963-
href="https://www.w3.org/TR/CSS21/syndata.html#tokenization"><i>NUMBER</i></a> ]*
4963+
href="https://www.w3.org/TR/CSS21/syndata.html#tokenization"><i>&lt;integer&gt;</i></a> ]*
49644964
;
49654965
</pre>
49664966

@@ -6492,6 +6492,7 @@ <h3 class=no-num id=normative-references>Normative References</h3>
64926492
</dt><dd>C. Lilley. <a href="https://tools.ietf.org/html/rfc8081">The "font" Top-Level Media Type</a>. February 2017. Proposed Standard. URL: <a href="https://tools.ietf.org/html/rfc8081">https://tools.ietf.org/html/rfc8081</a>
64936493
</dd>
64946494

6495+
64956496
<dt id=ref-UAX15>[UAX15]
64966497

64976498
<dd>Mark Davis; Ken Whistler. <a

0 commit comments

Comments
 (0)