fix: added support for inert

pull/7779/head
Gautier Ben Aïm 4 years ago committed by GitHub
parent 012d639b42
commit ef724a8940
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -390,6 +390,7 @@ const boolean_attribute = new Set([
'disabled', 'disabled',
'formnovalidate', 'formnovalidate',
'hidden', 'hidden',
'inert',
'ismap', 'ismap',
'itemscope', 'itemscope',
'loop', 'loop',

Loading…
Cancel
Save