From 328786f5faa87e0aa3aacef285c2ce84399b46ac Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Thu, 13 Feb 2014 21:50:17 -0800 Subject: [PATCH] Add formNoValidate and noValidate too --- docs/ref-04-tags-and-attributes.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/ref-04-tags-and-attributes.md b/docs/ref-04-tags-and-attributes.md index 6fba3460a..87afbeb53 100644 --- a/docs/ref-04-tags-and-attributes.md +++ b/docs/ref-04-tags-and-attributes.md @@ -54,11 +54,12 @@ For a list of events, see [Supported Events](/react/docs/events.html). 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 loop max maxLength method min multiple name -pattern placeholder poster preload radioGroup readOnly rel required role -rowSpan sandbox scope scrollLeft scrollTop seamless selected size span -spellCheck src step style tabIndex target title type value width wmode +dir disabled draggable encType form formNoValidate frameBorder height hidden +href htmlFor httpEquiv icon id label lang list loop max maxLength method min +multiple name noValidate pattern placeholder poster preload radioGroup +readOnly rel required role rowSpan sandbox scope scrollLeft scrollTop seamless +selected size span spellCheck src step style tabIndex target title type value +width wmode ``` The non-standard `autoCapitalize` attribute is supported for Mobile Safari, and the `property` attribute is supported for Open Graph `` tags.