Skip to content

Commit 437a4a1

Browse files
committed
[css-cascade] minor editorial tweaks from f2f commentary
--HG-- extra : rebase_source : 8a7766165c8d09f8332c36f2c597cbac2c2d14b0
1 parent 053ee65 commit 437a4a1

File tree

3 files changed

+8
-14
lines changed

3 files changed

+8
-14
lines changed

css-cascade/Overview.html

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
rel=dcterms.rights>
1111
<meta content="CSS Cascading and Inheritance Level 3" name=dcterms.title>
1212
<meta content=text name=dcterms.type>
13-
<meta content=2013-06-25 name=dcterms.date>
13+
<meta content=2013-06-26 name=dcterms.date>
1414
<meta content="Håkon Wium Lie" name=dcterms.creator>
1515
<meta content="Elika J. Etemad" name=dcterms.creator>
1616
<meta content="Tab Atkins Jr." name=dcterms.creator>
@@ -29,11 +29,11 @@
2929

3030
<h1>CSS Cascading and Inheritance Level 3</h1>
3131

32-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 25 June 2013</h2>
32+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 26 June 2013</h2>
3333

3434
<dl><!--
3535
<dt>This version:
36-
<dd><a href="http://dev.w3.org/csswg/css3-cascade/">http://www.w3.org/TR/2013/WD-css3-cascade-20130625/</a>
36+
<dd><a href="http://dev.w3.org/csswg/css3-cascade/">http://www.w3.org/TR/2013/WD-css3-cascade-20130626/</a>
3737
-->
3838

3939
<dt>Latest version:
@@ -724,11 +724,7 @@ <h4 id=important-rules><span class=secno>4.2.2. </span> ‘<a
724724
class=css>!important</code></a>’ if the last two (non-whitespace,
725725
non-comment) tokens in its value are the delimiter token ‘<code
726726
class=css>!</code>’ followed by the identifier token ‘<a
727-
href="#important"><code class=css>important</code></a>’. Declaring a
728-
shorthand property (e.g., ‘<code class=property>background</code>’) to
729-
be ‘<a href="#important"><code class=css>!important</code></a>’ is
730-
equivalent to declaring all of its sub-properties to be ‘<a
731-
href="#important"><code class=css>!important</code></a>’.
727+
href="#important"><code class=css>important</code></a>’.
732728

733729
<p> User agent stylesheets may also contain ‘<a href="#important"><code
734730
class=css>!important</code></a>’ rules. These override all author and
@@ -864,7 +860,7 @@ <h4 id=default><span class=secno>4.3.3. </span> Rolling back the cascade:
864860
new <a href="#cascaded-value0"><i>cascaded value</i></a>. For this
865861
purpose, all author-originating styles (author and override, both normal
866862
and important) are treated as belonging to the same <a
867-
href="#origin"><i>origin</i></a> level. This continues until the <a
863+
href="#origin"><i>origin</i></a> level. This repeats until the <a
868864
href="#cascaded-value0"><i>cascaded value</i></a> is not ‘<a
869865
href="#default-keyword"><code class=css>default</code></a>’ or until the
870866
<a href="#output-of-the-cascade"><i>output of the cascade</i></a> is

css-cascade/Overview.src.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -495,8 +495,6 @@ <h4 id='important-rules'>
495495
<p>
496496
A declaration is ''!important'' if the last two (non-whitespace, non-comment) tokens
497497
in its value are the delimiter token ''!'' followed by the identifier token ''important''.
498-
Declaring a shorthand property (e.g., 'background') to be ''!important'' is equivalent to
499-
declaring all of its sub-properties to be ''!important''.
500498

501499
<p>
502500
User agent stylesheets may also contain ''!important'' rules.
@@ -578,7 +576,7 @@ <h4 id="inheritance">
578576
Some properties are <dfn title="inherited property|inherited properties">inherited properties</dfn>,
579577
as defined in their property definition table.
580578
This means that,
581-
unless the cascade results in a value,
579+
unless the cascade results in a value,
582580
the value will be determined by inheritance.
583581

584582
<p>
@@ -618,7 +616,7 @@ <h4 id="default">
618616
For this purpose, all author-originating styles
619617
(author and override, both normal and important)
620618
are treated as belonging to the same <i>origin</i> level.
621-
This continues until the <i>cascaded value</i> is not ''default''
619+
This repeats until the <i>cascaded value</i> is not ''default''
622620
or until the <i>output of the cascade</i> is empty.
623621

624622
<p class="issue">

css-ruby/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
Issues:
44
bidi
5-
line-stacking
5+
box layout/sizing
66
77
Redo all examples with consistent font. (M+ 2p?)
88

0 commit comments

Comments
 (0)