Skip to content

Commit c9aae5a

Browse files
committed
[css-values] Specified that the list of CSS-wide keywords may be expanded by other specs.
1 parent 27de337 commit c9aae5a

2 files changed

Lines changed: 17 additions & 4 deletions

File tree

css-values/Overview.html

Lines changed: 12 additions & 4 deletions
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-06-21 name=dcterms.date>
14+
<meta content=2013-06-24 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-20130621/"
19+
<meta content="http://www.w3.org/TR/2013/CR-css3-values-20130624/"
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=20130621>21 June
45+
<span class=dt-updated><span class=value title=20130624>24 June
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-20130621/">http://www.w3.org/TR/2013/CR-css3-values-20130621/</a>
52+
href="http://www.w3.org/TR/2013/CR-css3-values-20130624/">http://www.w3.org/TR/2013/CR-css3-values-20130624/</a>
5353

5454
<dt>Latest version:
5555

@@ -670,6 +670,11 @@ <h4 id=common-keywords><span class=secno>3.1.1. </span> CSS-wide keywords:
670670
initial value. <a href="#CSS3CASCADE"
671671
rel=biblioentry>[CSS3CASCADE]<!--{{CSS3CASCADE}}--></a>
672672

673+
<p>Other specifications might define additional CSS-wide keywords. For
674+
example, <a href="#CSS3CASCADE"
675+
rel=biblioentry>[CSS3CASCADE]<!--{{CSS3CASCADE}}--></a> defines the
676+
<code class=css>default</code>’ keyword as a CSS-wide keyword.
677+
673678
<h4 id=custom-idents><span class=secno>3.1.2. </span> Author-defined
674679
Identifiers: the ‘<a href="#identifier-value"><code
675680
class=css>&lt;custom-ident></code></a>’ type</h4>
@@ -2326,6 +2331,9 @@ <h2 class=no-num id=changes>Changes</h2>
23262331
<li>Specified that attr() with "string" or "url" types doesn't reparse the
23272332
attribute contents, just takes the value literally as the value of a <a
23282333
href="#string-value"><code>&lt;string></code></a>.
2334+
2335+
<li>Specified that the list of <i>CSS-wide keywords</i> may be expanded by
2336+
other specs.
23292337
</ul>
23302338

23312339
<h2 class=no-num id=references>References</h2>

css-values/Overview.src.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,10 @@ <h4 id="common-keywords">
341341
<p>The <dfn>''initial''</dfn> keyword represents the specified value that
342342
is designated as the property's initial value. [[CSS3CASCADE]]
343343

344+
<p>Other specifications might define additional CSS-wide keywords.
345+
For example, [[CSS3CASCADE]] defines the ''default'' keyword
346+
as a CSS-wide keyword.
347+
344348
<h4 id='custom-idents'>
345349
Author-defined Identifiers: the ''&lt;custom-ident>'' type</h4>
346350

@@ -1790,6 +1794,7 @@ <h2 class="no-num" id="changes">Changes</h2>
17901794
in paged media to <a href="http://www.w3.org/TR/css3-page/">CSS Paged Media</a>.
17911795
<li>Added back the <var>&lt;custom-ident></var> term as a convenience notation, so that other specs can refer to it.
17921796
<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 <code>&lt;string></code>.
1797+
<li>Specified that the list of <i>CSS-wide keywords</i> may be expanded by other specs.
17931798
</ul>
17941799

17951800
<h2 class="no-num" id="references">References</h2>

0 commit comments

Comments
 (0)