Merge pull request #3022 from btholt/master

Added itemRef and itemId for complete microdata support.
This commit is contained in:
Paul O’Shannessy
2015-02-04 16:57:03 -08:00
2 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -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.