* demos/srcset/index.html:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@153741
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
the 2x variant of the <code>srcset</code> will be used [<a href="image-2x.png">2x image</a>].
</p>
the 2x variant of the <code>srcset</code> will be used [<a href="image-2x.png">2x image</a>].
</p>
-<img src="image-src.png" srcset="image-1x.png 1x, image-2x.png 2x">
+<img src="image-src.png" srcset="image-1x.png 1x, image-2x.png 2x" alt="Example of the srcset attribute. Image contains a coloured striped pattern with some inline text that indicates which of the candidate images were selected.">
<p>
The HTML for the above image is:
<p>
The HTML for the above image is: