KC's Workspace
    Preparing search index...
    PseudoElement:
        | { kind: "after" }
        | { kind: "before" }
        | { kind: "first-line" }
        | { kind: "first-letter" }
        | { kind: "details-content" }
        | { kind: "target-text" }
        | { kind: "selection"; vendorPrefix: VendorPrefix }
        | { kind: "placeholder"; vendorPrefix: VendorPrefix }
        | { kind: "marker" }
        | { kind: "backdrop"; vendorPrefix: VendorPrefix }
        | { kind: "file-selector-button"; vendorPrefix: VendorPrefix }
        | { kind: "webkit-scrollbar"; value: WebKitScrollbarPseudoElement }
        | { kind: "cue" }
        | { kind: "cue-region" }
        | { kind: "cue-function"; selector: Selector }
        | { kind: "cue-region-function"; selector: Selector }
        | { kind: "view-transition" }
        | { kind: "view-transition-group"; part: ViewTransitionPartSelector }
        | { kind: "view-transition-image-pair"; part: ViewTransitionPartSelector }
        | { kind: "view-transition-old"; part: ViewTransitionPartSelector }
        | { kind: "view-transition-new"; part: ViewTransitionPartSelector }
        | { kind: "custom"; name: String }
        | { arguments: TokenOrValue[]; kind: "custom-function"; name: String }

    A pseudo element.

    Type Declaration