Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ogone/src/ogone.dom.d.ts>CSSNamespaceRule

Advanced Web Composition for Future
Latest
interface CSSNamespaceRule
implements CSSRule
import { type CSSNamespaceRule } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.ts";

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

Properties

readonly
namespaceURI: string
readonly
prefix: string