Skip to content

Commit e6cd36e

Browse files
committed
Change 'integer' ref to '<integer>'.
1 parent 5a15198 commit e6cd36e

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

css3-values/Overview.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -784,10 +784,11 @@ <h3 id=numbers><span class=secno>4.2. </span> Numbers: the &lsquo;<code
784784

785785
<p>Number values are denoted by <dfn
786786
id=number-value><var>&lt;number></var></dfn>. A <dfn
787-
id=number>number</dfn> is either an <a href="#integer"><i>integer</i></a>,
788-
or zero or more decimal digits followed by a dot (.) followed by one or
789-
more decimal digits. It corresponds to the <a
790-
href="#number"><code>NUMBER</code></a> token in the <a
787+
id=number>number</dfn> is either an <a
788+
href="#integer-value"><var>&lt;integer></var></a>, or zero or more decimal
789+
digits followed by a dot (.) followed by one or more decimal digits. It
790+
corresponds to the <a href="#number"><code>NUMBER</code></a> token in the
791+
<a
791792
href="http://www.w3.org/TR/CSS21/syndata.html#tokenization">grammar</a>.
792793
Like integers, numbers may also be immediately preceded by &lsquo;<code
793794
class=css>-</code>&rsquo; or &lsquo;<code class=css>+</code>&rsquo; to

css3-values/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ <h3 id="numbers">
447447

448448
<p>Number values are denoted by
449449
<dfn id="number-value"><var>&lt;number></var></dfn>.
450-
A <dfn>number</dfn> is either an <i>integer</i>, or zero or more decimal
450+
A <dfn>number</dfn> is either an <var>&lt;integer></var>, or zero or more decimal
451451
digits followed by a dot (.) followed by one or more decimal digits.
452452
It corresponds to the <code>NUMBER</code> token in the
453453
<a href="http://www.w3.org/TR/CSS21/syndata.html#tokenization">grammar</a>.

0 commit comments

Comments
 (0)