[Webkit-unassigned] [Bug 120494] New: Implement computed style for animation shorthand and align parsing with the spec

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 29 15:00:13 PDT 2013


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

           Summary: Implement computed style for animation shorthand and
                    align parsing with the spec
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: koivisto at iki.fi, simon.fraser at apple.com,
                    dino at apple.com, achicu at adobe.com, jonlee at apple.com


Consider merging https://chromium.googlesource.com/chromium/blink/+/3eba59a6735370298e614f5e4d7a52abf7e185eb


Implement the computed style for the animation shorthand which will avoid
to return "".

Improve parsing of the shorthand by adding the play-state property part of the parsing. This align with the spec and it was changed at the end of last
year.

Remove dead code in CSSParser-in.cpp inherited from the transitions.

There are few commented tests that are not passing as they do not yet
align with the spec. It's a trickier issue that I will fix in a following patch (bug is linked).

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