teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

section要素のリンク追加

2015/09/15 03:43

投稿

think49
think49

スコア18194

answer CHANGED
@@ -1,5 +1,6 @@
1
- section要素はセクショニング(アウトライン生成)の為にある要素です。
1
+ section要素はアウトライン生成の為にある要素です。
2
- main要素はアウトラインに影響しない為、section要素を使用する必要はないと思います。
2
+ **main要素はアウトラインに影響しない**為、main要素の中でsection要素を使用する必要はないと思います。
3
3
 
4
4
  - [4.4.14 main要素 — HTML5 日本語訳](http://momdo.github.io/html5/grouping-content.html#the-main-element)
5
+ - [4.3.3 section要素 — HTML5 日本語訳](http://momdo.github.io/html5/sections.html#the-section-element)
5
6
  - [4.3.10 見出しとセクション — HTML5 日本語訳](http://momdo.github.io/html5/sections.html#headings-and-sections)