From f0d46aa9599a8df402b73bcaabd2071f26ae9d39 Mon Sep 17 00:00:00 2001 From: Brian Holt Date: Mon, 2 Feb 2015 17:16:33 -0800 Subject: [PATCH] Added itemRef and itemId for complete microdata support. --- docs/ref-04-tags-and-attributes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref-04-tags-and-attributes.md b/docs/ref-04-tags-and-attributes.md index 5d629efd..2d5dbb78 100644 --- a/docs/ref-04-tags-and-attributes.md +++ b/docs/ref-04-tags-and-attributes.md @@ -69,7 +69,7 @@ In addition, the following non-standard attributes are supported: - `autoCapitalize autoCorrect` for Mobile Safari. - `property` for [Open Graph](http://ogp.me/) meta tags. -- `itemProp itemScope itemType` for [HTML5 microdata](http://schema.org/docs/gs.html). +- `itemProp itemScope itemType itemRef itemId` for [HTML5 microdata](http://schema.org/docs/gs.html). There is also the React-specific attribute `dangerouslySetInnerHTML` ([more here](/react/docs/special-non-dom-attributes.html)), used for directly inserting HTML strings into a component.