Skip to content

Commit 96fbe53

Browse files
committed
Regenerate
* add `name` on `details` * add `shadowrootdelegatesfocus`, `shadowrootmode` on `template`
1 parent fc1f45d commit 96fbe53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export const htmlElementAttributes = {
109109
colgroup: ['align', 'char', 'charoff', 'span', 'valign', 'width'],
110110
data: ['value'],
111111
del: ['cite', 'datetime'],
112-
details: ['open'],
112+
details: ['name', 'open'],
113113
dialog: ['open'],
114114
dir: ['compact'],
115115
div: ['align'],
@@ -339,6 +339,7 @@ export const htmlElementAttributes = {
339339
'valign',
340340
'width'
341341
],
342+
template: ['shadowrootdelegatesfocus', 'shadowrootmode'],
342343
textarea: [
343344
'autocomplete',
344345
'cols',

0 commit comments

Comments
 (0)