Rect
インターフェイスは 矩形値 を表す。このインターフェイスは基盤のスタイルプロパティ内の値を反映する。それゆえ、CSSPrimitiveValue
オブジェクトへの変更はスタイルプロパティを更新する。
bottom
CSSPrimitiveValue
型, 読取専用
left
CSSPrimitiveValue
型, 読取専用
right
CSSPrimitiveValue
型, 読取専用
top
CSSPrimitiveValue
型, 読取専用
// Introduced in DOM Level 2: interface Rect { readonly attribute CSSPrimitiveValue top; readonly attribute CSSPrimitiveValue right; readonly attribute CSSPrimitiveValue bottom; readonly attribute CSSPrimitiveValue left; };