Skip to content

Commit 9204715

Browse files
committed
Wording tweak.
1 parent 61606e9 commit 9204715

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

css3-images/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -610,8 +610,8 @@ <h4 id=image-fallbacks><span class=secno>3.2.2. </span> Image Fallbacks</h4>
610610
</div>
611611

612612
<p>If a URL uses a fragment identifier syntax that the implementation does
613-
not understand, or does not support for that type of image, the URL must
614-
be treated as representing an <a href="#invalid-image"><i>invalid
613+
not understand, or does not consider valid for that type of image, the URL
614+
must be treated as representing an <a href="#invalid-image"><i>invalid
615615
image</i></a>. <span class=note>This error-handling is limited to image(),
616616
and not in the definition of URL, for legacy compat reasons.</span>
617617

css3-images/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ <h4>
270270
<p>Now, the black won't show at all if the image loads, but if for whatever reason the image fails, it'll pop in and prevent the white text from being set against a white background.</p>
271271
</div>
272272

273-
<p>If a URL uses a fragment identifier syntax that the implementation does not understand, or does not support for that type of image, the URL must be treated as representing an <i>invalid image</i>. <span class='note'>This error-handling is limited to image(), and not in the definition of URL, for legacy compat reasons.</span></p>
273+
<p>If a URL uses a fragment identifier syntax that the implementation does not understand, or does not consider valid for that type of image, the URL must be treated as representing an <i>invalid image</i>. <span class='note'>This error-handling is limited to image(), and not in the definition of URL, for legacy compat reasons.</span></p>
274274

275275
<div class='example'>
276276
<p>For example, if a future specification defined a way to refer to a specific frame of an animated GIF with a fragment identifier, an author could write the following to get newer browsers to use the GIF's frame, and older browsers to instead download the fallback image:</p>

0 commit comments

Comments
 (0)