You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"The intrinsic width of el is the result of finding the effective size from source list. The intrinsic resolution of el is the density associated with selected source."
This seems like a layering violation to me. Considering #91 I think this algorithm should only select a URL and return it (along with the density, width, height), not set things like intrinsic width on the element directly.
The text was updated successfully, but these errors were encountered:
…e intrinsic resolution here; we return the density and the HTML spec handles the resolution with 'current pixel density'. FixesResponsiveImagesCG#121FixesResponsiveImagesCG#107
"The intrinsic width of el is the result of finding the effective size from source list. The intrinsic resolution of el is the density associated with selected source."
http://picture.responsiveimages.org/#select-an-image-source
This seems like a layering violation to me. Considering #91 I think this algorithm should only select a URL and return it (along with the density, width, height), not set things like intrinsic width on the element directly.
The text was updated successfully, but these errors were encountered: