A RetroSearch Logo

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

Search Query:

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

CSSNamespaceRule.namespaceURI - Web API | MDN

CSSNamespaceRule.namespaceURI

Baseline Widely available

namespaceURI は CSSNamespaceRule の読み取り専用プロパティで、この名前空間の URI のテキストを文字列で返します。

値

文字列で、 URI を持ちます。

例

このスタイルシートは、唯一のルールとして名前空間を含んでいます。したがって、最初に返される CSSRule は CSSNamespaceRule となります。 namespaceURI プロパティの値は http://www.w3.org/1999/xhtml となります。

@namespace url(http://www.w3.org/1999/xhtml);
let myRules = document.styleSheets[0].cssRules;
console.log(myRules[0].namespaceURI); //http://www.w3.org/1999/xhtml
仕様書 ブラウザーの互換性

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