目录搜索
Attributesaccesskey (attribute)class (attribute)contenteditable (attribute)contextmenu (attribute)data-* (attribute)dir (attribute)draggable (attribute)dropzone (attribute)Global attributeshidden (attribute)id (attribute)itemid (attribute)itemprop (attribute)itemref (attribute)itemscope (attribute)itemtype (attribute)lang (attribute)slot (attribute)spellcheck (attribute)style (attribute)tabindex (attribute)title (attribute)translate (attribute)Elementsaabbraddressareaarticleasideaudiobbasebdibdoblockquotebodybrbuttoncanvascaptioncitecodecolcolgroupdatadatalistdddeldetailsdfndialogdivdldtemembedfieldsetfigcaptionfigurefooterformh1headheaderhrhtmliiframeimginputinput type="button"input type="checkbox"input type="color"input type="date"input type="datetime"-localinput type="email"input type="file"input type="hidden"input type="image"input type="month"input type="number"input type="password"input type="radio"input type="range"input type="reset"input type="search"input type="submit"input type="tel"input type="text"input type="time"input type="url"input type="week"inskbdlabellegendlilinkmainmapmarkmenumenuitemmetameternavnoscriptobjectoloptgroupoptionoutputpparampicturepreprogressqrprtrtcrubyssampscriptsectionselectslotsmallsourcespanstrongstylesubsummarysuptabletbodytdtemplatetextareatfootththeadtimetitletrtrackuulvarvideowbrMiscellaneousAttributesBlock-level elementsCORS enabled imageCORS settings attributesElementInline elementsKinds of HTML contentLink typesMicrodataOptimizing your pages for speculative parsingPreloading contentReferenceSupported media formatsUsing the application cacheObsoleteacronymappletbasefontbigblinkcentercommandcontentdirelementfontframeframesethgroupimageinput type="datetime"isindexkeygenlistingmarqueenextidnoframesplaintextstrikettxmp
文字

HTML <summary> 元素 用作 一个<details>元素的一个内容的摘要,标题或图例。

允许的内容

Phrasing content  或 Heading content 的一个元素

标记遗漏

无,起始标签和结束标签都是强制性的。

允许的父母

<details>元素。

允许ARIA角色

button

DOM接口


HTMLElement

属性

本元素仅支持全局属性。

使用说明

如果该<summary>元素被省略,则将使用 heading 的 "details"。

默认样式<summary>display:list-item根据HTML标准。如果display:block风格改变,披露的三角形( disclosure triangle)将被忽略,这是可预见的。

例子

综上所述,从下一行的链接中获取详细信息

请参阅<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

上一篇:下一篇: