[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
Wed Mar 14 22:16:39 PDT 2012


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


Silvia Pfeiffer <silviapf at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |silviapf at chromium.org




--- Comment #5 from Silvia Pfeiffer <silviapf at chromium.org>  2012-03-14 22:16:39 PST ---
I have an issue with nested shadow DOMs and selectors.

I'm working on the video controls. They are built as a shadow dom. The transport bar and the volume slider are implemented as input[type"range"] elements.

Now I want to style the input element's shadow dom.

In theory, I'd like to do the following:

video::-webkit-media-controls  input[type="range"]::-webkit-slider-container {
    border: 1px solid rgb(130, 130, 130);
    border-radius: 5px;
}

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