title | slug | l10n | ||
---|---|---|---|---|
<figcaption>:图像标题元素 |
Web/HTML/Element/figcaption |
|
{{HTMLSidebar}}
<figcaption>
HTML 元素是用来描述其父节点 {{HTMLElement("figure")}} 元素里的其余内容的标题或说明。为 <figure>
提供一个{{glossary("accessible description", "无障碍描述")}}。
{{EmbedInteractiveExample("pages/tabbed/figcaption.html","tabbed-shorter")}}
该元素仅包含全局属性。
有关 <figcaption>
的示例,请参见 {{HTMLElement("figure")}} 页面。
内容分类 | 无。 |
---|---|
允许的内容 | 流式内容。 |
标签省略 | 不允许,开始标签和结束标签都不能省略。 |
允许的父元素 |
{{HTMLElement("figure")}} 元素;<figcaption> 元素必须是它的第一个或者最后一个子节点。
|
隐式 ARIA 角色 | 没有对应的角色 |
允许的 ARIA 角色 |
group 、none 、presentation
|
DOM 接口 | {{domxref("HTMLElement")}} |
{{Specifications}}
{{Compat}}
- {{HTMLElement("figure")}} 元素。