Skip to content

Commit 9c5988c

Browse files
committed
[css-values] Remove reference to ''default'' keyword, fix up changes list
1 parent 5760336 commit 9c5988c

File tree

2 files changed

+12
-15
lines changed

2 files changed

+12
-15
lines changed

css-values/Overview.html

+10-11
Original file line numberDiff line numberDiff line change
@@ -670,10 +670,7 @@ <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.
673+
<p>Other specifications might define additional CSS-wide keywords.
677674

678675
<h3 id=custom-idents><span class=secno>3.2. </span> Author-defined
679676
Identifiers: the ‘<a href="#identifier-value"><code
@@ -2330,22 +2327,24 @@ <h2 class=no-num id=changes>Changes</h2>
23302327
<li>Added back the <a
23312328
href="#identifier-value"><var>&lt;custom-ident></var></a> term as a
23322329
convenience notation, so that other specs can refer to it.
2333-
2334-
<li>Specified that attr() with "string" or "url" types doesn't reparse the
2335-
attribute contents, just takes the value literally as the value of a <a
2336-
href="#string-value"><code>&lt;string></code></a>.
2337-
2338-
<li>Specified that the list of <i>CSS-wide keywords</i> may be expanded by
2339-
other specs.
23402330
</ul>
23412331

23422332
<p>Changes since the <a
23432333
href="http://www.w3.org/TR/2013/CR-css3-values-20130404/">4 April 2013
23442334
Candidate Recommendation</a> are:
23452335

23462336
<ul>
2337+
<li>Specified that the list of <i>CSS-wide keywords</i> may be expanded by
2338+
other specs.
2339+
23472340
<li>Clarified definition of ‘<a href="#ex-unit"><code
23482341
class=css>ex</code></a>’ to refer to the “first available font”.
2342+
2343+
<li>Specified that ‘<a href="#attr"><code class=css>attr()</code></a>
2344+
with ‘<code class=css>string</code>’ or ‘<a href="#url"><code
2345+
class=css>url</code></a>’ types doesn't reparse the attribute contents,
2346+
just takes the value literally as the value of a <a
2347+
href="#string-value"><var>&lt;string></var></a>.
23492348
</ul>
23502349

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

css-values/Overview.src.html

+2-4
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,6 @@ <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-
For example, [[CSS3CASCADE]] defines the ''default'' keyword
346-
as a CSS-wide keyword.
347345

348346
<h3 id='custom-idents'>
349347
Author-defined Identifiers: the ''&lt;custom-ident>'' type</h3>
@@ -1793,14 +1791,14 @@ <h2 class="no-num" id="changes">Changes</h2>
17931791
<li>Deferred exact definition of <a href="#viewport-relative-lengths">viewport-percentage units</a>
17941792
in paged media to <a href="http://www.w3.org/TR/css3-page/">CSS Paged Media</a>.
17951793
<li>Added back the <var>&lt;custom-ident></var> term as a convenience notation, so that other specs can refer to it.
1796-
<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.
17981794
</ul>
17991795

18001796
<p>Changes since the <a href="http://www.w3.org/TR/2013/CR-css3-values-20130404/">4 April 2013 Candidate Recommendation</a> are:
18011797

18021798
<ul>
1799+
<li>Specified that the list of <i>CSS-wide keywords</i> may be expanded by other specs.
18031800
<li>Clarified definition of ''ex'' to refer to the “first available font”.
1801+
<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>.
18041802
</ul>
18051803

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

0 commit comments

Comments
 (0)