Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 950 Bytes

File metadata and controls

26 lines (17 loc) · 950 Bytes
title short-title slug l10n
Document: rootElement プロパティ
rootElement
Web/API/Document/rootElement
sourceCommit
41a8b9c9832359d445d136b6d7a8a28737badc6b

{{ApiRef("DOM")}}{{Deprecated_header}}

Document.rootElement は {{domxref("Element")}} を返します。これは {{SVGElement("svg")}} 要素の場合は {{domxref("document")}} のルート要素で、それ以外の場合は null です。これはすべてのルート要素を返す {{domxref("Document.documentElement")}} に置き換えられて非推奨になりました。

{{SVGElement("svg")}} 要素の場合は {{domxref("document")}} のルート要素で、それ以外の場合は null です。

文書が空ではない SVG 要素の場合、rootElement は {{domxref("SVGSVGElement")}} となり、 documentElement と同じものになります。

仕様書

{{Specifications}}

ブラウザーの互換性

{{Compat}}