Skip to main content
Module

x/evt/lib/types/lib.dom.ts>CSSNamespaceRule

💧EventEmitter's typesafe replacement
Go to Latest
interface CSSNamespaceRule
implements CSSRule
import { type CSSNamespaceRule } from "https://deno.land/x/evt@v2.4.13/lib/types/lib.dom.ts";

An object representing a single CSS @namespace at-rule. It implements the CSSRule interface, with a type value of 10 (CSSRule.NAMESPACE_RULE).

Properties

readonly
namespaceURI: string
readonly
prefix: string