@@ -415,12 +415,12 @@ <h3 id=image-notation><span class=secno>4.2. </span>Image Fallbacks: the
415415 pixel rounding" is the right terminology here... basically we want to
416416 avoid blurry images.</ span > </ p >
417417
418- < p > The optional color at the end of the list is the < dfn
419- id = fallback-color > fallback color </ dfn > . It is used if, and only if, none
420- of the images can be loaded and displayed (e.g. because they are in
421- unsupported formats, or cannot be found, or are corrupted in some way,
422- or because image loading is disabled in the UA). It is treated as a
423- single-color image with no intrinsic dimensions.
418+ < p > The final argument may be a color or generated image, to serve as an
419+ ultimate fallback if none of the preceeding < a
420+ href =" #ltimage-decl " > < b > <image-decl > </ b > </ a > s can be used. If it is a
421+ color, the < a href =" #ltimage-list " > < b > <image-list > </ b > </ a > must
422+ represent a single-color image of that color with no < a
423+ href =" #intrinsic-dimensions " > < b > intrinsic dimensions</ b > </ a > . </ p >
424424
425425 < div class =example >
426426 < p > For example, the rule below would tell the UA to load ‘< code
@@ -441,17 +441,6 @@ <h3 id=image-notation><span class=secno>4.2. </span>Image Fallbacks: the
441441 As with any image, this fallback will be painted over the ‘< code
442442 class =property > background-color</ code > ’ (if any).
443443 </ div >
444-
445- < p > If the URL for the image ends in a file extension (a period followed
446- by letters) of four ascii letters ([a-zA-Z]) or less, then the UA
447- < em > may</ em > skip trying to load images whose file extension matches an
448- image format it knows it does not support. For example, a UA that knows
449- it supports JPEG and GIF, but expects to encounter many PNG and SVG
450- images may choose to skip over images with filenames ending in
451- ‘< code class =css > .png</ code > ’ or ‘< code
452- class =css > .svg</ code > ’ without loading them to check their MIME
453- type. However it must not skip over images with filenames ending in
454- extensions it doesn't recognize.
455444 </ div >
456445
457446 < div >
0 commit comments