From 5009b403cbb99494bba42c947f70a9ab7c50dbb4 Mon Sep 17 00:00:00 2001 From: Hekar Khani Date: Thu, 13 Aug 2015 22:41:37 -0500 Subject: [PATCH] Added support for more HTML attributes: `summary` This attribute is used on to support screen readers. It is deprecated, so take a look at
instead. --- docs/ref-04-tags-and-attributes.ko-KR.md | 4 ++-- docs/ref-04-tags-and-attributes.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/ref-04-tags-and-attributes.ko-KR.md b/docs/ref-04-tags-and-attributes.ko-KR.md index 77801254..782d6750 100644 --- a/docs/ref-04-tags-and-attributes.ko-KR.md +++ b/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 optimum pattern placeholder poster preload radioGroup readOnly rel required role rowSpan rows sandbox scope scoped scrolling seamless selected shape size sizes -span spellCheck src srcDoc srcSet start step style tabIndex target title type -useMap value width wmode +span spellCheck src srcDoc srcSet start step style summary tabIndex target title +type useMap value width wmode ``` 덧붙여, 이런 비표준 어트리뷰트도 지원됩니다. diff --git a/docs/ref-04-tags-and-attributes.md b/docs/ref-04-tags-and-attributes.md index d3afa17b..9d41a9ab 100644 --- a/docs/ref-04-tags-and-attributes.md +++ b/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 optimum pattern placeholder poster preload radioGroup readOnly rel required role rowSpan rows sandbox scope scoped scrolling seamless selected shape size sizes -span spellCheck src srcDoc srcSet start step style tabIndex target title type -useMap value width wmode wrap +span spellCheck src srcDoc srcSet start step style summary tabIndex target title +type useMap value width wmode wrap ``` In addition, the following non-standard attributes are supported: