Skip to content

Commit

Permalink
Regenerate
Browse files Browse the repository at this point in the history
*   Add `popover` to all elements
*   Add `popovertarget`, `popovertargetaction` to `button`. `input`
*   Add `fetchpriority` to `img`, `link`, `script`

Closes GH-8.
  • Loading branch information
fisker committed Apr 7, 2023
1 parent 9f8f38f commit 2dc9aa2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.js
Expand Up @@ -25,6 +25,7 @@ export const htmlElementAttributes = {
'itemtype',
'lang',
'nonce',
'popover',
'slot',
'spellcheck',
'style',
Expand Down Expand Up @@ -97,6 +98,8 @@ export const htmlElementAttributes = {
'formnovalidate',
'formtarget',
'name',
'popovertarget',
'popovertargetaction',
'type',
'value'
],
Expand Down Expand Up @@ -171,6 +174,7 @@ export const htmlElementAttributes = {
'border',
'crossorigin',
'decoding',
'fetchpriority',
'height',
'hspace',
'ismap',
Expand Down Expand Up @@ -210,6 +214,8 @@ export const htmlElementAttributes = {
'name',
'pattern',
'placeholder',
'popovertarget',
'popovertargetaction',
'readonly',
'required',
'size',
Expand All @@ -232,6 +238,7 @@ export const htmlElementAttributes = {
'color',
'crossorigin',
'disabled',
'fetchpriority',
'href',
'hreflang',
'imagesizes',
Expand Down Expand Up @@ -284,6 +291,7 @@ export const htmlElementAttributes = {
'charset',
'crossorigin',
'defer',
'fetchpriority',
'integrity',
'language',
'nomodule',
Expand Down

0 comments on commit 2dc9aa2

Please sign in to comment.