add inert to attribute_lookup

pull/7944/head
fcrozatier 4 years ago committed by Yuichiro Yamashita
parent bb83eddfc6
commit f3afd76f9c

2
package-lock.json generated

@ -6,7 +6,7 @@
"packages": {
"": {
"name": "svelte",
"version": "3.49.0",
"version": "3.51.0",
"license": "MIT",
"devDependencies": {
"@ampproject/remapping": "^0.3.0",

@ -349,6 +349,7 @@ const attribute_lookup = {
formnovalidate: { property_name: 'formNoValidate', applies_to: ['button', 'input'] },
hidden: {},
indeterminate: { applies_to: ['input'] },
inert: {},
ismap: { property_name: 'isMap', applies_to: ['img'] },
loop: { applies_to: ['audio', 'bgsound', 'video'] },
multiple: { applies_to: ['input', 'select'] },

Loading…
Cancel
Save