Skip to content

Commit 508740c

Browse files
committed
[css-values] changes list
--HG-- extra : rebase_source : b40cbbc168c3f9a11fe5b9d641724bb2dbe70f60
1 parent cd05f29 commit 508740c

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

css-values/Overview.html

+6-5
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-10 name=dcterms.date>
14+
<meta content=2013-07-22 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-20130710/"
19+
<meta content="http://www.w3.org/TR/2013/CR-css3-values-20130722/"
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=20130710>10 July
45+
<span class=dt-updated><span class=value title=20130722>22 July
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-20130710/">http://www.w3.org/TR/2013/CR-css3-values-20130710/</a>
52+
href="http://www.w3.org/TR/2013/CR-css3-values-20130722/">http://www.w3.org/TR/2013/CR-css3-values-20130722/</a>
5353

5454
<dt>Latest version:
5555

@@ -671,6 +671,7 @@ <h4 id=common-keywords><span class=secno>3.1.1. </span> CSS-wide keywords:
671671
rel=biblioentry>[CSS3CASCADE]<!--{{CSS3CASCADE}}--></a>
672672

673673
<p>Other specifications might define additional CSS-wide keywords.
674+
<!-- Make it easier to add CSS-wide keywords by defining a grammar production. -->
674675

675676
<h3 id=custom-idents><span class=secno>3.2. </span> Author-defined
676677
Identifiers: the ‘<a href="#identifier-value"><code
@@ -2334,7 +2335,7 @@ <h2 class=no-num id=changes>Changes</h2>
23342335
Candidate Recommendation</a> are:
23352336

23362337
<ul>
2337-
<li>Specified that the list of <i>CSS-wide keywords</i> may be expanded by
2338+
<li>Noted that the list of <i>CSS-wide keywords</i> may be expanded by
23382339
other specs.
23392340

23402341
<li>Clarified definition of ‘<a href="#ex-unit"><code

css-values/Overview.src.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ <h4 id="common-keywords">
342342
is designated as the property's initial value. [[CSS3CASCADE]]
343343

344344
<p>Other specifications might define additional CSS-wide keywords.
345+
<!-- Make it easier to add CSS-wide keywords by defining a grammar production. -->
345346

346347
<h3 id='custom-idents'>
347348
Author-defined Identifiers: the ''&lt;custom-ident>'' type</h3>
@@ -1796,7 +1797,7 @@ <h2 class="no-num" id="changes">Changes</h2>
17961797
<p>Changes since the <a href="http://www.w3.org/TR/2013/CR-css3-values-20130404/">4 April 2013 Candidate Recommendation</a> are:
17971798

17981799
<ul>
1799-
<li>Specified that the list of <i>CSS-wide keywords</i> may be expanded by other specs.
1800+
<li>Noted that the list of <i>CSS-wide keywords</i> may be expanded by other specs.
18001801
<li>Clarified definition of ''ex'' to refer to the “first available font”.
18011802
<li>Specified that ''attr()'' with ''string'' or ''url'' types doesn't reparse the attribute contents, just takes the value literally as the value of a <var>&lt;string></var>.
18021803
</ul>

0 commit comments

Comments
 (0)