回答編集履歴
1
section要素のリンク追加
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)
|