Added support for itemscope, itemtype, itemprop.

This commit is contained in:
Brian Reavis
2014-05-07 00:37:06 -07:00
parent 52e1b42d26
commit 0fe2fcc27e
+4 -1
View File
@@ -135,7 +135,10 @@ var HTMLDOMPropertyConfig = {
*/
autoCapitalize: null, // Supported in Mobile Safari for keyboard hints
autoCorrect: null, // Supported in Mobile Safari for keyboard hints
property: null // Supports OG in meta tags
property: null, // Supports OG in meta tags
itemscope: HAS_BOOLEAN_VALUE, // Microdata: http://schema.org/docs/gs.html
itemtype: null, // Microdata: http://schema.org/docs/gs.html
itemprop: null // Microdata: http://schema.org/docs/gs.html
},
DOMAttributeNames: {
className: 'class',