Add loading and srcset HTML attributes (#86) Useful for `img` and `picture` elements. Fixes #85. Co-authored-by: Josep Jesus Bigorra Algaba <josep@prowarehouse.nl>
1 file changed, 2 insertions(+), 0 deletions(-)
changed files
M html/attributes_test.go → html/attributes_test.go
@@ -51,6 +51,7 @@ "height": Height, "href": Href, "id": ID, "lang": Lang, + "loading": Loading, "max": Max, "maxlength": MaxLength, "method": Method,@@ -65,6 +66,7 @@ "rel": Rel, "role": Role, "rows": Rows, "src": Src, + "srcset": SrcSet, "style": StyleAttr, "tabindex": TabIndex, "target": Target,