[Webkit-unassigned] [Bug 122149] New: transform doesn't work with first-of-type

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 1 02:21:39 PDT 2013


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

           Summary: transform doesn't work with first-of-type
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: simon.fraser at apple.com, dino at apple.com,
                    jonlee at apple.com


Reported on Twitter: https://twitter.com/bdc/status/383584822754807808

The first box doesn't animate.

<!DOCTYPE html>
<html>
<body>
<style>

div { width: 100px; height: 100px; background: black; -webkit-transition: 1s; }

div:first-of-type { -webkit-transform: translateX(100px); }

div:last-of-type { -webkit-transform: translateX(100px); }

</style>
<div></div>
<div></div>
</body>
</html>

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