현재 번역은 완벽하지 않습니다. 한국어로 문서 번역에 동참해주세요.
This is an experimental technology
Because this technology's specification has not stabilized, check the compatibility table for the proper prefixes to use in various browsers. Also note that the syntax and behavior of an experimental technology is subject to change in future versions of browsers as the spec changes.
개요
The HTML summary element (<summary>
) is used as a summary, caption, or legend for the content of a <details>
element.
주의: If the
<summary>
element is omitted, the heading "details" will be used.사용 문맥
허용된 콘텐츠 | Phrasing content or one element of Heading content |
태그 생략 | None, both the start tag and the end tag are mandatory. |
허용된 부모 요소 | The <details> element. |
Normative document | HTML5, section 4.11.2 |
속성
This element only includes the global attributes.
DOM 인터페이스
This element implements the HTMLElement
interface.
예제
In summation, get details from the link on the next line
Please see the <details>
page for examples on <summary>.
사양
사양 | 상태 | 주석 |
---|---|---|
WHATWG HTML Living Standard The definition of '<summary>' in that specification. |
Living Standard | |
HTML5.1 The definition of '<summary>' in that specification. |
Working Draft |
브라우저 호환성
기능 | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | 12 | Not supported bug 591737 | Not supported | Not supported | Not supported |
기능 | Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | 4.0 | Not supported bug 591737 | Not supported | Not supported | Not supported |