Skip to content

Commit 3b6c849

Browse files
committed
[css3-cascade] Clarify what it means to 'discard an origin'.
1 parent 9e9378e commit 3b6c849

2 files changed

Lines changed: 12 additions & 11 deletions

File tree

css3-cascade/Overview.html

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
rel=dcterms.rights>
1010
<meta content="CSS Cascading and Inheritance Level 3" name=dcterms.title>
1111
<meta content=text name=dcterms.type>
12-
<meta content=2013-01-03 name=dcterms.issued>
12+
<meta content=2013-01-15 name=dcterms.issued>
1313
<meta content="http://dev.w3.org/csswg/css3-cascade/" name=dcterms.creator>
1414
<meta content=W3C name=dcterms.publisher>
15-
<meta content="http://www.w3.org/TR/2013/ED-css3-cascade-20130103/"
15+
<meta content="http://www.w3.org/TR/2013/ED-css3-cascade-20130115/"
1616
name=dcterms.identifier>
1717
<link href="../default.css" rel=stylesheet type="text/css">
1818
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
@@ -25,11 +25,12 @@
2525

2626
<h1>CSS Cascading and Inheritance Level 3</h1>
2727

28-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 3 January 2013</h2>
28+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 15 January
29+
2013</h2>
2930

3031
<dl><!--
3132
<dt>This version:
32-
<dd><a href="http://www.w3.org/TR/2013/ED-css3-cascade-20130103/">http://www.w3.org/TR/2013/WD-css3-cascade-20130103/</a>
33+
<dd><a href="http://www.w3.org/TR/2013/ED-css3-cascade-20130115/">http://www.w3.org/TR/2013/WD-css3-cascade-20130115/</a>
3334
-->
3435

3536
<dt>Latest version:
@@ -787,12 +788,12 @@ <h4 id=default><span class=secno>4.3.3. </span> Rolling back the cascade:
787788

788789
<p> If the <a href="#cascaded-value0"><i>cascaded value</i></a> is the
789790
<a href="#default-keyword"><code class=css>default</code></a>
790-
keyword, then the origin level to which it belongs is discarded from the
791-
cascade, resulting in a new <a href="#cascaded-value0"><i>cascaded
792-
value</i></a>. For this purpose, all author-originating styles (author and
793-
override, both normal and important) are treated as belonging to the same
794-
origin level. This continues until the <a
795-
href="#cascaded-value0"><i>cascaded value</i></a> is not ‘<a
791+
keyword, then all declarations in the origin level to which it belongs are
792+
discarded from the cascade, resulting in a new <a
793+
href="#cascaded-value0"><i>cascaded value</i></a>. For this purpose, all
794+
author-originating styles (author and override, both normal and important)
795+
are treated as belonging to the same origin level. This continues until
796+
the <a href="#cascaded-value0"><i>cascaded value</i></a> is not ‘<a
796797
href="#default-keyword"><code class=css>default</code></a>’ or until the
797798
<a href="#output-of-the-cascade"><i>output of the cascade</i></a> is
798799
empty.

css3-cascade/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ <h4 id="default">
571571

572572
<p>
573573
If the <i>cascaded value</i> is the ''default'' keyword,
574-
then the origin level to which it belongs is discarded from the cascade,
574+
then all declarations in the origin level to which it belongs are discarded from the cascade,
575575
resulting in a new <i>cascaded value</i>.
576576
For this purpose, all author-originating styles
577577
(author and override, both normal and important)

0 commit comments

Comments
 (0)