Skip to content

Commit

Permalink
Merge pull request #12 from unyt-org/feat-new-attributes
Browse files Browse the repository at this point in the history
Add missing attribute definitions
  • Loading branch information
jonasstrehle authored Jan 30, 2024
2 parents d3536a4 + e6d1cb1 commit 7afd96d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion attributes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ export const htmlElementAttributes = {
option: ["value", "selected"],
select: ["value"],
dialog: ["open"],
table: ["cellspacing", "cellpadding", "align", "width", "border"]
table: ["cellspacing", "cellpadding", "align", "width", "border"],
meta: ["content"]
} as const satisfies {[key in keyof HTMLElementTagNameMap]?: readonly string[]};


Expand Down

0 comments on commit 7afd96d

Please sign in to comment.