Bug 23902

Summary: Accelerated transitions break children with 'inherit' style.
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: AnimationsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: dino, graouts, graouts, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   

Description Simon Fraser (smfr) 2009-02-11 13:18:11 PST
When running a transition of -webkit-transform, children with "-webkit-transform: inherit" should also animate. This does not work correctly with accelerated transitions.
Comment 1 Antoine Quint 2022-03-04 13:47:48 PST
This needs an example. But I don't think this will work since styles aren't resolved during the animation. We would need to detect whether any animations depend on a parent, this sounds complicated.
Comment 2 Antoine Quint 2023-04-13 01:39:31 PDT
I expect this was fixed recently with all the work done by Antti and myself to integrate correctly with the CSS cascade and deal with "inherit". Please reopen this if you find this to not be the case with a test case if possible.