[Webkit-unassigned] [Bug 110074] New: transition-property property doesn't accept "all, <IDENT>".

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 17 20:12:33 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=110074

           Summary: transition-property property doesn't accept "all,
                    <IDENT>".
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: http://jsfiddle.net/syoichi/zz4Uz/
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: syoichi at outlook.com
                CC: hyatt at apple.com, dino at apple.com, alexis at webkit.org


According to CSS Transitions...
>Name:	transition-property
>Value:	 none | <single-transition-property> [ ‘,’ <single-transition-property> ]*
>(snip)
><single-transition-property> = all | <IDENT>
http://dev.w3.org/csswg/css3-transitions/#transition-property

On Windows 7 Home Premium SP1 64bit, Firefox Nightly 21.0a1(buildID 20130217031005) corresponds to this.
But Chromium 27.0.1416.0 (183049) doesn't accept "all, <IDENT>" in transition-property property.
http://jsfiddle.net/syoichi/zz4Uz/

Moreover, It seems that transition-property property and transition shorthand property can't accept "all, all",
but transition shorthand property can accept "all, <IDENT>".

I can't find description like ‘"all, <IDENT>" is invalid’ in the spec.
I'm sorry if I'm wrong.

related:
https://www.w3.org/Bugs/Public/show_bug.cgi?id=14602

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list