CSSNamespaceRule

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

CSSNamespaceRule インターフェイスは単一の CSS @namespace アットルールを記述します。

CSSRule CSSNamespaceRule

プロパティ

祖先である CSSRule からプロパティを継承しています。

CSSNamespaceRule.namespaceURI

指定された名前空間の URI のテキストを含む文字列を返します。

CSSNamespaceRule.prefix

この名前空間に関連付けられた接頭辞の名前を文字列で返します。そのような接頭辞がない場合は、空文字列を返します。

メソッド

祖先である CSSRule からメソッドを継承しています。

このスタイルシートは、唯一のルールとして名前空間を記載しています。したがって、最初に返される CSSRuleCSSNamespaceRule となります。

css
@namespace url(http://www.w3.org/1999/xhtml);
js
let myRules = document.styleSheets[0].cssRules;
console.log(myRules[0]); //a CSSNamespaceRule

仕様書

Specification
CSS Object Model (CSSOM)
# the-cssnamespacerule-interface

ブラウザーの互換性

Report problems with this compatibility data on GitHub
desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
CSSNamespaceRule
namespaceURI
prefix

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support