Skip to content

Commit 543bcf7

Browse files
committed
[css-values] Revert change adding <ident>.
--HG-- extra : rebase_source : 43ef3c69cbbc55eec2eed211d8505e51ad4b91eb
1 parent 4c675af commit 543bcf7

2 files changed

Lines changed: 8 additions & 13 deletions

File tree

css-values/Overview.html

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
rel=dcterms.rights>
1212
<meta content="CSS Values and Units Module Level 3" name=dcterms.title>
1313
<meta content=text name=dcterms.type>
14-
<meta content=2014-03-06 name=dcterms.date>
14+
<meta content=2014-03-07 name=dcterms.date>
1515
<meta content="Håkon Wium Lie" name=dcterms.creator>
1616
<meta content="Tab Atkins" name=dcterms.creator>
1717
<meta content="Elika J. Etemad" name=dcterms.creator>
@@ -42,11 +42,11 @@
4242
<h1 class=p-name>CSS Values and Units Module Level 3</h1>
4343

4444
<h2 class="no-num no-toc">Editor's Draft <span class=dt-updated><span
45-
class=value title=20140306> 6 March 2014</span></span></h2>
45+
class=value title=20140307> 7 March 2014</span></span></h2>
4646

4747
<dl>
4848
<dt>This version:</dt>
49-
<!--<dd><a class="u-url" href="http://dev.w3.org/csswg/css-values/">http://www.w3.org/TR/2014/CR-css3-values-20140306/</a></dd>-->
49+
<!--<dd><a class="u-url" href="http://dev.w3.org/csswg/css-values/">http://www.w3.org/TR/2014/CR-css3-values-20140307/</a></dd>-->
5050

5151
<dd><a class=u-url
5252
href="http://dev.w3.org/csswg/css-values/">http://dev.w3.org/csswg/css-values/</a>
@@ -622,9 +622,8 @@ <h3 id=value-examples><span class=secno>2.5. </span> Property value
622622

623623
<h2 id=textual-values><span class=secno>3. </span> Textual Data Types</h2>
624624

625-
<p>An <dfn id=identifier>identifier</dfn> (or <dfn
626-
id=ltident>&lt;ident></dfn>) is a sequence of characters conforming to the
627-
<code>IDENT</code> token in the <a
625+
<p>An <dfn id=identifier>identifier</dfn> is a sequence of characters
626+
conforming to the <code>IDENT</code> token in the <a
628627
href="http://www.w3.org/TR/CSS21/syndata.html#tokenization">grammar</a>.
629628
<a href="#ref-CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>
630629
Identifiers cannot be quoted; otherwise they would be interpreted as a
@@ -895,9 +894,8 @@ <h3 id=dimensions><span class=secno>4.4. </span> Numbers with Units: the
895894
<p> A <dfn data-export=data-export id=dimension>dimension</dfn> value is
896895
denoted by <dfn data-dfn-type=type id=ltdimension>&lt;dimension></dfn> and
897896
consists of a <a href="#number-value"><i>&lt;number></i></a> representing
898-
the value immediately followed by an <a
899-
href="#ltident"><i>&lt;ident></i></a> representing the unit. It
900-
corresponds to the <i>&lt;dimension-token</i> syntax production.
897+
the value immediately followed by an <i>&lt;ident></i> representing the
898+
unit. It corresponds to the <i>&lt;dimension-token</i> syntax production.
901899

902900
<p> The <a href="#ltdimension"><i>&lt;dimension></i></a> type is only used
903901
when writing very generic grammars; in most cases, a more specific type
@@ -2617,9 +2615,6 @@ <h2 class=no-num id=index>Index</h2>
26172615

26182616
<li>Hz, <a href="#hz" title="section 6.3."><strong>6.3.</strong></a>
26192617

2620-
<li>&lt;ident>, <a href="#ltident"
2621-
title="section 3."><strong>3.</strong></a>
2622-
26232618
<li>identifier, <a href="#identifier"
26242619
title="section 3."><strong>3.</strong></a>
26252620

css-values/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ <h3 id="value-examples">
310310
<h2 id="textual-values">
311311
Textual Data Types</h2>
312312

313-
<p>An <dfn>identifier</dfn> (or <dfn>&lt;ident></dfn>) is a sequence of characters conforming to
313+
<p>An <dfn>identifier</dfn> is a sequence of characters conforming to
314314
the <code>IDENT</code> token in the
315315
<a href="http://www.w3.org/TR/CSS21/syndata.html#tokenization">grammar</a>. [[!CSS21]]
316316
Identifiers cannot be quoted; otherwise they would be interpreted

0 commit comments

Comments
 (0)