Make WordPress Core

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#31997 closed defect (bug) (invalid)

Typo on wordpress.com breaks browsers that support srcset

Reported by: reperiendi's profile reperiendi Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.2
Component: General Keywords:
Focuses: Cc:

Description (last modified by SergeyBiryukov)

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)

#1 @SergeyBiryukov
10 years ago

  • Description modified (diff)
  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

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.

#2 @kraftbj
10 years ago

Noting that I've reported it internally at wp.com.

Note: See TracTickets for help on using tickets.