From e92ce38cf1a770e5eaf3b2dbf485d90f9f7d90bf Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Tue, 10 Dec 2013 23:55:45 -0800 Subject: [PATCH] Add loop property --- docs/docs/ref-04-tags-and-attributes.md | 2 +- src/dom/DefaultDOMPropertyConfig.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/ref-04-tags-and-attributes.md b/docs/docs/ref-04-tags-and-attributes.md index f731db3c4e..d3f28843f7 100644 --- a/docs/docs/ref-04-tags-and-attributes.md +++ b/docs/docs/ref-04-tags-and-attributes.md @@ -51,7 +51,7 @@ accept accessKey action allowFullScreen allowTransparency alt autoCapitalize autoComplete autoFocus autoPlay cellPadding cellSpacing charSet checked className colSpan content contentEditable contextMenu controls data dateTime dir disabled draggable encType form frameBorder height hidden href htmlFor -httpEquiv icon id label lang list max maxLength method min multiple name +httpEquiv icon id label lang list loop max maxLength method min multiple name pattern placeholder poster preload radioGroup readOnly rel required role rowSpan scrollLeft scrollTop selected size spellCheck src step style tabIndex target title type value width wmode diff --git a/src/dom/DefaultDOMPropertyConfig.js b/src/dom/DefaultDOMPropertyConfig.js index 1f4ebd40e8..d665dbe20b 100644 --- a/src/dom/DefaultDOMPropertyConfig.js +++ b/src/dom/DefaultDOMPropertyConfig.js @@ -77,6 +77,7 @@ var DefaultDOMPropertyConfig = { label: null, lang: null, list: null, + loop: MUST_USE_PROPERTY | HAS_BOOLEAN_VALUE, max: null, maxLength: MUST_USE_ATTRIBUTE, method: null,