Skip to content

Commit

Permalink
short-title を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Sep 19, 2024
1 parent 134d595 commit d09a9d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions files/ja/web/api/htmlelement/nonce/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "HTMLElement: nonce プロパティ"
short-title: nonce
slug: Web/API/HTMLElement/nonce
l10n:
sourceCommit: a3d9f61a8990ba7b53bda9748d1f26a9e9810b18
Expand Down
3 changes: 2 additions & 1 deletion files/ja/web/api/htmlelement/offsetleft/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "HTMLElement: offsetLeft プロパティ"
short-title: offsetLeft
slug: Web/API/HTMLElement/offsetLeft
l10n:
sourceCommit: a3d9f61a8990ba7b53bda9748d1f26a9e9810b18
Expand All @@ -11,7 +12,7 @@ l10n:

ブロックレベル要素では、 `offsetTop`, `offsetLeft`, `offsetWidth`, `offsetHeight``offsetParent` からの相対的な要素の境界ボックスを記述します。

しかし、 (<strong>span</strong> などの) インラインレベル要素は行をまたいで折り返すことがあるので、 `offsetTop` および `offsetLeft`*最初の*境界ボックス (その幅と高さを取得するには {{domxref("Element.getClientRects()")}} を使用) の位置を記述するのに対し、 `offsetWidth` および `offsetHeight`*囲む*境界ボックス (位置を取得するには {{domxref("Element.getBoundingClientRect()")}} を使用) の寸法を記述します。したがって、 `offsetLeft`, `offsetTop`, `offsetWidth`, `offsetHeight` による左、上、幅、高さは折り返されたテキストの区間を囲むボックスにはなりません。
しかし、 (**span** などの) インラインレベル要素は行をまたいで折り返すことがあるので、 `offsetTop` および `offsetLeft`*最初の*境界ボックス (その幅と高さを取得するには {{domxref("Element.getClientRects()")}} を使用) の位置を記述するのに対し、 `offsetWidth` および `offsetHeight`*囲む*境界ボックス (位置を取得するには {{domxref("Element.getBoundingClientRect()")}} を使用) の寸法を記述します。したがって、 `offsetLeft`, `offsetTop`, `offsetWidth`, `offsetHeight` による左、上、幅、高さは折り返されたテキストの区間を囲むボックスにはなりません。

##

Expand Down
3 changes: 2 additions & 1 deletion files/ja/web/api/htmlelement/outertext/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
title: "HTMLElement: outerText プロパティ"
short-title: outerText
slug: Web/API/HTMLElement/outerText
l10n:
sourceCommit: a3d9f61a8990ba7b53bda9748d1f26a9e9810b18
sourceCommit: e9e2ec643ac69c132f31427a0b586ab2cf83ed58
---

{{APIRef("DOM")}}
Expand Down

0 comments on commit d09a9d4

Please sign in to comment.