[css3-conditional] Clarify meaning of logical simplification.

Thu, 07 Feb 2013 16:17:08 -0800

author
L. David Baron <dbaron@dbaron.org>
date
Thu, 07 Feb 2013 16:17:08 -0800
changeset 7392
37491845e530
parent 7391
f4da51999dd9
child 7393
139db90ee7b2

[css3-conditional] Clarify meaning of logical simplification.

Addresses http://lists.w3.org/Archives/Public/www-style/2013Feb/0237.html
which is a followup to Issue 8 in the LC disposition of comments.

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	Thu Feb 07 16:13:27 2013 -0800
     1.2 +++ b/css3-conditional/Overview.html	Thu Feb 07 16:17:08 2013 -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=2013-02-07 name=dcterms.issued>
     1.8 +  <meta content=2013-02-08 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/2013/ED-css3-conditional-20130207/"
    1.13 +  <meta content="http://www.w3.org/TR/2013/ED-css3-conditional-20130208/"
    1.14     name=dcterms.identifier>
    1.15    <link href="../default.css" rel=stylesheet type="text/css">
    1.16    <link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
    1.17 @@ -33,14 +33,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 7 February
    1.22 +   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 8 February
    1.23      2013</h2>
    1.24  
    1.25     <dl>
    1.26      <dt>This version:
    1.27  
    1.28 -    <dd><a href="http://www.w3.org/TR/2013/ED-css3-conditional-20130207/">
    1.29 -     http://www.w3.org/TR/2013/ED-css3-conditional-20130207/</a>
    1.30 +    <dd><a href="http://www.w3.org/TR/2013/ED-css3-conditional-20130208/">
    1.31 +     http://www.w3.org/TR/2013/ED-css3-conditional-20130208/</a>
    1.32  
    1.33      <dt>Latest version:
    1.34  
    1.35 @@ -1248,7 +1248,8 @@
    1.36      mechanism in this specification). In other words, token stream
    1.37      simplifications are allowed (such as reducing whitespace to a single
    1.38      space or omitting it in cases where it is known to be optional), but
    1.39 -    logical simplifications are not allowed.
    1.40 +    logical simplifications (such as removal of unneeded parentheses, or
    1.41 +    simplification based on evaluating results) are not allowed.
    1.42    </dl>
    1.43    <!--
    1.44  <h3 id="the-cssdocumentrule-interface">
     2.1 --- a/css3-conditional/Overview.src.html	Thu Feb 07 16:13:27 2013 -0800
     2.2 +++ b/css3-conditional/Overview.src.html	Thu Feb 07 16:17:08 2013 -0800
     2.3 @@ -1004,7 +1004,8 @@
     2.4      token stream simplifications are allowed
     2.5      (such as reducing whitespace to a single space
     2.6      or omitting it in cases where it is known to be optional),
     2.7 -    but logical simplifications are not allowed.
     2.8 +    but logical simplifications (such as removal of unneeded parentheses,
     2.9 +    or simplification based on evaluating results) are not allowed.
    2.10  
    2.11  </dl>
    2.12  

mercurial