Warning:
This wiki has been archived and is now read-only.
HTML5/sections
From HTML5 Chinese Interest Group Wiki
< HTML5
区块
body
元素
- 分类:
- 区块根
- 使用场景:
- 做为
html
元素内的第二个元素。 - 内容模型:
- 流式内容
- 允许的属性:
- 全局属性
onafterprint
onbeforeprint
onbeforeunload
onblur
onerror
onfocus
onhashchange
onload
onmessage
onoffline
ononline
onpagehide
onpageshow
onpopstate
onredo
onresize
onscroll
onstorage
onundo
onunload
- DOM接口:
- interface HTMLBodyElement : HTMLElement { attribute Function onafterprint; attribute Function onbeforeprint; attribute Function onbeforeunload; attribute Function onblur; attribute Function onerror; attribute Function onfocus; attribute Function onhashchange; attribute Function onload; attribute Function onmessage; attribute Function onoffline; attribute Function ononline; attribute Function onpopstate; attribute Function onpagehide; attribute Function onpageshow; attribute Function onredo; attribute Function onresize; attribute Function onscroll; attribute Function onstorage; attribute Function onundo; attribute Function onunload; };
section
元素
- 分类:
- 流式内容
章节式内容formatBlock
候选 - 使用场景:
- 在期望流式内容处。
- 内容模型:
- 流式内容
- 允许的属性:
- 全局属性
- DOM接口:
- 使用
HTMLElement
- 分类:
- 流式内容。
章节式内容。formatBlock
候选。
- 使用场景:
- 需要流式内容处。
- 内容模型:
- 流式内容。
- 允许的属性:
- 全局属性
- DOM接口:
- 使用
HTMLElement
。
article
元素
- 分类:
- 流式内容。
章节式内容。formatBlock
候选。
- 使用场景:
- 需要流式内容处。
- 内容模型:
- 流式内容。
- 允许的属性:
- 全局属性
- DOM接口:
- 使用
HTMLElement
。
aside
元素
- 分类:
- 流式内容。
章节式内容。formatBlock
候选。
- 使用场景:
- 需要流式内容处。
- 内容模型:
- 流式内容。
- 允许的属性:
- 全局属性
- DOM接口:
- 使用
HTMLElement
。
h1
,h2
,h3
,h4
,h5
和h6
元素
- 分类:
- 流式内容。
标题式内容。formatBlock
候选。
- 使用场景:
- 做为
hgroup
元素的子元素。
需要流式内容处。
- 内容模型:
- 段落式内容。
- 允许的属性:
- 全局属性
- DOM接口:
- interface HTMLHeadingElement : HTMLElement {};
hgroup
元素
- 分类:
- 流式内容。
标题式内容。formatBlock
候选。
- 使用场景:
- 需要流式内容处。
- 内容模型:
- 一个或多个h1,h2,h3,h4,h5和/或h6元素。
- 允许的属性:
- 全局属性
- DOM接口:
- 使用
HTMLElement
。
header
元素
- 分类:
- 流式内容。
formatBlock
候选。
- 使用场景:
- 需要流式内容处。
- 内容模型:
- 流式内容, 但不能有
header
元素或footer
元素出现。
- 允许的属性:
- 全局属性
- DOM接口:
- 使用
HTMLElement
。
- 分类:
- 流式内容。
formatBlock
候选。
- 使用场景:
- 需要流式内容处。
- 内容模型:
- 流式内容, 但不能有
header
元素或footer
元素出现。
- 允许的属性:
- 全局属性
- DOM接口:
- 使用
HTMLElement
。
address
元素
- 分类:
- 流式内容。
formatBlock
候选。
- 使用场景:
- 需要流式内容处。
- 内容模型:
- 流式内容, 不能有标题式内容出现, 不能有章节式内容出现, 不能有
header
元素,footer
元素或者address
元素出现。
- 允许的属性:
- 全局属性
- DOM接口:
- 使用
HTMLElement
。