[css-cascade] minor editorial tweaks from f2f commentary

Tue, 25 Jun 2013 18:53:52 -0700

author
fantasai <fantasai.cvs@inkedblade.net>
date
Tue, 25 Jun 2013 18:53:52 -0700
changeset 8561
a79e0e6e4456
parent 8560
0b21977c2ed3
child 8563
2dfed92f001d

[css-cascade] minor editorial tweaks from f2f commentary

css-cascade/Overview.html file | annotate | diff | comparison | revisions
css-cascade/Overview.src.html file | annotate | diff | comparison | revisions
css-ruby/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css-cascade/Overview.html	Wed Jun 26 15:58:12 2013 +0200
     1.2 +++ b/css-cascade/Overview.html	Tue Jun 25 18:53:52 2013 -0700
     1.3 @@ -10,7 +10,7 @@
     1.4     rel=dcterms.rights>
     1.5    <meta content="CSS Cascading and Inheritance Level 3" name=dcterms.title>
     1.6    <meta content=text name=dcterms.type>
     1.7 -  <meta content=2013-06-25 name=dcterms.date>
     1.8 +  <meta content=2013-06-26 name=dcterms.date>
     1.9    <meta content="Håkon Wium Lie" name=dcterms.creator>
    1.10    <meta content="Elika J. Etemad" name=dcterms.creator>
    1.11    <meta content="Tab Atkins Jr." name=dcterms.creator>
    1.12 @@ -29,11 +29,11 @@
    1.13  
    1.14     <h1>CSS Cascading and Inheritance Level 3</h1>
    1.15  
    1.16 -   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 25 June 2013</h2>
    1.17 +   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 26 June 2013</h2>
    1.18  
    1.19     <dl><!--
    1.20  		<dt>This version:
    1.21 -		<dd><a href="http://dev.w3.org/csswg/css3-cascade/">http://www.w3.org/TR/2013/WD-css3-cascade-20130625/</a>
    1.22 +		<dd><a href="http://dev.w3.org/csswg/css3-cascade/">http://www.w3.org/TR/2013/WD-css3-cascade-20130626/</a>
    1.23  -->
    1.24  
    1.25      <dt>Latest version:
    1.26 @@ -724,11 +724,7 @@
    1.27     class=css>!important</code></a>’ if the last two (non-whitespace,
    1.28     non-comment) tokens in its value are the delimiter token ‘<code
    1.29     class=css>!</code>’ followed by the identifier token ‘<a
    1.30 -   href="#important"><code class=css>important</code></a>’. Declaring a
    1.31 -   shorthand property (e.g., ‘<code class=property>background</code>’) to
    1.32 -   be ‘<a href="#important"><code class=css>!important</code></a>’ is
    1.33 -   equivalent to declaring all of its sub-properties to be ‘<a
    1.34 -   href="#important"><code class=css>!important</code></a>’.
    1.35 +   href="#important"><code class=css>important</code></a>’.
    1.36  
    1.37    <p> User agent stylesheets may also contain ‘<a href="#important"><code
    1.38     class=css>!important</code></a>’ rules. These override all author and
    1.39 @@ -864,7 +860,7 @@
    1.40     new <a href="#cascaded-value0"><i>cascaded value</i></a>. For this
    1.41     purpose, all author-originating styles (author and override, both normal
    1.42     and important) are treated as belonging to the same <a
    1.43 -   href="#origin"><i>origin</i></a> level. This continues until the <a
    1.44 +   href="#origin"><i>origin</i></a> level. This repeats until the <a
    1.45     href="#cascaded-value0"><i>cascaded value</i></a> is not ‘<a
    1.46     href="#default-keyword"><code class=css>default</code></a>’ or until the
    1.47     <a href="#output-of-the-cascade"><i>output of the cascade</i></a> is
     2.1 --- a/css-cascade/Overview.src.html	Wed Jun 26 15:58:12 2013 +0200
     2.2 +++ b/css-cascade/Overview.src.html	Tue Jun 25 18:53:52 2013 -0700
     2.3 @@ -495,8 +495,6 @@
     2.4  	<p>
     2.5  		A declaration is ''!important'' if the last two (non-whitespace, non-comment) tokens
     2.6  		in its value are the delimiter token ''!'' followed by the identifier token ''important''.
     2.7 -		Declaring a shorthand property (e.g., 'background') to be ''!important'' is equivalent to 
     2.8 -		declaring all of its sub-properties to be ''!important''.
     2.9  
    2.10  	<p>
    2.11  		User agent stylesheets may also contain ''!important'' rules.
    2.12 @@ -578,7 +576,7 @@
    2.13  		Some properties are <dfn title="inherited property|inherited properties">inherited properties</dfn>,
    2.14  		as defined in their property definition table.
    2.15  		This means that,
    2.16 -		unless the cascade results in a value, 
    2.17 +		unless the cascade results in a value,
    2.18  		the value will be determined by inheritance.
    2.19  
    2.20  	<p>
    2.21 @@ -618,7 +616,7 @@
    2.22  		For this purpose, all author-originating styles
    2.23  		(author and override, both normal and important)
    2.24  		are treated as belonging to the same <i>origin</i> level.
    2.25 -		This continues until the <i>cascaded value</i> is not ''default''
    2.26 +		This repeats until the <i>cascaded value</i> is not ''default''
    2.27  		or until the <i>output of the cascade</i> is empty.
    2.28  
    2.29  	<p class="issue">
     3.1 --- a/css-ruby/Overview.src.html	Wed Jun 26 15:58:12 2013 +0200
     3.2 +++ b/css-ruby/Overview.src.html	Tue Jun 25 18:53:52 2013 -0700
     3.3 @@ -2,7 +2,7 @@
     3.4  
     3.5  Issues:
     3.6  	bidi
     3.7 -	line-stacking
     3.8 +	box layout/sizing
     3.9  
    3.10  Redo all examples with consistent font. (M+ 2p?)
    3.11  

mercurial