From 289841e14f1ce407eb00450d5e30fb889b2c8b85 Mon Sep 17 00:00:00 2001 From: Cheng Lou Date: Mon, 18 Nov 2013 21:42:51 -0500 Subject: [PATCH] docs highlight className and htmlFor transforms --- docs/ref-04-tags-and-attributes.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/ref-04-tags-and-attributes.md b/docs/ref-04-tags-and-attributes.md index 81f9a3cb..f731db3c 100644 --- a/docs/ref-04-tags-and-attributes.md +++ b/docs/ref-04-tags-and-attributes.md @@ -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).