mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Stylistic changes.
This commit is contained in:
@@ -135,10 +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
|
||||
itemProp: MUST_USE_ATTRIBUTE, // Microdata: http://schema.org/docs/gs.html
|
||||
itemScope: MUST_USE_ATTRIBUTE | HAS_BOOLEAN_VALUE, // Microdata: http://schema.org/docs/gs.html
|
||||
itemType: MUST_USE_ATTRIBUTE, // Microdata: http://schema.org/docs/gs.html
|
||||
itemProp: MUST_USE_ATTRIBUTE // Microdata: http://schema.org/docs/gs.html
|
||||
property: null // Supports OG in meta tags
|
||||
},
|
||||
DOMAttributeNames: {
|
||||
className: 'class',
|
||||
|
||||
Reference in New Issue
Block a user