[Webkit-unassigned] [Bug 135935] New: srcset with w descriptor and sizes does not behave as expected

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 14 04:47:45 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=135935

           Summary: srcset with w descriptor and sizes does not behave as
                    expected
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: iOS
               URL: http://software.hixie.ch/utilities/js/live-dom-viewer/
                    saved/3119
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Images
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zcorpan at gmail.com
                CC: yoav at yoav.ws


http://software.hixie.ch/utilities/js/live-dom-viewer/saved/3119 in Safari 8 in the iOS Simulator of XCode 6 beta 5 shows 'svg' for the first img, and 'image' for the second img.

If sizes support is turned on, expected result is 'image' for the first img and 'svg' for the second img.

If sizes is turned off, yoav says expected result is no image ('w' candidates should be dropped on the floor).

Instead it seems all candidates are interpreted as 1x, so the first one in srcset gets chosen.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list