Browse Source

update docs for 0.12.2 changes

(cherry picked from commit e6e60c4fa848d1c9ce1349eff750cfa2faf156dc)
main
Paul O’Shannessy 10 years ago
parent
commit
dfd4e09c18
  1. 13
      docs/ref-04-tags-and-attributes.md
  2. 1
      tips/06-style-props-value-px.md

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

@ -56,12 +56,13 @@ accept acceptCharset accessKey action allowFullScreen allowTransparency alt
async autoComplete autoPlay cellPadding cellSpacing charSet checked classID async autoComplete autoPlay cellPadding cellSpacing charSet checked classID
className cols colSpan content contentEditable contextMenu controls coords className cols colSpan content contentEditable contextMenu controls coords
crossOrigin data dateTime defer dir disabled download draggable encType form crossOrigin data dateTime defer dir disabled download draggable encType form
formNoValidate frameBorder height hidden href hrefLang htmlFor httpEquiv icon formAction formEncType formMethod formNoValidate formTarget frameBorder height
id label lang list loop manifest max maxLength media mediaGroup method min hidden href hrefLang htmlFor httpEquiv icon id label lang list loop manifest
multiple muted name noValidate open pattern placeholder poster preload marginHeight marginWidth max maxLength media mediaGroup method min multiple
radioGroup readOnly rel required role rows rowSpan sandbox scope scrolling muted name noValidate open pattern placeholder poster preload radioGroup
seamless selected shape size sizes span spellCheck src srcDoc srcSet start step readOnly rel required role rows rowSpan sandbox scope scrolling seamless
style tabIndex target title type useMap value width wmode selected shape size sizes span spellCheck src srcDoc srcSet start step style
tabIndex target title type useMap value width wmode
``` ```
In addition, the following non-standard attributes are supported: In addition, the following non-standard attributes are supported:

1
tips/06-style-props-value-px.md

@ -29,6 +29,7 @@ Sometimes you _do_ want to keep the CSS properties unitless. Here's a list of pr
- `opacity` - `opacity`
- `order` - `order`
- `orphans` - `orphans`
- `strokeOpacity`
- `widows` - `widows`
- `zIndex` - `zIndex`
- `zoom` - `zoom`

Loading…
Cancel
Save