#31997 closed defect (bug) (invalid)
Typo on wordpress.com breaks browsers that support srcset
Reported by: | reperiendi | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.2 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description (last modified by )
Image tags like
<img src="http://tuvalu.santafe.edu/~yoav/kinnet/images/cube_net_folding.png" width="450">
get served as
<img width="450" src="https://i0.wp.com/tuvalu.santafe.edu/~yoav/kinnet/images/cube_net_folding.png" height="298" srcset="https://i0.wp.com/tuvalu.santafe.edu/~yoav/kinnet/images/cube_net_folding.png&zoom=2 2x" scale="2">
The ampersand in the srcset attribute should likely be a questionmark; as it is, the server returns
We cannot complete this request, remote data was invalid
instead of an image.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Please contact WordPress.com Support to report the problem.
This Trac is a development tool for WordPress core software, available for download on WordPress.org.