Browse Source

docs highlight className and htmlFor transforms

main
Cheng Lou 12 years ago
parent
commit
289841e14f
  1. 7
      docs/ref-04-tags-and-attributes.md

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

@ -36,8 +36,11 @@ circle g line path polyline rect svg text
## Supported Attributes ## Supported Attributes
React supports all `data-*` and `aria-*` attributes as well as every attribute React supports all `data-*` and `aria-*` attributes as well as every attribute in the following lists.
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.
> 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). For a list of events, see [Supported Events](events.html).

Loading…
Cancel
Save