aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/window/content
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-05-14 00:00:19 +0900
committerGitHub <noreply@github.com>2021-05-14 00:00:19 +0900
commit773b963e5762c87361e061900a2f5a8d0d1b646d (patch)
tree24d988dbdc0fe6293e1d2891c4c1d582b501d7c2 /files/ja/web/api/window/content
parent9d228b79d4b94dc15c4a7c724354af7812142976 (diff)
downloadtranslated-content-773b963e5762c87361e061900a2f5a8d0d1b646d.tar.gz
translated-content-773b963e5762c87361e061900a2f5a8d0d1b646d.tar.bz2
translated-content-773b963e5762c87361e061900a2f5a8d0d1b646d.zip
Learn/Getting_started_with_the_web/CSS_basics を更新 (#674)
- 2021/02/20 時点の英語版に同期 - 原語併記マクロを削除
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>