aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseiyamiyaoka <menma@timeshift.co.jp>2021-07-12 03:32:34 +0900
committerGitHub <noreply@github.com>2021-07-12 03:32:34 +0900
commit3cec06973fb6fa288ae8d03f89506a8468f6bdb0 (patch)
tree583161f53d0d6d93e92ae505b44ce5d5d25b572e
parent74f1c3c85cf4f0ff1cc631d1320ed90c404c6ed7 (diff)
downloadtranslated-content-3cec06973fb6fa288ae8d03f89506a8468f6bdb0.tar.gz
translated-content-3cec06973fb6fa288ae8d03f89506a8468f6bdb0.tar.bz2
translated-content-3cec06973fb6fa288ae8d03f89506a8468f6bdb0.zip
Fix typos (#1480)
Co-authored-by: 宮岡聖也 <miyaokakiyoshinari@miyaokakiyoshinarinoMacBook-Pro-2.local>
-rw-r--r--files/ja/web/css/viewport_concepts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/css/viewport_concepts/index.html b/files/ja/web/css/viewport_concepts/index.html
index 41fe9d0dca..1a0f8eedba 100644
--- a/files/ja/web/css/viewport_concepts/index.html
+++ b/files/ja/web/css/viewport_concepts/index.html
@@ -47,7 +47,7 @@ window.outerHeight /* 900 */
<p>ビューポートの大きさや、同様の大きさを求めるのに役立つ DOM プロパティがあります。</p>
<ul>
- <li>文書の要素の {{DOMxRef("Element.clientWidth")}} は、文書の内部的な幅を <a href="/ja/docs/Mozilla/Mobile/Viewport_meta_tag#A_pixel_is_not_a_pixel">CSS ピクセル</a>単位で、パディングを含みます (ただし、境界、マージン、ある場合は垂直スクロールバーは含みませn)。<strong>これがビューポートの幅です</strong>。</li>
+ <li>文書の要素の {{DOMxRef("Element.clientWidth")}} は、文書の内部的な幅を <a href="/ja/docs/Mozilla/Mobile/Viewport_meta_tag#A_pixel_is_not_a_pixel">CSS ピクセル</a>単位で、パディングを含みます (ただし、境界、マージン、ある場合は垂直スクロールバーは含みません)。<strong>これがビューポートの幅です</strong>。</li>
<li>{{DOMxRef("Window.innerWidth")}} は、ブラウザーウィンドウのビューポートの CSS ピクセル単位の幅で、もしあれば垂直スクロールバーの幅を含みます。</li>
<li>{{DOMxRef("Window.outerWidth")}} は、ブラウザーウィンドウの外寸の幅で、すべてのウィンドウ{{glossary("chrome", "クローム")}}を含みます。</li>
</ul>