Browse Source

Add formNoValidate and noValidate too

main
Ben Alpert 11 years ago
parent
commit
328786f5fa
  1. 11
      docs/ref-04-tags-and-attributes.md

11
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 accept accessKey action allowFullScreen allowTransparency alt autoCapitalize
autoComplete autoFocus autoPlay cellPadding cellSpacing charSet checked autoComplete autoFocus autoPlay cellPadding cellSpacing charSet checked
className colSpan content contentEditable contextMenu controls data dateTime className colSpan content contentEditable contextMenu controls data dateTime
dir disabled draggable encType form frameBorder height hidden href htmlFor dir disabled draggable encType form formNoValidate frameBorder height hidden
httpEquiv icon id label lang list loop max maxLength method min multiple name href htmlFor httpEquiv icon id label lang list loop max maxLength method min
pattern placeholder poster preload radioGroup readOnly rel required role multiple name noValidate pattern placeholder poster preload radioGroup
rowSpan sandbox scope scrollLeft scrollTop seamless selected size span readOnly rel required role rowSpan sandbox scope scrollLeft scrollTop seamless
spellCheck src step style tabIndex target title type value width wmode 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 `<meta>` tags. The non-standard `autoCapitalize` attribute is supported for Mobile Safari, and the `property` attribute is supported for Open Graph `<meta>` tags.

Loading…
Cancel
Save