Skip to content

Commit 1cf9899

Browse files
committed
[css-values] Add an <ident> definition.
1 parent a3e0854 commit 1cf9899

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

css-values/Overview.html

+10-6
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
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=2013-07-25 name=dcterms.date>
14+
<meta content=2013-08-30 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>
1818
<meta content=W3C name=dcterms.publisher>
19-
<meta content="http://www.w3.org/TR/2013/CR-css3-values-20130725/"
19+
<meta content="http://www.w3.org/TR/2013/CR-css3-values-20130830/"
2020
name=dcterms.identifier>
2121
<style type="text/css">
2222
code, small { white-space: nowrap }
@@ -42,14 +42,14 @@
4242
<h1 class=p-name>CSS Values and Units Module Level 3</h1>
4343

4444
<h2 class="no-num no-toc" id=longstatus-date>W3C Candidate Recommendation
45-
<span class=dt-updated><span class=value title=20130725>25 July
45+
<span class=dt-updated><span class=value title=20130830>30 August
4646
2013</span></span></h2>
4747

4848
<dl>
4949
<dt>This version:
5050

5151
<dd><a class=u-url
52-
href="http://www.w3.org/TR/2013/CR-css3-values-20130725/">http://www.w3.org/TR/2013/CR-css3-values-20130725/</a>
52+
href="http://www.w3.org/TR/2013/CR-css3-values-20130830/">http://www.w3.org/TR/2013/CR-css3-values-20130830/</a>
5353

5454
<dt>Latest version:
5555

@@ -624,8 +624,9 @@ <h3 id=value-examples><span class=secno>2.5. </span> Property value
624624

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

627-
<p>An <dfn id=identifier>identifier</dfn> is a sequence of characters
628-
conforming to the <code>IDENT</code> token in the <a
627+
<p>An <dfn id=identifier>identifier</dfn> (or <dfn
628+
id=ltident>&lt;ident></dfn>) is a sequence of characters conforming to the
629+
<code>IDENT</code> token in the <a
629630
href="http://www.w3.org/TR/CSS21/syndata.html#tokenization">grammar</a>.
630631
<a href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> Identifiers
631632
cannot be quoted; otherwise they would be interpreted as a string.
@@ -2533,6 +2534,9 @@ <h2 class=no-num id=index>Index</h2>
25332534

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

2537+
<li>&lt;ident>, <a href="#ltident"
2538+
title="section 3."><strong>3.</strong></a>
2539+
25362540
<li>identifier, <a href="#identifier"
25372541
title="section 3."><strong>3.</strong></a>
25382542

css-values/Overview.src.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ <h3 id="value-examples">
303303
<h2 id="textual-values">
304304
Textual Data Types</h2>
305305

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

0 commit comments

Comments
 (0)