From e9c06eaa70b210b43185acdfcb6ac16531bd34c7 Mon Sep 17 00:00:00 2001 From: Simon Pieters Date: Wed, 9 Apr 2014 14:20:32 +0200 Subject: [PATCH] Don't set intrinsic width from sizes since that's bogus. Don't set the intrinsic resolution here; we return the density and the HTML spec handles the resolution with 'current pixel density'. Fixes #121 Fixes #107 --- index.bs | 4 ---- index.html | 4 ---- 2 files changed, 8 deletions(-) diff --git a/index.bs b/index.bs index 5a220b4e..4e0a2e03 100644 --- a/index.bs +++ b/index.bs @@ -511,10 +511,6 @@ Selecting an Image Source choose one image source from source set. Let this be selected source. -
  • - The intrinsic width of el is source set's source size. - The intrinsic resolution of el is the density associated with selected source. -
  • Return selected source and its associated pixel density. diff --git a/index.html b/index.html index 0011a931..90a6a087 100644 --- a/index.html +++ b/index.html @@ -1060,10 +1060,6 @@

    image source from source set. Let this be selected source. -
  • - The intrinsic width of el is source set’s source size. - The intrinsic resolution of el is the density associated with selected source. -
  • Return selected source and its associated pixel density.