Skip to content

Commit d8a9cd3

Browse files
committed
Merge pull request #5174 from zpao/dom-attributes-track
Add srcLang and kind to better support track elements (cherry picked from commit 8e9682c)
1 parent 6323f03 commit d8a9cd3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/renderers/dom/shared/HTMLDOMPropertyConfig.js

+2
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ var HTMLDOMPropertyConfig = {
107107
is: MUST_USE_ATTRIBUTE,
108108
keyParams: MUST_USE_ATTRIBUTE,
109109
keyType: MUST_USE_ATTRIBUTE,
110+
kind: null,
110111
label: null,
111112
lang: null,
112113
list: MUST_USE_ATTRIBUTE,
@@ -152,6 +153,7 @@ var HTMLDOMPropertyConfig = {
152153
spellCheck: null,
153154
src: null,
154155
srcDoc: MUST_USE_PROPERTY,
156+
srcLang: null,
155157
srcSet: MUST_USE_ATTRIBUTE,
156158
start: HAS_NUMERIC_VALUE,
157159
step: null,

0 commit comments

Comments
 (0)