Skip to content

Commit

Permalink
Regenerate
Browse files Browse the repository at this point in the history
* add `media` to `meta`
  • Loading branch information
wooorm committed Nov 1, 2021
1 parent b329f20 commit ebd172e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -245,7 +245,7 @@ export const htmlElementAttributes = {
],
map: ['name'],
menu: ['compact'],
meta: ['charset', 'content', 'http-equiv', 'name', 'scheme'],
meta: ['charset', 'content', 'http-equiv', 'media', 'name', 'scheme'],
meter: ['high', 'low', 'max', 'min', 'optimum', 'value'],
object: [
'align',
Expand Down

0 comments on commit ebd172e

Please sign in to comment.