aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/window/content
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/window/content')
-rw-r--r--files/ja/web/api/window/content/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/window/content/index.html b/files/ja/web/api/window/content/index.html
index ab3098dd36..3cf2e482d5 100644
--- a/files/ja/web/api/window/content/index.html
+++ b/files/ja/web/api/window/content/index.html
@@ -14,7 +14,7 @@ translation_of: Web/API/Window/content
<p>特権のないコンテンツ (Web ページ) では、<code>content</code> は通常 <a href="ja/DOM/window.top">top</a> と同じです。ただし、Web ページがサイドバーに読み込まれた場合を除きます。このときの <code>content</code> は、現在選択しているタブの <code>Window</code> を参照しています。</p>
<p>いくつかの例では、<code>content</code> の代わりに <code>_content</code> を使用しています。しかし、後者は長い間非推奨とされています。ですから、新しいコードでは <code>content</code> を使うべきです。</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">var <var>windowObject</var> = window.content;
</pre>
<p>{{ 英語版章題("Example") }}</p>