From 225bf81805f159e69a31b36d7cf033200b7b0e00 Mon Sep 17 00:00:00 2001 From: Marcos Caceres Date: Sun, 23 Sep 2012 18:20:49 +0100 Subject: [PATCH] Fixed broken link to mailing list. --- README.md | 2 +- ResponsiveImages.html | 26 ++++++++++++-------------- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index f79eb79e..c75ad244 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ This is a non-official version of the proposal at: http://dvcs.w3.org/hg/html-proposals/raw-file/tip/responsive-images/responsive-images.html -This repo is indended solely for the sake of basic issue tracking, and public contributions to the editing and formatting of the proposal. Discussion of potential/outstanding issues with the proposal should remain on the HTML WG mailing list, RICG mailing list, or both. \ No newline at end of file +This repo is indended solely for the sake of basic issue tracking, and public contributions to the editing and formatting of the proposal. Discussion of potential/outstanding issues with the proposal should remain on the HTML WG mailing list, RICG mailing list, or both. diff --git a/ResponsiveImages.html b/ResponsiveImages.html index 3fd9abc6..a0f2c052 100644 --- a/ResponsiveImages.html +++ b/ResponsiveImages.html @@ -208,16 +208,14 @@

Examples

Goals

-

This proposal was designed with the following goals in mind:

+

The overarching goal is to give developers a way to provide user agents with sufficient information about each image, and applicable media, so that the user agent can select the most appropriate one for a dynamically changing browsing situations. This includes, but is not limited to, different screen pixel width/height, pixel densities, environmental lighting conditions, and potentially even situations where the network bandwith changes dymamically. By providing a graded set of image sources, UA discretion could similarly apply to situations where the network bandwith changes dymamically. Based on user settings and network latency calculated by the user agent, the UA may have the option of selecting lower density image sources.

+

In addition, this proposal is being worked on with the following goals in mind:

    -
  • Respond to different screen pixel width/height.
  • -
  • Respond to different screen pixel densities.
  • -
  • Provide user agents with information they need to select the most appropriate image source given low bandwidth situations.
  • -
  • Will fallback gracefully on older user agents.
  • -
  • Can be polyfilled effectively.
  • +
  • Will degrade gracefully on older user agents.
  • +
  • Can be polyfilled.
  • Retains, at a minimum, the same level of accessibility as current img element.
  • -
  • Preserves separation of content markup and styling.
  • -
  • Provides a purely client-side solution which can include JavaScript, but doesn’t require it.
  • +
  • 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.
  • Provides a consistent and predictable pattern for delivering alternate media sources based on client context.
  • Supports succinct but understandable mark-up.
  • @@ -286,15 +284,15 @@

    Gray Scale and High Contrast Modes

-
-

Pre-existing Polyfills

- -
+
+

Open Issues

+
+
ISSUE 29
+
Not sure how to deal with image maps without scripts.
+

Acknowledgements

TODO: add thanks