docs highlight className and htmlFor transforms

This commit is contained in:
Cheng Lou
2013-11-18 21:42:51 -05:00
parent aee4f20c00
commit 289841e14f

View File

@@ -36,8 +36,11 @@ circle g line path polyline rect svg text
## Supported Attributes
React supports all `data-*` and `aria-*` attributes as well as every attribute
in the following lists. Note that all attributes are camel-cased and the attributes `class` and `for` are `className` and `htmlFor`, respectively, to match the DOM API specification.
React supports all `data-*` and `aria-*` attributes as well as every attribute in the following lists.
> Note:
>
> All attributes are camel-cased and the attributes `class` and `for` are `className` and `htmlFor`, respectively, to match the DOM API specification.
For a list of events, see [Supported Events](events.html).