css3-transitions/Overview.src.html

changeset 7298
ea66fed14ca7
parent 7297
e941140de034
child 7299
be188be3a708
     1.1 --- a/css3-transitions/Overview.src.html	Sun Feb 03 23:14:41 2013 -0700
     1.2 +++ b/css3-transitions/Overview.src.html	Sun Feb 03 23:24:56 2013 -0700
     1.3 @@ -292,10 +292,16 @@
     1.4          words, unrecognized or non-animatable properties must be kept in
     1.5          the list to preserve the matching of indices.
     1.6        </p>
     1.7 -      <p class="issue">
     1.8 -        Are 'none', 'inherit', and 'initial' allowed as items in
     1.9 -        a list of identifiers (of length greater than one)?
    1.10 +
    1.11 +      <p>
    1.12 +        The keywords ''none'', ''inherit'', and ''initial'' are not
    1.13 +        permitted as items within a list of more that one identifier;
    1.14 +        any list that uses them is syntactically invalid.
    1.15 +        In other words, the &lt;IDENT&gt; production in
    1.16 +        <span>&lt;single-transition-property&gt;</span> matches any
    1.17 +        identifier other than these three keywords.
    1.18        </p>
    1.19 +
    1.20        <p>
    1.21          For the keyword 'all', or if one of the identifiers listed is a
    1.22          shorthand property, implementations must start transitions for

mercurial