aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/window/screenx/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/window/screenx/index.html')
-rw-r--r--files/ja/web/api/window/screenx/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/api/window/screenx/index.html b/files/ja/web/api/window/screenx/index.html
index 01ad72c62b..45bfb13f65 100644
--- a/files/ja/web/api/window/screenx/index.html
+++ b/files/ja/web/api/window/screenx/index.html
@@ -13,7 +13,7 @@ translation_of: Web/API/Window/screenX
<h3 id=".E6.A6.82.E8.A6.81" name=".E6.A6.82.E8.A6.81">概要</h3>
<p>画面の左端からユーザのブラウザの左端までの水平距離を返します。</p>
<p>{{ 英語版章題("Syntax") }}</p>
-<h3 id=".E6.A7.8B.E6.96.87" name=".E6.A7.8B.E6.96.87">構文</h3>
+<h3 id="Syntax">構文</h3>
<pre class="eval"><i>lLoc</i> = window.screenX
</pre>
<p>{{ 英語版章題("Parameters") }}</p>
@@ -22,7 +22,7 @@ translation_of: Web/API/Window/screenX
<li><code>lLoc</code> は、画面の左端からのピクセル数です。</li>
</ul>
<p>{{ 英語版章題("Notes") }}</p>
-<h3 id=".E6.B3.A8.E8.A8.98" name=".E6.B3.A8.E8.A8.98">注記</h3>
+<h3 id="Notes">注</h3>
<p><a href="ja/Window.screenY">window.screenY</a> も参照してください。</p>
<p>{{ 英語版章題("Specification") }}</p>
<h3 id=".E4.BB.95.E6.A7.98" name=".E4.BB.95.E6.A7.98">仕様</h3>