Skip to content

Commit 5f22259

Browse files
committed
Merge pull request #565 from chenglou/className-htmlFor
docs highlight className and htmlFor transforms
2 parents ab47e99 + 1fcd641 commit 5f22259

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,11 @@ circle g line path polyline rect svg text
3636

3737
## Supported Attributes
3838

39-
React supports all `data-*` and `aria-*` attributes as well as every attribute
40-
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.
39+
React supports all `data-*` and `aria-*` attributes as well as every attribute in the following lists.
40+
41+
> Note:
42+
>
43+
> All attributes are camel-cased and the attributes `class` and `for` are `className` and `htmlFor`, respectively, to match the DOM API specification.
4144
4245
For a list of events, see [Supported Events](events.html).
4346

0 commit comments

Comments
 (0)