Browse Source

Add autoFocus to supported HTML attributes

It appears to be supported http://jsfiddle.net/9f48wbsa/1/
main
Andrew Cobby 10 years ago
parent
commit
9e2778ccf7
  1. 2
      docs/ref-04-tags-and-attributes.md

2
docs/ref-04-tags-and-attributes.md

@ -53,7 +53,7 @@ These standard attributes are supported:
```
accept acceptCharset accessKey action allowFullScreen allowTransparency alt
async autoComplete autoPlay cellPadding cellSpacing charSet checked classID
async autoComplete autoFocus autoPlay cellPadding cellSpacing charSet 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 height

Loading…
Cancel
Save