From 0fe2fcc27ecb9262d7f0aebe55da81910a7f6261 Mon Sep 17 00:00:00 2001 From: Brian Reavis Date: Wed, 7 May 2014 00:37:06 -0700 Subject: [PATCH] Added support for itemscope, itemtype, itemprop. --- src/browser/ui/dom/HTMLDOMPropertyConfig.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/browser/ui/dom/HTMLDOMPropertyConfig.js b/src/browser/ui/dom/HTMLDOMPropertyConfig.js index b3f569ea66..8f4e6c32cd 100644 --- a/src/browser/ui/dom/HTMLDOMPropertyConfig.js +++ b/src/browser/ui/dom/HTMLDOMPropertyConfig.js @@ -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',