Browse Source

Update docs with supported tags and attributes

main
Paul O’Shannessy 11 years ago
parent
commit
9cde3caa6d
  1. 20
      docs/ref-04-tags-and-attributes.md

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

@ -20,11 +20,11 @@ The following elements are supported:
a abbr address area article aside audio b base bdi bdo big blockquote body br a abbr address area article aside audio b base bdi bdo big blockquote body br
button canvas caption cite code col colgroup data datalist dd del details dfn button canvas caption cite code col colgroup data datalist dd del details dfn
div dl dt em embed fieldset figcaption figure footer form h1 h2 h3 h4 h5 h6 div dl dt em embed fieldset figcaption figure footer form h1 h2 h3 h4 h5 h6
head header hr html i iframe img input ins kbd keygen label legend li link head header hr html i iframe img input ins kbd keygen label legend li link main
main map mark menu menuitem meta meter nav noscript object ol optgroup option map mark menu menuitem meta meter nav noscript object ol optgroup option output
output p param pre progress q rp rt ruby s samp script section select small p param pre progress q rp rt ruby s samp script section select small source
source span strong style sub summary sup table tbody td textarea tfoot th span strong style sub summary sup table tbody td textarea tfoot th thead time
thead time title tr track u ul var video wbr title tr track u ul var video wbr
``` ```
### SVG elements ### SVG elements
@ -44,12 +44,12 @@ For a list of events, see [Supported Events](events.html).
### HTML Attributes ### HTML Attributes
``` ```
accessKey accept action ajaxify allowFullScreen allowTransparency alt 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 frameBorder height hidden href htmlFor
httpEquiv icon id label lang list max maxLength method min multiple name httpEquiv icon id label lang list max maxLength method min multiple name
pattern poster preload placeholder radioGroup rel readOnly required role pattern placeholder poster preload radioGroup readOnly rel required role
rowSpan scrollLeft scrollTop selected size spellCheck src step style tabIndex rowSpan scrollLeft scrollTop selected size spellCheck src step style tabIndex
target title type value width wmode target title type value width wmode
``` ```
@ -59,7 +59,7 @@ In addition, the non-standard `autoCapitalize` attribute is supported for Mobile
### SVG Attributes ### SVG Attributes
``` ```
cx cy d fill fx fy points r stroke strokeLinecap strokeWidth transform x x1 x2 cx cy d fill fx fy gradientTransform gradientUnits offset points r rx ry
version viewBox y y1 y2 spreadMethod offset stopColor stopOpacity spreadMethod stopColor stopOpacity stroke strokeLinecap strokeWidth transform
gradientUnits gradientTransform version viewBox x1 x2 x y1 y2 y
``` ```

Loading…
Cancel
Save