Skip to content

Commit

Permalink
Change NUMBER to <integer> in Fonts 3, for #1127
Browse files Browse the repository at this point in the history
  • Loading branch information
svgeesus committed Jan 25, 2018
1 parent 076d6a1 commit 152d48e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions css-fonts-3/Fonts.html
Expand Up @@ -4958,9 +4958,9 @@ <h4 id=basic-syntax><span class=secno>6.9.1. </span>Basic syntax</h4>
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/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>NUMBER</i></a> ]*
href="https://www.w3.org/TR/CSS21/syndata.html#tokenization"><i>&lt;integer&gt;</i></a> ]*
;
</pre>

Expand Down Expand Up @@ -6492,6 +6492,7 @@ <h3 class=no-num id=normative-references>Normative References</h3>
</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>
</dd>


<dt id=ref-UAX15>[UAX15]

<dd>Mark Davis; Ken Whistler. <a
Expand Down
2 changes: 1 addition & 1 deletion css-fonts-3/Fonts.src.html
Expand Up @@ -3661,7 +3661,7 @@ <h4>Basic syntax</h4>
;

<dfn>feature_value_definition</dfn>
: <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> ]*
: <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> ]*
;
</pre>

Expand Down
5 changes: 3 additions & 2 deletions css-fonts-3/Overview.html
Expand Up @@ -4958,9 +4958,9 @@ <h4 id=basic-syntax><span class=secno>6.9.1. </span>Basic syntax</h4>
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/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>NUMBER</i></a> ]*
href="https://www.w3.org/TR/CSS21/syndata.html#tokenization"><i>&lt;integer&gt;</i></a> ]*
;
</pre>

Expand Down Expand Up @@ -6492,6 +6492,7 @@ <h3 class=no-num id=normative-references>Normative References</h3>
</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>
</dd>


<dt id=ref-UAX15>[UAX15]

<dd>Mark Davis; Ken Whistler. <a
Expand Down

0 comments on commit 152d48e

Please sign in to comment.