Implement new pseudoElement interface on KeyframeEffect
Make target() return the originating element if target_ is a PseudoElement (EventTarget still returns the layout object). Add pseudoElement() property which returns the target pseudo-selector if the target is a pseudo-element (null otherwise). Invalid and unsupported pseudo-elements will still return a selector and the originating element (from target()) but will not animated (EventTarget returns null). Add pseudoElement option to KeyframeEffect constructor. Change-Id: Id7d16ea6966c533e56d1170462ff60a79b277fd5 Bug: 981894 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1921343 Commit-Queue: George Steel <gtsteel@chromium.org> Reviewed-by:Majid Valipour <majidvp@chromium.org> Reviewed-by:
Kevin Ellis <kevers@chromium.org> Cr-Commit-Position: refs/heads/master@{#726506}
Showing
This diff is collapsed.
Please register or sign in to comment