diff --git a/ResponsiveImages.html b/ResponsiveImages.html
index a0f2c052..d58671a8 100644
--- a/ResponsiveImages.html
+++ b/ResponsiveImages.html
@@ -213,7 +213,7 @@
Goals
- Will degrade gracefully on older user agents.
- Can be polyfilled.
- - Retains, at a minimum, the same level of accessibility as current
img
element.
+ - Retains, at a minimum, the same level of accessibility as current
img
element - and we may even be able to do better!
- Adhere to common conventions around for content, markup, behavior, and styling.
- Provides a purely client-side solution that can rely on scripts, but doesn’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’s browsing situation.
- Supports use cases where authors need to explicitly define different image versions as opposed to simply different resolutions of the same image.