Merge pull request #3519 from jonchester/patch-1

Add IE-specific 'unselectable' attribute
This commit is contained in:
Paul O’Shannessy
2015-03-30 15:27:13 -07:00
parent 6d021d31ef
commit 7b07d85398
+3 -1
View File
@@ -179,7 +179,9 @@ var HTMLDOMPropertyConfig = {
itemID: MUST_USE_ATTRIBUTE,
itemRef: MUST_USE_ATTRIBUTE,
// property is supported for OpenGraph in meta tags.
property: null
property: null,
// IE-only attribute that controls focus behavior
unselectable: MUST_USE_ATTRIBUTE
},
DOMAttributeNames: {
acceptCharset: 'accept-charset',