Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 636 Bytes

File metadata and controls

27 lines (17 loc) · 636 Bytes
title short-title slug l10n
DOMRectReadOnly: bottom プロパティ
bottom
Web/API/DOMRectReadOnly/bottom
sourceCommit
41a8b9c9832359d445d136b6d7a8a28737badc6b

{{APIRef("Geometry Interfaces")}}

bottomDOMRectReadOnly インターフェイスの読み取り専用プロパティで、この DOMRect の下端の座標値を返します。(y + height と同じか、 height が負の数であれば y と同じ値です。)

倍精度浮動小数点値です。

仕様書

{{Specifications}}

ブラウザーの互換性

{{Compat}}

関連情報

  • {{domxref("DOMRect")}}