From 134d595090e0323d7f345d178d068184099bc7cb Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sun, 15 Sep 2024 18:08:19 +0900 Subject: [PATCH] =?UTF-8?q?2024/07/26=20=E6=99=82=E7=82=B9=E3=81=AE?= =?UTF-8?q?=E8=8B=B1=E8=AA=9E=E7=89=88=E3=81=AB=E5=9F=BA=E3=81=A5=E3=81=8D?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/api/htmlelement/offsetwidth/index.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/files/ja/web/api/htmlelement/offsetwidth/index.md b/files/ja/web/api/htmlelement/offsetwidth/index.md index 29a16c17e0f5e6..c3d41293516ec2 100644 --- a/files/ja/web/api/htmlelement/offsetwidth/index.md +++ b/files/ja/web/api/htmlelement/offsetwidth/index.md @@ -1,8 +1,9 @@ --- title: "HTMLElement: offsetWidth プロパティ" +short-title: offsetWidth slug: Web/API/HTMLElement/offsetWidth l10n: - sourceCommit: a3d9f61a8990ba7b53bda9748d1f26a9e9810b18 + sourceCommit: e9e2ec643ac69c132f31427a0b586ab2cf83ed58 --- {{ APIRef("HTML DOM") }} @@ -28,10 +29,6 @@ l10n: {{Specifications}} -### メモ - -`offsetWidth` は、MSIE によって最初に導入された DHTML オブジェクトモデルのプロパティです。 要素の物理的/グラフィカルな寸法、または要素の境界ボックスの幅 (border-box width) と呼ばれることもあります。 - ## ブラウザーの互換性 {{Compat}}