Clarify text per http://lists.w3.org/Archives/Public/www-style/2012Nov/0244.html .

Tue, 13 Nov 2012 16:42:57 -0800

author
L. David Baron <dbaron@dbaron.org>
date
Tue, 13 Nov 2012 16:42:57 -0800
changeset 7033
75bace3c4dec
parent 7032
a0055078c6c1
child 7034
acc2dcd47ca4

Clarify text per http://lists.w3.org/Archives/Public/www-style/2012Nov/0244.html .

css3-conditional/Overview.html file | annotate | diff | comparison | revisions
css3-conditional/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-conditional/Overview.html	Tue Nov 13 15:02:47 2012 -0800
     1.2 +++ b/css3-conditional/Overview.html	Tue Nov 13 16:42:57 2012 -0800
     1.3 @@ -12,11 +12,11 @@
     1.4     rel=dcterms.rights>
     1.5    <meta content="CSS Conditional Rules Module Level 3" name=dcterms.title>
     1.6    <meta content=text name=dcterms.type>
     1.7 -  <meta content=2012-11-13 name=dcterms.issued>
     1.8 +  <meta content=2012-11-14 name=dcterms.issued>
     1.9    <meta content="http://dev.w3.org/csswg/css3-conditional/"
    1.10     name=dcterms.creator>
    1.11    <meta content=W3C name=dcterms.publisher>
    1.12 -  <meta content="http://www.w3.org/TR/2012/ED-css3-conditional-20121113/"
    1.13 +  <meta content="http://www.w3.org/TR/2012/ED-css3-conditional-20121114/"
    1.14     name=dcterms.identifier>
    1.15    <link href="../default.css" rel=stylesheet type="text/css">
    1.16    <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
    1.17 @@ -32,14 +32,14 @@
    1.18  
    1.19     <h1>CSS Conditional Rules Module Level 3</h1>
    1.20  
    1.21 -   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 November
    1.22 +   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 November
    1.23      2012</h2>
    1.24  
    1.25     <dl>
    1.26      <dt>This version:
    1.27  
    1.28 -    <dd><a href="http://www.w3.org/TR/2012/ED-css3-conditional-20121113/">
    1.29 -     http://www.w3.org/TR/2012/ED-css3-conditional-20121113/</a>
    1.30 +    <dd><a href="http://www.w3.org/TR/2012/ED-css3-conditional-20121114/">
    1.31 +     http://www.w3.org/TR/2012/ED-css3-conditional-20121114/</a>
    1.32  
    1.33      <dt>Latest version:
    1.34  
    1.35 @@ -637,9 +637,10 @@
    1.36     href="#general_enclosed"><code>general_enclosed</code></a> production
    1.37     allows for substantial future extensibility. Any ‘<code
    1.38     class=css>@supports</code>’ rule that does not parse according to the
    1.39 -   grammar above is invalid. Style sheets <strong>must not</strong> use such
    1.40 -   a rule and processors <strong>must</strong> ignore such a rule (including
    1.41 -   all of its contents).
    1.42 +   grammar above (that is, a rule that does not match this loose grammar
    1.43 +   which includes the general_enclosed production) is invalid. Style sheets
    1.44 +   <strong>must not</strong> use such a rule and processors
    1.45 +   <strong>must</strong> ignore such a rule (including all of its contents).
    1.46  
    1.47    <p>Each of these grammar terms is associated with a boolean result, as
    1.48     follows:
     2.1 --- a/css3-conditional/Overview.src.html	Tue Nov 13 15:02:47 2012 -0800
     2.2 +++ b/css3-conditional/Overview.src.html	Tue Nov 13 16:42:57 2012 -0800
     2.3 @@ -411,7 +411,10 @@
     2.4    The above grammar is purposely very loose for forwards-compatibility reasons,
     2.5    since the <code>general_enclosed</code> production
     2.6    allows for substantial future extensibility.
     2.7 -  Any ''@supports'' rule that does not parse according to the grammar above is invalid.
     2.8 +  Any ''@supports'' rule that does not parse according to the grammar above
     2.9 +  (that is, a rule that does not match this loose grammar
    2.10 +  which includes the general_enclosed production)
    2.11 +  is invalid.
    2.12    Style sheets <strong>must not</strong> use such a rule and
    2.13    processors <strong>must</strong> ignore such a rule (including all of its contents).
    2.14  

mercurial