From 9cde3caa6da71d31a10e04cb641921b61f57378c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Tue, 15 Oct 2013 18:15:24 -0700 Subject: [PATCH] Update docs with supported tags and attributes --- docs/ref-04-tags-and-attributes.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/ref-04-tags-and-attributes.md b/docs/ref-04-tags-and-attributes.md index 0a71f2ed..81f9a3cb 100644 --- a/docs/ref-04-tags-and-attributes.md +++ b/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 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 -head header hr html i iframe img input ins kbd keygen label legend li link -main map mark menu menuitem meta meter nav noscript object ol optgroup option -output p param pre progress q rp rt ruby s samp script section select small -source span strong style sub summary sup table tbody td textarea tfoot th -thead time title tr track u ul var video wbr +head header hr html i iframe img input ins kbd keygen label legend li link main +map mark menu menuitem meta meter nav noscript object ol optgroup option output +p param pre progress q rp rt ruby s samp script section select small source +span strong style sub summary sup table tbody td textarea tfoot th thead time +title tr track u ul var video wbr ``` ### SVG elements @@ -44,12 +44,12 @@ For a list of events, see [Supported Events](events.html). ### HTML Attributes ``` -accessKey accept action ajaxify allowFullScreen allowTransparency alt +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 -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 target title type value width wmode ``` @@ -59,7 +59,7 @@ In addition, the non-standard `autoCapitalize` attribute is supported for Mobile ### SVG Attributes ``` -cx cy d fill fx fy points r stroke strokeLinecap strokeWidth transform x x1 x2 -version viewBox y y1 y2 spreadMethod offset stopColor stopOpacity -gradientUnits gradientTransform +cx cy d fill fx fy gradientTransform gradientUnits offset points r rx ry +spreadMethod stopColor stopOpacity stroke strokeLinecap strokeWidth transform +version viewBox x1 x2 x y1 y2 y ```