html5/srcset Overview.html,1.11,1.12

Update of /sources/public/html5/srcset
In directory hutz:/tmp/cvs-serv5305

Modified Files:
	Overview.html 
Log Message:
commit f3015c2c893d223502ea780295f7f8b1204a0ea0
Merge: 2966f68 09afc52
Author: Edward O'Connor <hober0@gmail.com>
Date:   Tue Nov 6 11:20:46 2012 -0800

    Merge remote-tracking branch 'origin/feature/whatwg_srcset' into w3c-srcset


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/srcset/Overview.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Overview.html	31 Oct 2012 15:32:43 -0000	1.11
+++ Overview.html	6 Nov 2012 19:45:15 -0000	1.12
@@ -338,7 +338,7 @@
 
    <h1>The srcset attribute</h1>
    <h2 class="no-num no-toc" id="an-html-extension-for-adaptive-images">An HTML extension for adaptive images</h2>
-   <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 31 October 2012</h2>
+   <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 6 November 2012</h2>
    <dl>
     <dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
@@ -395,8 +395,8 @@
 
      <!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST -->
    <p class="alt">The bulk of the text of this specification is also
-   available in the WHATWG <a href="http://www.whatwg.org/specs/web-apps/current-work/complete.html#the-img-element">Web Applications 1.0</a> specification, under a license that permits
-   reuse of the specification text.</p>
+   available in the WHATWG <a href="http://www.whatwg.org/specs/web-apps/current-work/complete.html#the-img-element">HTML Living Standard</a>, under a license that permits reuse of the
+   specification text.</p>
    <!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST -->
 
   
@@ -436,7 +436,7 @@
   Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation
   track.
-  This specification is the 31 October 2012 Editor's Draft.
+  This specification is the 6 November 2012 Editor's Draft.
   </p>
 
 
@@ -695,7 +695,9 @@
 
   <h2 id="obtaining-images"><span class="secno">6 </span>Obtaining images</h2>
 
-  <p class="note">[TBD]</p>
+  <p class="note">This section supersedes the text in HTML5 which
+  defines how the image data of <code><a href="#additions-to-the-img-element">img</a></code> elements is obtained,
+  so that it is sensitive to both the <code title="attr-img-src"><a href="#attr-img-src">src</a></code> and <code title="attr-img-srcset"><a href="#attr-img-srcset">srcset</a></code> attributes.</p>
 
   <p>When the user agent is to <dfn id="update-the-image-data">update the image data</dfn> of an
   <code><a href="#additions-to-the-img-element">img</a></code> element, it must run the following steps:</p>
@@ -876,7 +878,6 @@
   </ol>
 
   <h2 id="processing-the-image-candidates"><span class="secno">7 </span>Processing the image candidates</h2>
-  <p class="note">[TBD]</p>
 
   <p>When the user agent is required to <dfn id="processing-the-image-candidates-0" title="processing the
   image candidates">process the image candidates</dfn> of an
@@ -1390,7 +1391,8 @@
 
   <h2 class="no-num" id="acknowledgements">Acknowledgements</h2> <!-- ACKS -->
 
-  <p>Thanks to Ian Hickson, who specified the <code>srcset</code>
-  attribute in the WHATWG HTML Living Standard. See that document for
-  other relevant acknowledgements. <a href="#refsHTML">[HTML]</a></p>
+  <p>The existence of this specification is entirely due to Ian Hickson,
+  who specified the <code>srcset</code> attribute in the WHATWG HTML
+  Living Standard. This is an automated redaction of the relevant
+  portions of that document. <a href="#refsHTML">[HTML]</a></p>
 </body></html>
\ No newline at end of file

Received on Tuesday, 6 November 2012 19:45:20 UTC