diff --git a/index.html b/index.html index 9b6c174fe..96a5ec19a 100644 --- a/index.html +++ b/index.html @@ -1486,20 +1486,18 @@
type
member. If the user agent doesn't support WebP,
- it falls back to the second icon of the same size (and density).
- The media type of this icon can then be either determined via a
- HTTP header, or can be sniffed by the user agent once the first few
- bytes of the icon are received.
+ it falls back to the second icon of the same size. The media type
+ of this icon can then be either determined via a HTTP header, or
+ can be sniffed by the user agent once the first few bytes of the
+ icon are received.
@@ -1517,8 +1515,7 @@@@ -2014,11 +2011,11 @@"sizes": "72x72 96x96 128x128 256x256" },{ "src": "icon/hd_hi.svg", - "sizes": "72x72", - "density": 2 + "sizes": "257x257" }] }
density
member
-
- The density
member of an image object
- is the device pixel density for which this image was designed. The
- device pixel density is expressed as the number of dots per 'px' unit
- (equivalent to a dppx as defined in [[css3-values]]). The value is a
- positive number greater than 0. If the developer omits the value, the
- user agent assumes the value 1.0
.
-
- The steps for processing a density
member of an
- image are given by the following algorithm. The algorithm takes
- an image image object as an argument and returns a
- positive number.
-
density
as the argument returns
- false
:
- density
" as the argument.
- NaN
, +∞, or less than or
- equal to +0, then:
- sizes
member
@@ -2298,9 +2247,9 @@ src
, type
,
- sizes
, and density
. All properties
- initially set to undefined
.
+ properties src
, type
, and
+ sizes
. All properties initially set to
+ undefined
.
src
property to be
src.
@@ -2321,15 +2270,6 @@ sizes
property to be
sizes.
density
member of an
- image are given by the passing potential
- image .
- undefined
, set
- image's density
property to be
- value.
-