From dfd4e09c183ef7b5fa77a930392e03c54bbc580b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Tue, 16 Dec 2014 13:08:52 -0800 Subject: [PATCH] update docs for 0.12.2 changes (cherry picked from commit e6e60c4fa848d1c9ce1349eff750cfa2faf156dc) --- docs/ref-04-tags-and-attributes.md | 13 +++++++------ tips/06-style-props-value-px.md | 1 + 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/ref-04-tags-and-attributes.md b/docs/ref-04-tags-and-attributes.md index 25173e1c..5d629efd 100644 --- a/docs/ref-04-tags-and-attributes.md +++ b/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 className cols colSpan content contentEditable contextMenu controls coords crossOrigin data dateTime defer dir disabled download draggable encType form -formNoValidate frameBorder height hidden href hrefLang htmlFor httpEquiv icon -id label lang list loop manifest max maxLength media mediaGroup method min -multiple muted name noValidate open pattern placeholder poster preload -radioGroup readOnly rel required role rows rowSpan sandbox scope scrolling -seamless selected shape size sizes span spellCheck src srcDoc srcSet start step -style tabIndex target title type useMap value width wmode +formAction formEncType formMethod formNoValidate formTarget frameBorder height +hidden href hrefLang htmlFor httpEquiv icon id label lang list loop manifest +marginHeight marginWidth max maxLength media mediaGroup method min multiple +muted name noValidate open pattern placeholder poster preload radioGroup +readOnly rel required role rows rowSpan sandbox scope scrolling seamless +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: diff --git a/tips/06-style-props-value-px.md b/tips/06-style-props-value-px.md index cc61133a..aeb2cb3e 100644 --- a/tips/06-style-props-value-px.md +++ b/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` - `order` - `orphans` +- `strokeOpacity` - `widows` - `zIndex` - `zoom`