[css3-transitions] 'none', 'inherit', and 'initial' are not allowed within a length > 1 list of values of 'transition-property'

Sun, 03 Feb 2013 23:24:56 -0700

author
L. David Baron <dbaron@dbaron.org>
date
Sun, 03 Feb 2013 23:24:56 -0700
changeset 7298
ea66fed14ca7
parent 7297
e941140de034
child 7299
be188be3a708

[css3-transitions] 'none', 'inherit', and 'initial' are not allowed within a length > 1 list of values of 'transition-property'

This was resolved in
http://lists.w3.org/Archives/Public/www-style/2012Nov/0262.html

css3-transitions/Overview.html file | annotate | diff | comparison | revisions
css3-transitions/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-transitions/Overview.html	Sun Feb 03 23:14:41 2013 -0700
     1.2 +++ b/css3-transitions/Overview.html	Sun Feb 03 23:24:56 2013 -0700
     1.3 @@ -426,10 +426,13 @@
     1.4     unrecognized or non-animatable properties must be kept in the list to
     1.5     preserve the matching of indices.
     1.6  
     1.7 -  <p class=issue> Are ‘<code class=property>none</code>’, ‘<code
     1.8 -   class=property>inherit</code>’, and ‘<code
     1.9 -   class=property>initial</code>’ allowed as items in a list of identifiers
    1.10 -   (of length greater than one)?
    1.11 +  <p> The keywords ‘<code class=css>none</code>’, ‘<code
    1.12 +   class=css>inherit</code>’, and ‘<code class=css>initial</code>’ are
    1.13 +   not permitted as items within a list of more that one identifier; any list
    1.14 +   that uses them is syntactically invalid. In other words, the &lt;IDENT&gt;
    1.15 +   production in <a
    1.16 +   href="#single-transition-property">&lt;single-transition-property&gt;</a>
    1.17 +   matches any identifier other than these three keywords.
    1.18  
    1.19    <p> For the keyword ‘<code class=property>all</code>’, or if one of the
    1.20     identifiers listed is a shorthand property, implementations must start
     2.1 --- a/css3-transitions/Overview.src.html	Sun Feb 03 23:14:41 2013 -0700
     2.2 +++ b/css3-transitions/Overview.src.html	Sun Feb 03 23:24:56 2013 -0700
     2.3 @@ -292,10 +292,16 @@
     2.4          words, unrecognized or non-animatable properties must be kept in
     2.5          the list to preserve the matching of indices.
     2.6        </p>
     2.7 -      <p class="issue">
     2.8 -        Are 'none', 'inherit', and 'initial' allowed as items in
     2.9 -        a list of identifiers (of length greater than one)?
    2.10 +
    2.11 +      <p>
    2.12 +        The keywords ''none'', ''inherit'', and ''initial'' are not
    2.13 +        permitted as items within a list of more that one identifier;
    2.14 +        any list that uses them is syntactically invalid.
    2.15 +        In other words, the &lt;IDENT&gt; production in
    2.16 +        <span>&lt;single-transition-property&gt;</span> matches any
    2.17 +        identifier other than these three keywords.
    2.18        </p>
    2.19 +
    2.20        <p>
    2.21          For the keyword 'all', or if one of the identifiers listed is a
    2.22          shorthand property, implementations must start transitions for

mercurial