From 3723ce74d44bfdc4c8c27e5a6014a351aafd7463 Mon Sep 17 00:00:00 2001 From: Marcos Caceres Date: Thu, 20 Sep 2012 19:24:30 +0100 Subject: [PATCH] Minor fix to a RFC2119 keyword --- ResponsiveImages.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ResponsiveImages.html b/ResponsiveImages.html index bd62e6b6..d97267f3 100644 --- a/ResponsiveImages.html +++ b/ResponsiveImages.html @@ -186,7 +186,7 @@

Algorithm for deriving the source image

-

A user agent may be able to override requests for higher-resolution images based on user preferences. For example: “always request high-resolution images,” “always request low-resolution images,” and “request high-resolution images as bandwidth permits” based on the bandwidth information available to the browser.

+

A user agent MAY override requests for higher-resolution images based on user preferences. For example: “always request high-resolution images,” “always request low-resolution images,” and “request high-resolution images as bandwidth permits” based on the bandwidth information available to the browser.