diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-06-28 01:09:52 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-28 01:09:52 +0900 |
commit | 3f2fa67122c3490f9e06570920f71cf94763ac1b (patch) | |
tree | 698af45161b6a11f972ecdde39820ce32344f10c /files/ja/conflicting | |
parent | 89e41133e017c999e91f2b8361220375a7bffdc1 (diff) | |
download | translated-content-3f2fa67122c3490f9e06570920f71cf94763ac1b.tar.gz translated-content-3f2fa67122c3490f9e06570920f71cf94763ac1b.tar.bz2 translated-content-3f2fa67122c3490f9e06570920f71cf94763ac1b.zip |
Web/HTML/Element/title を更新 (#1221)
* Web/HTML/Element/title を更新
- conflicting 版はあいまいさ回避ページであり、現在のページ構造では不要なため削除
- 2021/06/03 時点の英語版に同期
* [CRON] sync translated content
Co-authored-by: MDN <actions@users.noreply.github.com>
Diffstat (limited to 'files/ja/conflicting')
-rw-r--r-- | files/ja/conflicting/web/html/element/title/index.html | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/files/ja/conflicting/web/html/element/title/index.html b/files/ja/conflicting/web/html/element/title/index.html deleted file mode 100644 index ba4997c37b..0000000000 --- a/files/ja/conflicting/web/html/element/title/index.html +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: title -slug: conflicting/Web/HTML/Element/title -tags: - - Disambiguation -translation_of: Web/HTML/Element/title -translation_of_original: title -original_slug: title ---- -<p><strong>title</strong> は、その文脈により異なるものを指す場合があります。</p> - -<ul> - <li>DOM:{{ domxref("element.title")}} - 要素の <code>title</code> 属性の値を取得 / 設定</li> - <li>DOM:{{domxref("document.title")}} - 文書の <code>title</code> 要素の値を取得 / 設定</li> - <li><a href="/ja/docs/HTML/Element/title"><code><title></code> (HTML)</a> - <a href="/en-US/docs/HTML">HTML</a> の <code>title</code> 要素</li> - <li><a href="/ja/docs/SVG/Element/title"><code><title></code> (SVG)</a> - <a href="/en-US/docs/SVG">SVG</a> の <code>title</code> 要素</li> - <li><a href="/ja/docs/RSS/Element/title"><code><title></code> (RSS)</a> - <a href="/en-US/docs/RSS">RSS</a> の <code>title</code> 要素</li> -</ul> - -<div><div class="disambig" id="disambig"><p><i>これは<a href="https://developer.mozilla.org/ja/docs/Project:Disambiguation">あいまい性除去</a>のページです — 同じ題名を共有している可能性のあるページをリストして案内を補助します。 記事のリンクからここに来たのであれば、戻って意図するページに直接行くように修正することもできます。</i></p></div></div> |