#31997 closed defect (bug) (invalid)
Typo on wordpress.com breaks browsers that support srcset
| Reported by: | reperiendi | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 4.2 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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 configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.