このページはコミュニティーの尽力で英語から翻訳されました。MDN Web Docs コミュニティーについてもっと知り、仲間になるにはこちらから。

View in English Always switch to English

Document: rootElement プロパティ

Deprecated

Avoid using this feature in new projects. This feature may be a candidate for removal from web standards or browsers.

Document.rootElementElement を返します。これは <svg> 要素の場合は document のルート要素で、それ以外の場合は null です。これはすべてのルート要素を返す Document.documentElement に置き換えられて非推奨になりました。

<svg> 要素の場合は document のルート要素で、それ以外の場合は null です。

文書が空ではない SVG 要素の場合、rootElementSVGSVGElement となり、 documentElement と同じものになります。

仕様書

仕様書
Scalable Vector Graphics (SVG) 2
# InterfaceDocumentExtensions

ブラウザーの互換性