Document: rootElement プロパティ
Deprecated
Avoid using this feature in new projects. This feature may be a candidate for removal from web standards or browsers.>
Document.rootElement は Element を返します。これは
<svg> 要素の場合は document のルート要素で、それ以外の場合は null です。これはすべてのルート要素を返す Document.documentElement に置き換えられて非推奨になりました。
値
<svg> 要素の場合は document のルート要素で、それ以外の場合は null です。
文書が空ではない SVG 要素の場合、rootElement は SVGSVGElement となり、 documentElement と同じものになります。
仕様書
| 仕様書 |
|---|
| Scalable Vector Graphics (SVG) 2> # InterfaceDocumentExtensions> |