Skip to content

Commit 2cfc323

Browse files
Added comment about improving accessibilty of images.
1 parent 225bf81 commit 2cfc323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ResponsiveImages.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ <h1>Goals</h1>
213213
<ul>
214214
<li>Will degrade gracefully on older user agents.</li>
215215
<li>Can be polyfilled.</li>
216-
<li>Retains, at a minimum, the same level of accessibility as current <code>img</code> element.</li>
216+
<li>Retains, at a minimum, the same level of accessibility as current <code>img</code> element - and we may even be able to do better! </li>
217217
<li>Adhere to common conventions around for content, markup, behavior, and styling.</li>
218218
<li>Provides a purely client-side solution that can rely on scripts, but doesn&rsquo;t require it. Similarly, this solution must not require the use of any server-side technologies to reliably deliver content tailored for the end user&rsquo;s browsing situation.</li>
219219
<li>Supports use cases where authors need to explicitly define different image versions as opposed to simply different resolutions of the same image.</li>

0 commit comments

Comments
 (0)