[Webkit-unassigned] [Bug 104043] Implement general ::cue pseudo element for the <video>
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 5 17:37:42 PST 2012
https://bugs.webkit.org/show_bug.cgi?id=104043
--- Comment #11 from Dima Gorbik <dgorbik at apple.com> 2012-12-05 17:40:08 PST ---
(In reply to comment #10)
> (From update of attachment 177639 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=177639&action=review
>
> > LayoutTests/ChangeLog:3
> > + Implement general ::cue pseudo element for the <video>
>
> Would you have thoughts / knowledge about parsing / filter so that only some CSS properties can be applied?
Yes, that was implemented and I will roll out the patch in a separate bug.
> Couldn't the same be achieved by overriding shadowPseudoId() in TextTrackCueBox?
>
> It would avoid creating a container within a container and it would match
> individually each list of WebVTT node objects.
I guess it is not possible to have several pseudoIDs for the same element. And I can't use the same pseudoID because the default properties may be not in the whitelist.
--
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