KC's Workspace
    Preparing search index...
    PseudoClass:
        | { kind: "lang"; languages: String[] }
        | { direction: Direction; kind: "dir" }
        | { kind: "hover" }
        | { kind: "active" }
        | { kind: "focus" }
        | { kind: "focus-visible" }
        | { kind: "focus-within" }
        | { kind: "current" }
        | { kind: "past" }
        | { kind: "future" }
        | { kind: "playing" }
        | { kind: "paused" }
        | { kind: "seeking" }
        | { kind: "buffering" }
        | { kind: "stalled" }
        | { kind: "muted" }
        | { kind: "volume-locked" }
        | { kind: "fullscreen"; vendorPrefix: VendorPrefix }
        | { kind: "open" }
        | { kind: "closed" }
        | { kind: "modal" }
        | { kind: "picture-in-picture" }
        | { kind: "popover-open" }
        | { kind: "defined" }
        | { kind: "any-link"; vendorPrefix: VendorPrefix }
        | { kind: "link" }
        | { kind: "local-link" }
        | { kind: "target" }
        | { kind: "target-within" }
        | { kind: "visited" }
        | { kind: "enabled" }
        | { kind: "disabled" }
        | { kind: "read-only"; vendorPrefix: VendorPrefix }
        | { kind: "read-write"; vendorPrefix: VendorPrefix }
        | { kind: "placeholder-shown"; vendorPrefix: VendorPrefix }
        | { kind: "default" }
        | { kind: "checked" }
        | { kind: "indeterminate" }
        | { kind: "blank" }
        | { kind: "valid" }
        | { kind: "invalid" }
        | { kind: "in-range" }
        | { kind: "out-of-range" }
        | { kind: "required" }
        | { kind: "optional" }
        | { kind: "user-valid" }
        | { kind: "user-invalid" }
        | { kind: "autofill"; vendorPrefix: VendorPrefix }
        | { kind: "active-view-transition" }
        | { kind: "active-view-transition-type"; type: String[] }
        | { kind: "local"; selector: Selector }
        | { kind: "global"; selector: Selector }
        | { kind: "webkit-scrollbar"; value: WebKitScrollbarPseudoClass }
        | { kind: "custom"; name: String }
        | { arguments: TokenOrValue[]; kind: "custom-function"; name: String }

    A pseudo class.

    Type Declaration

    • { kind: "lang"; languages: String[] }
      • kind: "lang"
      • languages: String[]

        A list of language codes.

    • { direction: Direction; kind: "dir" }
    • { kind: "hover" }
    • { kind: "active" }
    • { kind: "focus" }
    • { kind: "focus-visible" }
    • { kind: "focus-within" }
    • { kind: "current" }
    • { kind: "past" }
    • { kind: "future" }
    • { kind: "playing" }
    • { kind: "paused" }
    • { kind: "seeking" }
    • { kind: "buffering" }
    • { kind: "stalled" }
    • { kind: "muted" }
    • { kind: "volume-locked" }
    • { kind: "fullscreen"; vendorPrefix: VendorPrefix }
    • { kind: "open" }
    • { kind: "closed" }
    • { kind: "modal" }
    • { kind: "picture-in-picture" }
    • { kind: "popover-open" }
    • { kind: "defined" }
    • { kind: "any-link"; vendorPrefix: VendorPrefix }
    • { kind: "link" }
    • { kind: "local-link" }
    • { kind: "target" }
    • { kind: "target-within" }
    • { kind: "visited" }
    • { kind: "enabled" }
    • { kind: "disabled" }
    • { kind: "read-only"; vendorPrefix: VendorPrefix }
    • { kind: "read-write"; vendorPrefix: VendorPrefix }
    • { kind: "placeholder-shown"; vendorPrefix: VendorPrefix }
    • { kind: "default" }
    • { kind: "checked" }
    • { kind: "indeterminate" }
    • { kind: "blank" }
    • { kind: "valid" }
    • { kind: "invalid" }
    • { kind: "in-range" }
    • { kind: "out-of-range" }
    • { kind: "required" }
    • { kind: "optional" }
    • { kind: "user-valid" }
    • { kind: "user-invalid" }
    • { kind: "autofill"; vendorPrefix: VendorPrefix }
    • { kind: "active-view-transition" }
    • { kind: "active-view-transition-type"; type: String[] }
      • kind: "active-view-transition-type"
      • type: String[]

        A view transition type.

    • { kind: "local"; selector: Selector }
      • kind: "local"
      • selector: Selector

        A local selector.

    • { kind: "global"; selector: Selector }
      • kind: "global"
      • selector: Selector

        A global selector.

    • { kind: "webkit-scrollbar"; value: WebKitScrollbarPseudoClass }
    • { kind: "custom"; name: String }
      • kind: "custom"
      • name: String

        The pseudo class name.

    • { arguments: TokenOrValue[]; kind: "custom-function"; name: String }
      • arguments: TokenOrValue[]

        The arguments of the pseudo class function.

      • kind: "custom-function"
      • name: String

        The pseudo class name.