CSS: pseudo-element selector (::)
tag::first-letter-
the first letter of a tag element.
tag is optional. It can be a simple selector (selecting by tag name, id, class etc) or a compound selector (combination of tag name, id, class etc). If empty, it means the universal selector (* any tag).
tag::first-line-
the first rendered line of a tag element.
tag::before-
insert content before a tag element.
tag::after-
insert content after a tag element.
tag::marker-
Selects the marker box of a list item.
Other pseudo-element selectors
::cue::selection::slotted