Skip to content

Commit

Permalink
Added missing html attributes to HSX
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Jan 4, 2021
1 parent 8431564 commit 716464a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IHP/HtmlSupport/Parser.hs
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ attributes = Set.fromList
, "stroke-linejoin", "stroke-miterlimit", "stroke-opacity", "stroke-width"
, "stroke", "text-anchor", "text-decoration", "text-rendering", "unicode-bidi"
, "visibility", "word-spacing", "writing-mode", "is"
, "cellspacing", "cellpadding", "bgcolor"
]

parents :: Set Text
Expand Down

0 comments on commit 716464a

Please sign in to comment.