Skip to content

Commit

Permalink
add srcset attribute to HSX parser
Browse files Browse the repository at this point in the history
  • Loading branch information
hendi committed Dec 20, 2021
1 parent 9e1f4ae commit 2dd58f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IHP/HSX/Parser.hs
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ attributes = Set.fromList
, "placeholder", "preload", "pubdate", "radiogroup", "readonly", "rel"
, "required", "reversed", "rows", "rowspan", "sandbox", "scope"
, "scoped", "seamless", "selected", "shape", "size", "sizes", "span"
, "spellcheck", "src", "srcdoc", "start", "step", "style", "subject"
, "spellcheck", "src", "srcdoc", "srcset", "start", "step", "style", "subject"
, "summary", "tabindex", "target", "title", "type", "usemap", "value"
, "width", "wrap", "xmlns"
, "ontouchstart", "download"
Expand Down

0 comments on commit 2dd58f6

Please sign in to comment.