[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:56:45 PST 2012


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





--- Comment #12 from Victor Carbune <victor at rosedu.org>  2012-12-05 17:59:11 PST ---
(In reply to comment #11)
> (In reply to comment #10)
> > (From update of attachment 177639 [details] [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.
Nice!

> > 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.
Oups, sorry for the rush. You're right.

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