Skip to content

Commit 1af9b54

Browse files
committed
Merge pull request #3930 from Wildhoney/add-is-attribute
Added 'is' attribute for custom elements
2 parents 8c2a499 + 0d060d1 commit 1af9b54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/renderers/dom/shared/HTMLDOMPropertyConfig.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ var HTMLDOMPropertyConfig = {
103103
httpEquiv: null,
104104
icon: null,
105105
id: MUST_USE_PROPERTY,
106+
is: MUST_USE_ATTRIBUTE,
106107
keyParams: MUST_USE_ATTRIBUTE,
107108
keyType: MUST_USE_ATTRIBUTE,
108109
label: null,

0 commit comments

Comments
 (0)