Skip to content

Commit 4c0e4b2

Browse files
committed
cheat, to preserve treeshakeability
1 parent 5126826 commit 4c0e4b2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/svelte/src/utils.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,12 @@ export function normalize_attribute(name) {
204204
}
205205

206206
const DOM_PROPERTIES = [
207-
...Object.values(ATTRIBUTE_ALIASES),
208207
...DOM_BOOLEAN_ATTRIBUTES,
208+
'formNoValidate',
209+
'isMap',
210+
'noModule',
211+
'playsInline',
212+
'readOnly',
209213
'value',
210214
'inert',
211215
'volume'

0 commit comments

Comments
 (0)