현재 번역은 완벽하지 않습니다. 한국어로 문서 번역에 동참해주세요.
----------------------------------------------------------------------------------------------------------------------------
이 번역은 Remoted 에 의하여 번역되었으며, 번역에 대해 오점이 있을경우 [email protected] 으로 문의주시면, 수정하도록 하겠습니다.
----------------------------------------------------------------------------------------------------------------------------
HTML <figcaption>
는 수치 혹은 그림에 관련된 caption 혹은 legend 을 표현합니다. 이 수치혹은 그림은 <figure>
의 개체 중 남은 부분에 의하여 표현되는 것입니다. <figure>
개체는 <figure>
블록의 내부에서 첫번째 혹은 마지막을 의미하는 것이 되는 <figcaption> 의 조상 개체입니다.
Content categories | None. |
---|---|
Permitted content | Flow content. |
Tag omission | None, both the starting and ending tag are mandatory. |
Permitted parent elements | A <figure> element; the <figcaption> element must be its first or last child. |
DOM interface | HTMLElement |
Attributes (속성)
This element only includes the global attributes.
이 element 는 오직 global 속성들만을 포함합니다.
Examples (예제)
Please see the <figure>
page for examples on <figcaption>
.
부탁하건데, <figure>
페이지의 <figcaption> 을 보세요.
Specifications (세부속성)
Specification | Status | Comment |
---|---|---|
WHATWG HTML Living Standard The definition of '<figcaption>' in that specification. |
Living Standard | |
HTML5 The definition of '<figcaption>' in that specification. |
Recommendation |
Browser compatibility (브라우저 호환성)
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | 8 | 4.0 (2.0) | 9.0 | 11.10 | 5.1 |
Feature | Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | 3.0 | 4.0 (2.0) | 9.0 | 11.0 | 5.1 (iOS 5.0) |
See also
- The
<figure>
element.