Skip to content

Commit

Permalink
Regenerate
Browse files Browse the repository at this point in the history
* add `writingsuggestions`
* add `shadownrootclonable` on `template`
  • Loading branch information
wooorm committed Apr 3, 2024
1 parent 573199f commit bf58b3c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions index.js
Expand Up @@ -31,7 +31,8 @@ export const htmlElementAttributes = {
'style',
'tabindex',
'title',
'translate'
'translate',
'writingsuggestions'
],
a: [
'charset',
Expand Down Expand Up @@ -339,7 +340,11 @@ export const htmlElementAttributes = {
'valign',
'width'
],
template: ['shadowrootdelegatesfocus', 'shadowrootmode'],
template: [
'shadowrootclonable',
'shadowrootdelegatesfocus',
'shadowrootmode'
],
textarea: [
'autocomplete',
'cols',
Expand Down

0 comments on commit bf58b3c

Please sign in to comment.