A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://developer.mozilla.org/en-US/docs/Web/API/CSSNamespaceRule/namespaceURI below:

CSSNamespaceRule: namespaceURI property - Web APIs

CSSNamespaceRule: namespaceURI property

Baseline Widely available

The read-only namespaceURI property of the CSSNamespaceRule returns a string containing the text of the URI of the given namespace.

Value

A string containing a URI.

Examples

The stylesheet includes a namespace as the only rule. Therefore the first CSSRule returned will be a CSSNamespaceRule. The value of the namespaceURI property will be http://www.w3.org/1999/xhtml.

@namespace url("http://www.w3.org/1999/xhtml");
const myRules = document.styleSheets[0].cssRules;
console.log(myRules[0].namespaceURI); // 'http://www.w3.org/1999/xhtml'
Specifications Browser compatibility

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4