Skip to content

Commit 7cb1f7f

Browse files
committed
Regenerate
* Add `inert` to all elements * Add `blocking` to `link`, `script`, `style`
1 parent 80e8c7f commit 7cb1f7f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export const htmlElementAttributes = {
1515
'enterkeyhint',
1616
'hidden',
1717
'id',
18+
'inert',
1819
'inputmode',
1920
'is',
2021
'itemid',
@@ -226,6 +227,7 @@ export const htmlElementAttributes = {
226227
li: ['type', 'value'],
227228
link: [
228229
'as',
230+
'blocking',
229231
'charset',
230232
'color',
231233
'crossorigin',
@@ -278,6 +280,7 @@ export const htmlElementAttributes = {
278280
q: ['cite'],
279281
script: [
280282
'async',
283+
'blocking',
281284
'charset',
282285
'crossorigin',
283286
'defer',
@@ -299,7 +302,7 @@ export const htmlElementAttributes = {
299302
],
300303
slot: ['name'],
301304
source: ['height', 'media', 'sizes', 'src', 'srcset', 'type', 'width'],
302-
style: ['media', 'type'],
305+
style: ['blocking', 'media', 'type'],
303306
table: [
304307
'align',
305308
'bgcolor',

0 commit comments

Comments
 (0)