Skip to content

Commit

Permalink
html-enumerated-attributes: add shadowrootmode
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 1, 2023
1 parent 1674516 commit a4f20a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/html-enumerated-attributes/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,12 @@ export const enumeratedAttributes = {
selector: 'th',
states: ['', 'col', 'colgroup', 'row', 'rowgroup']
},
shadowrootmode: {
missing: null,
invalid: null,
selector: 'template',
states: [null, 'closed', 'open']
},
shape: {
missing: 'rect',
selector: 'area',
Expand Down

0 comments on commit a4f20a2

Please sign in to comment.