-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Open
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Description
What version of Go are you using (go version
)?
$ go version go1.16.6 darwin/amd64
Does this issue reproduce with the latest release?
Yes
What did you do?
What did you expect to see?
<link rel="preload" as="image" imagesrcset="http://example.com/1.jpg 100w, http://example.com/2.jpg 200w" />
What did you see instead?
<link rel="preload" as="image" imagesrcset="http://example.com/1.jpg%20100w,%20http://example.com/2.jpg%20200w" />
References
- https://web.dev/preload-responsive-images/#imagesrcset-and-imagesizes
- Related to: html/template: srcset incorrectly escaped #17441
Ta!
pthethanh and jmooring
Metadata
Metadata
Assignees
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.