[wp-trac] [WordPress Trac] #31997: Typo on wordpress.com breaks browsers that support srcset
    WordPress Trac 
    noreply at wordpress.org
       
    Fri Apr 17 00:25:34 UTC 2015
    
    
  
#31997: Typo on wordpress.com breaks browsers that support srcset
--------------------------+-----------------------------
 Reporter:  reperiendi    |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  General       |    Version:  trunk
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 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.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/31997>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
    
    
More information about the wp-trac
mailing list