diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-08-18 14:33:08 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-08-18 14:33:08 +0900 |
commit | 66dd961c765e2843fdc3ed463baa19873924c0a3 (patch) | |
tree | 71d90cddda2cdd2c8544582a19a9877e1f1242a5 /files/ja/web/guide/html/content_categories | |
parent | 4eaca34cf2eea3b021dfe6aa7e0ccada55c7f436 (diff) | |
download | translated-content-66dd961c765e2843fdc3ed463baa19873924c0a3.tar.gz translated-content-66dd961c765e2843fdc3ed463baa19873924c0a3.tar.bz2 translated-content-66dd961c765e2843fdc3ed463baa19873924c0a3.zip |
意味のない title 属性を削除
fix #1877
Diffstat (limited to 'files/ja/web/guide/html/content_categories')
-rw-r--r-- | files/ja/web/guide/html/content_categories/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/guide/html/content_categories/index.html b/files/ja/web/guide/html/content_categories/index.html index 9f0b98251f..cc2b9c20f3 100644 --- a/files/ja/web/guide/html/content_categories/index.html +++ b/files/ja/web/guide/html/content_categories/index.html @@ -84,9 +84,9 @@ translation_of: Web/Guide/HTML/Content_categories <li>{{HTMLElement("area")}}: {{HTMLElement("map")}} 要素の子孫である場合</li> <li>{{HTMLElement("del")}}: 記述コンテンツだけを含む場合</li> <li>{{HTMLElement("ins")}}: 記述コンテンツだけを含む場合</li> - <li>{{HTMLElement("link")}}: <a href="/ja/docs/HTML/Global_attributes#itemprop" title="ja/docs/HTML/Global attributes#itemprop"><strong>itemprop</strong></a> 属性がある場合</li> + <li>{{HTMLElement("link")}}: <a href="/ja/docs/HTML/Global_attributes#itemprop"><strong>itemprop</strong></a> 属性がある場合</li> <li>{{HTMLElement("map")}}: 記述コンテンツだけを含む場合</li> - <li>{{HTMLElement("meta")}}: <a href="/ja/docs/HTML/Global_attributes#itemprop" title="ja/docs/HTML/Global attributes#itemprop"><strong>itemprop</strong></a> 属性がある場合</li> + <li>{{HTMLElement("meta")}}: <a href="/ja/docs/HTML/Global_attributes#itemprop"><strong>itemprop</strong></a> 属性がある場合</li> </ul> <h3 id="Embedded_content" name="Embedded_content">埋め込みコンテンツ</h3> |