From f445dd91b0088588a2c25d38a3755c09d78dddcf Mon Sep 17 00:00:00 2001 From: Jon Tewksbury Date: Thu, 3 Sep 2015 22:57:03 -0700 Subject: [PATCH] Update docs to match standard HTML attribute support --- docs/docs/ref-04-tags-and-attributes.md | 12 ++++++------ src/renderers/dom/shared/HTMLDOMPropertyConfig.js | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/docs/ref-04-tags-and-attributes.md b/docs/docs/ref-04-tags-and-attributes.md index 25249a54ad..16e703f0f5 100644 --- a/docs/docs/ref-04-tags-and-attributes.md +++ b/docs/docs/ref-04-tags-and-attributes.md @@ -53,15 +53,15 @@ These standard attributes are supported: ``` accept acceptCharset accessKey action allowFullScreen allowTransparency alt -async autoComplete autoFocus autoPlay cellPadding cellSpacing charSet challenge -checked classID className colSpan cols content contentEditable contextMenu controls -coords crossOrigin data dateTime defer dir disabled download draggable encType -form formAction formEncType formMethod formNoValidate formTarget frameBorder +async autoComplete autoFocus autoPlay capture cellPadding cellSpacing charSet +challenge checked classID className cols colSpan content contentEditable contextMenu +controls coords crossOrigin data dateTime defer dir disabled download draggable +encType form formAction formEncType formMethod formNoValidate formTarget frameBorder headers height hidden high href hrefLang htmlFor httpEquiv icon id inputMode 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 minlength 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 +rows rowSpan sandbox scope scoped scrolling seamless selected shape size sizes span spellCheck src srcDoc srcSet start step style summary tabIndex target title type useMap value width wmode wrap ``` diff --git a/src/renderers/dom/shared/HTMLDOMPropertyConfig.js b/src/renderers/dom/shared/HTMLDOMPropertyConfig.js index 79084187cc..d9c52bf588 100644 --- a/src/renderers/dom/shared/HTMLDOMPropertyConfig.js +++ b/src/renderers/dom/shared/HTMLDOMPropertyConfig.js @@ -150,13 +150,13 @@ var HTMLDOMPropertyConfig = { sizes: MUST_USE_ATTRIBUTE, span: HAS_POSITIVE_NUMERIC_VALUE, spellCheck: null, - summary: null, src: null, srcDoc: MUST_USE_PROPERTY, srcSet: MUST_USE_ATTRIBUTE, start: HAS_NUMERIC_VALUE, step: null, style: null, + summary: null, tabIndex: null, target: null, title: null,