"HTML5 콘텐츠 모델"의 두 판 사이의 차이

24번째 줄: 24번째 줄:
*br
*br
*(Pharsing Metadata) command, script, noscript
*(Pharsing Metadata) command, script, noscript
*a, abbr, strong, em, small, cite, q, dfn, time, code, var, samp, kbd, sub, sup, b, i, mark, ruby, *bdo, span, wbr, ins, del
*a, abbr, strong, em, small, cite, q, dfn, time, code, var, samp, kbd, sub, sup, b, i, mark, ruby, bdo, span, wbr, ins, del
*(Embedded) img, map, area, iframe, embed, object, canvas, video, audio
*(Embedded) img, map, area, iframe, embed, object, canvas, video, audio
*label, input, button, select, textarea, keygen, output, progress, meter
*label, input, button, select, textarea, keygen, output, progress, meter

2012년 7월 9일 (월) 09:16 판

HTML5 contents model
HTML5 콘텐츠 모델, HTML5 카테고리

1 개요

  • 어떤 요소가 어떤 콘텐츠 또는 요소를 포함할 수 있는지에 관한 정의

 

2 구성요소

2.1 Metadata

  • base, link, meta, style, title
  • (Pharsing Metadata) command, script, noscript

2.2 Embedded

  • canvas, math, svg
  • (Interactive Embedded) audio, video, object, embed, iframe, img

2.3 Interactive

  • a
  • label, select, textarea, input, keygen, button, details, menu
  • (Interactive Embedded) audio, video, object, embed, iframe, img

2.4 Phrasing

  • br
  • (Pharsing Metadata) command, script, noscript
  • a, abbr, strong, em, small, cite, q, dfn, time, code, var, samp, kbd, sub, sup, b, i, mark, ruby, bdo, span, wbr, ins, del
  • (Embedded) img, map, area, iframe, embed, object, canvas, video, audio
  • label, input, button, select, textarea, keygen, output, progress, meter
  • details, math, svg

2.5 Flow

  • (Pharsing Metadata) command, script, noscript
  • style
  • (Sectioning) article, section, nav, aside, header, footer, address
  • (Heading) h1, h2 ,h3, h4, h5, h6, hgroup
  • div, p, hr, blockquote, br, figure, ol, ul, pre
  • a, abbr, strong, em, small, cite, q, dfn, time, code, var, samp, kbd, sub, sup, b, i, mark, ruby, bdo, span, wbr, ins, del
  • (Embedded) table, img, map, area, iframe, embed, object, canvas, video, audio
  • form, fieldset, label, input, button, select, textarea, keygen, output, progress, meter, datalist
  • menu, details, math, svg

2.6 Heading

  • h1, h2, h3, h4, h5, h6, hgroup

2.7 Sectioning

  • article, aside, nav, section

3 같이 보기

4 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}