[Webkit-unassigned] [Bug 62218] Some selectors with shadow pseudo ids can bleed into nested shadow DOM

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 15 00:05:01 PDT 2012


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





--- Comment #7 from Roland Steiner <rolandsteiner at chromium.org>  2012-03-15 00:05:01 PST ---
(In reply to comment #5)
> video::-webkit-media-controls  input[type="range"]::-webkit-slider-container {

A descendant combinator after a pseudo-element - I understand what you're attempting to do, but this is quite hairy from a spec point of view. Have you tried

video::-webkit-media-controls::-webkit-slider-container

Or even

video::-webkit-slider-container

? If those don't work either, then finding a solution for something like this (even with code changes) would go over much smoother IMHO.

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