diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-01-22 20:36:11 +0900 |
---|---|---|
committer | potappo <potappo@gmail.com> | 2022-01-23 22:07:42 +0900 |
commit | f04bff0d06759e458e249a400873cbf2c6085fd3 (patch) | |
tree | 1834b24dead752160c233ec4963c2777f1b98169 /files/ja/web/api/htmlelement | |
parent | c6b323aaacd62cb8913517e99251cac3ced92131 (diff) | |
download | translated-content-f04bff0d06759e458e249a400873cbf2c6085fd3.tar.gz translated-content-f04bff0d06759e458e249a400873cbf2c6085fd3.tar.bz2 translated-content-f04bff0d06759e458e249a400873cbf2c6085fd3.zip |
パディング境界→パディング辺に修正
Diffstat (limited to 'files/ja/web/api/htmlelement')
-rw-r--r-- | files/ja/web/api/htmlelement/offsetparent/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/htmlelement/offsetparent/index.html b/files/ja/web/api/htmlelement/offsetparent/index.html index 93b45eebb9..1cca56b7b2 100644 --- a/files/ja/web/api/htmlelement/offsetparent/index.html +++ b/files/ja/web/api/htmlelement/offsetparent/index.html @@ -26,7 +26,7 @@ translation_of: Web/API/HTMLElement/offsetParent </ul> </div> -<p><code>offsetParent</code> が有用なのは、 {{domxref("HTMLElement.offsetTop","offsetTop")}} と {{domxref("HTMLElement.offsetLeft","offsetLeft")}} がパディング境界からの相対だからです。</p> +<p><code>offsetParent</code> が有用なのは、 {{domxref("HTMLElement.offsetTop","offsetTop")}} と {{domxref("HTMLElement.offsetLeft","offsetLeft")}} がパディング辺からの相対だからです。</p> <h2 id="Syntax" name="Syntax">構文</h2> |