Skip to content

Commit

Permalink
Merge pull request #1478 from kodeFant/master
Browse files Browse the repository at this point in the history
Add slot parameter for custom elements
  • Loading branch information
mpscholten authored Jun 27, 2022
2 parents e4f1159 + e5ecbc3 commit dbb4ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ihp-hsx/IHP/HSX/Parser.hs
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ attributes = Set.fromList
, "visibility", "word-spacing", "writing-mode", "is"
, "cellspacing", "cellpadding", "bgcolor", "classes"
, "loading"
, "frameborder", "allow", "allowfullscreen", "nonce", "referrerpolicy"
, "frameborder", "allow", "allowfullscreen", "nonce", "referrerpolicy", "slot"
]

parents :: Set Text
Expand Down

0 comments on commit dbb4ec6

Please sign in to comment.