Skip to content

Commit

Permalink
Regenerate
Browse files Browse the repository at this point in the history
*   Add `inert` to all elements
*   Add `blocking` to `link`, `script`, `style`
  • Loading branch information
wooorm committed Nov 16, 2022
1 parent 80e8c7f commit 7cb1f7f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.js
Expand Up @@ -15,6 +15,7 @@ export const htmlElementAttributes = {
'enterkeyhint',
'hidden',
'id',
'inert',
'inputmode',
'is',
'itemid',
Expand Down Expand Up @@ -226,6 +227,7 @@ export const htmlElementAttributes = {
li: ['type', 'value'],
link: [
'as',
'blocking',
'charset',
'color',
'crossorigin',
Expand Down Expand Up @@ -278,6 +280,7 @@ export const htmlElementAttributes = {
q: ['cite'],
script: [
'async',
'blocking',
'charset',
'crossorigin',
'defer',
Expand All @@ -299,7 +302,7 @@ export const htmlElementAttributes = {
],
slot: ['name'],
source: ['height', 'media', 'sizes', 'src', 'srcset', 'type', 'width'],
style: ['media', 'type'],
style: ['blocking', 'media', 'type'],
table: [
'align',
'bgcolor',
Expand Down

0 comments on commit 7cb1f7f

Please sign in to comment.