summary
<summary>
HTML <summary> 元素 用作 一个<details>元素的一个内容的摘要,标题或图例。
允许的内容 | Phrasing content 或 Heading content 的一个元素 |
---|---|
标记遗漏 | 无,起始标签和结束标签都是强制性的。 |
允许的父母 | <details>元素。 |
允许ARIA角色 | button |
DOM接口 |
属性
本元素仅支持全局属性。
使用说明
如果该<summary>元素被省略,则将使用 heading 的 "details"
默认样式<summary>是display:list-item根据HTML标准。如果display:block风格改变,披露的三角形( disclosure triangle)将被忽略,这是可预见的。有关更多信息,请参阅错误1283989。
例子
综上所述,从下一行的链接中获取详细信息
请参阅<summary>上的示例页面<details>。
规范
Specification | Status | Comment |
---|---|---|
HTML Living StandardThe definition of '<summary>' in that specification. | Living Standard | |
HTML 5.1The definition of '<summary>' in that specification. | Recommendation | Initial definition |
浏览器兼容性
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Edge | Opera | Safari |
---|---|---|---|---|---|---|
Basic support | 12 | 49.0 (49.0) | No support | Under Development | No support | 6 |
Feature | Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | 4.0 | 49.0 (49.0) | No support | No support | No support |