Skip to content

Commit 2a8dcdb

Browse files
committed
tweak
1 parent bbd5103 commit 2a8dcdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/svelte/src/utils.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,10 @@ export function normalize_attribute(name) {
205205

206206
const DOM_PROPERTIES = [
207207
...Object.values(ATTRIBUTE_ALIASES),
208+
...DOM_BOOLEAN_ATTRIBUTES,
208209
'value',
209210
'inert',
210-
'volume',
211-
...DOM_BOOLEAN_ATTRIBUTES
211+
'volume'
212212
];
213213

214214
/**

0 commit comments

Comments
 (0)