[Webkit-unassigned] [Bug 111201] New: transition-property property and transition shorthand property doesn't accept "all, all".

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 1 11:36:44 PST 2013


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

           Summary: transition-property property and transition shorthand
                    property doesn't accept "all, all".
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        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


Created an attachment (id=190998)
 --> (https://bugs.webkit.org/attachment.cgi?id=190998&action=review)
test case

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

>Name:	transition
>Value:	<single-transition> [ ‘,’ <single-transition> ]*
>(snip)
><single-transition> = [ none | <single-transition-property> ] || <time> || <single-transition-timing-function> || <time>
http://dev.w3.org/csswg/css3-transitions/#transition

On Windows 7 Home Premium SP1 64bit, Internet Explorer 10 and Firefox Nightly 22.0a1(buildID 20130301030909) corresponds to this.
But Chromium 27.0.1427.0 (185534) doesn't accept "all, all" in transition-property property and transition shorthand property.

This bug seems not to be fixed in Bug 110074 unfortunately.
Therefore I reports it as a Bug with a test case.

-- 
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