Skip to main content
Module

x/commandis/mod.ts>dom.CSSNamespaceRule

Official framework for Corddis lib ( for Deno only )
Latest
interface dom.CSSNamespaceRule
implements CSSRule
import { type dom } from "https://deno.land/x/commandis@v0.6.5/mod.ts";
const { CSSNamespaceRule } = dom;

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