Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SimplePseudoClasses

type SimplePseudoClasses =
| "active"
| "any-link"
| "autofill"
| "checked"
| "default"
| "disabled"
| "empty"
| "enabled"
| "first-child"
| "first-of-type"
| "focus"
| "focus-visible"
| "focus-within"
| "future"
| "hover"
| "in-range"
| "indeterminate"
| "invalid"
| "last-child"
| "last-of-type"
| "link"
| "local-link"
| "only-child"
| "only-of-type"
| "optional"
| "out-of-range"
| "past"
| "paused"
| "placeholder-shown"
| "playing"
| "read-only"
| "read-write"
| "required"
| "target"
| "target-within"
| "user-invalid"
| "valid"
| "visited";

§Type

§
"active" | "any-link" | "autofill" | "checked" | "default" | "disabled" | "empty" | "enabled" | "first-child" | "first-of-type" | "focus" | "focus-visible" | "focus-within" | "future" | "hover" | "in-range" | "indeterminate" | "invalid" | "last-child" | "last-of-type" | "link" | "local-link" | "only-child" | "only-of-type" | "optional" | "out-of-range" | "past" | "paused" | "placeholder-shown" | "playing" | "read-only" | "read-write" | "required" | "target" | "target-within" | "user-invalid" | "valid" | "visited"
[src]