Skip to content

Commit ab34fb5

Browse files
committed
ref-04-tags-and-attributes.md. data-* and aria-* attrs not camel-cased.
1 parent b728fa0 commit ab34fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ React supports all `data-*` and `aria-*` attributes as well as every attribute i
4747

4848
> Note:
4949
>
50-
> All attributes are camel-cased and the attributes `class` and `for` are `className` and `htmlFor`, respectively, to match the DOM API specification.
50+
> All attributes are camel-cased and the attributes `class` and `for` are `className` and `htmlFor`, respectively, to match the DOM API specification. `data-*` and `aria-*` attributes should not be camel-cased.
5151
5252
For a list of events, see [Supported Events](/react/docs/events.html).
5353

0 commit comments

Comments
 (0)