MENU
Info graphic Selectors
li::marker: the marker of the <li> list element
dialog::backdrop: the background of all <dialog>s
video::backdrop: the background of all videos in full-screen mode
*:fullscreen: all elements put into full-screen mode
::slotted(span): any <span> inside a shadow-DOM slot
video::cue: the timed text of <track>s in <video>s, ie. Web Video Text Tracks Format (WebVTT).
video::cue(b): all the boldfaced text of the video subtitles.