Browse Source

Merge pull request #4607 from hekar/add/html-table-summary-attr

Added support for more HTML attributes: `summary`
main
Paul O’Shannessy 10 years ago
parent
commit
187ec838ff
  1. 4
      docs/ref-04-tags-and-attributes.ko-KR.md
  2. 4
      docs/ref-04-tags-and-attributes.md

4
docs/ref-04-tags-and-attributes.ko-KR.md

@ -62,8 +62,8 @@ keyParams keyType label lang list loop low manifest marginHeight marginWidth max
maxLength media mediaGroup method min multiple muted name noValidate open maxLength media mediaGroup method min multiple muted name noValidate open
optimum pattern placeholder poster preload radioGroup readOnly rel required role optimum pattern placeholder poster preload radioGroup readOnly rel required role
rowSpan rows sandbox scope scoped scrolling seamless selected shape size sizes rowSpan rows sandbox scope scoped scrolling seamless selected shape size sizes
span spellCheck src srcDoc srcSet start step style tabIndex target title type span spellCheck src srcDoc srcSet start step style summary tabIndex target title
useMap value width wmode type useMap value width wmode
``` ```
덧붙여, 이런 비표준 어트리뷰트도 지원됩니다. 덧붙여, 이런 비표준 어트리뷰트도 지원됩니다.

4
docs/ref-04-tags-and-attributes.md

@ -62,8 +62,8 @@ keyParams keyType label lang list loop low manifest marginHeight marginWidth max
maxLength media mediaGroup method min multiple muted name noValidate open maxLength media mediaGroup method min multiple muted name noValidate open
optimum pattern placeholder poster preload radioGroup readOnly rel required role optimum pattern placeholder poster preload radioGroup readOnly rel required role
rowSpan rows sandbox scope scoped scrolling seamless selected shape size sizes rowSpan rows sandbox scope scoped scrolling seamless selected shape size sizes
span spellCheck src srcDoc srcSet start step style tabIndex target title type span spellCheck src srcDoc srcSet start step style summary tabIndex target title
useMap value width wmode wrap type useMap value width wmode wrap
``` ```
In addition, the following non-standard attributes are supported: In addition, the following non-standard attributes are supported:

Loading…
Cancel
Save