- From: Sam Ruby via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 02 Oct 2012 20:43:34 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/srcset In directory hutz:/tmp/cvs-serv19166 Modified Files: Overview.html Log Message: commit b425c6d40f13dd709245c287610fa3c70e16dab2 Author: Edward O'Connor <hober0@gmail.com> Date: Tue Oct 2 13:35:02 2012 -0700 [srcset] Publish in UTF-8. Index: Overview.html =================================================================== RCS file: /sources/public/html5/srcset/Overview.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Overview.html 2 Oct 2012 01:58:12 -0000 1.1 +++ Overview.html 2 Oct 2012 20:43:32 -0000 1.2 @@ -1,4 +1,4 @@ -<!DOCTYPE html><html lang=en-US-x-Hixie><head><title>The srcset attribute</title><style type=text/css> +<!DOCTYPE html><html lang=en-US-x-Hixie><head><meta charset=UTF-8><title>The srcset attribute</title><style type=text/css> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -406,7 +406,7 @@ <!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --> <!-- version history or list of changes (required) --> <p>The latest stable version of the editor's draft of this - specification is available at <a class=XXX href=TBD>TBD</a>. + specification is available at <a href=http://dev.w3.org/html5/srcset/>http://dev.w3.org/html5/srcset/</a>. There are various ways to follow the change history for this specification: </p> <dl><dt>Browsable version-control record of all changes:</dt> @@ -441,25 +441,28 @@ <!--begin-toc--> <ol class=toc> - <li><a href=#infrastructure><span class=secno>1 </span>Common infrastructure</a> - <ol class=toc> - <li><a href=#conformance-requirements><span class=secno>1.1 </span>Conformance requirements</a></li></ol></li> - <li><a href=#additions-to-the-img-element><span class=secno>2 </span>Additions to the <code>img</code> element</a></li> - <li><a href=#image-candidate-strings><span class=secno>3 </span>Image candidate strings</a></li> - <li><a href=#obtaining-images><span class=secno>4 </span>Obtaining images</a></li> - <li><a href=#processing-the-image-candidates><span class=secno>5 </span>Processing the image candidates</a></li> - <li><a href=#adaptive-images><span class=secno>6 </span>Adaptive images</a></li> + <li><a href=#introduction><span class=secno>1 </span>Introduction</a></li> + <li><a href=#terminology><span class=secno>2 </span>Terminology</a></li> + <li><a href=#conformance-requirements><span class=secno>3 </span>Conformance requirements</a></li> + <li><a href=#additions-to-the-img-element><span class=secno>4 </span>Additions to the <code>img</code> element</a></li> + <li><a href=#image-candidate-strings><span class=secno>5 </span>Image candidate strings</a></li> + <li><a href=#obtaining-images><span class=secno>6 </span>Obtaining images</a></li> + <li><a href=#processing-the-image-candidates><span class=secno>7 </span>Processing the image candidates</a></li> + <li><a href=#adaptive-images><span class=secno>8 </span>Adaptive images</a></li> <li><a class=no-num href=#references>References</a></li> <li><a class=no-num href=#acknowledgements>Acknowledgements</a></li></ol> <!--end-toc--> - <hr><h2 id=infrastructure><span class=secno>1 </span>Common infrastructure</h2> + <hr><h2 id=introduction><span class=secno>1 </span>Introduction</h2> + <p>[TBD]</p> + <h2 id=terminology><span class=secno>2 </span>Terminology</h2> + <p>The conformance requirements, conformance classes, definitions, + dependencies, terminology, and typographical conventions described in + the HTML5 specification apply to this specification. <a href=#refsHTML5>[HTML5]</a></p> + + <p>Interfaces are defined in terms of Web IDL. <a href=#refsWEBIDL>[WEBIDL]</a></p> + <h2 id=conformance-requirements><span class=secno>3 </span>Conformance requirements</h2> -<!--FIXUP microdata +1--> -<!--FIXUP 2dcontext +1--> - <h3 id=conformance-requirements><span class=secno>1.1 </span>Conformance requirements</h3> -<!--FIXUP microdata -1--> -<!--FIXUP 2dcontext -1--> <p>All diagrams, examples, and notes in this specification are non-normative, as are all sections explicitly marked non-normative. @@ -513,10 +516,10 @@ - <h2 id=additions-to-the-img-element><span class=secno>2 </span>Additions to the <code>img</code> element</h2> + <h2 id=additions-to-the-img-element><span class=secno>4 </span>Additions to the <code>img</code> element</h2> <p>This specification adds the <code>srcset</code> - attribute to the <code>img</code> element. <a href=#refsHTML5>[HTML5]</a></p> + attribute to the <code>img</code> element. <a href=#refsHTML5>[HTML5]</a> <a href=#refsWEBIDL>[WEBIDL]</a></p> <dl class=element><dt><span title=element-dfn-attributes>Content attributes</span>:</dt> @@ -562,7 +565,7 @@ </div> - <h2 id=image-candidate-strings><span class=secno>3 </span>Image candidate strings</h2> + <h2 id=image-candidate-strings><span class=secno>5 </span>Image candidate strings</h2> <p>An <dfn id=image-candidate-string>image candidate string</dfn> consists of the following components, in order, with the further restrictions described below @@ -627,7 +630,7 @@ </div> - <h2 id=obtaining-images><span class=secno>4 </span>Obtaining images</h2> + <h2 id=obtaining-images><span class=secno>6 </span>Obtaining images</h2> <p>User agents may obtain images immediately or on demand.</p> @@ -834,7 +837,7 @@ </li> - </ol><h2 id=processing-the-image-candidates><span class=secno>5 </span>Processing the image candidates</h2> + </ol><h2 id=processing-the-image-candidates><span class=secno>7 </span>Processing the image candidates</h2> <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 @@ -1158,7 +1161,7 @@ attribute of the same name.</p> </div> - <h2 id=adaptive-images><span class=secno>6 </span>Adaptive images</h2> + <h2 id=adaptive-images><span class=secno>8 </span>Adaptive images</h2> <p><i>This section is non-normative.</i></p> <p>CSS and media queries can be used to construct graphical page @@ -1282,6 +1285,14 @@ <dd><cite><a href=http://tools.ietf.org/html/rfc2119>Key words for use in RFCs to Indicate Requirement Levels</a></cite>, S. Bradner. IETF.</dd> + <dt id=refsWEBIDL>[WEBIDL]</dt> + <!-- + <dd><cite><a href="http://www.w3.org/TR/WebIDL/">Web + IDL</a></cite>, C. McCormack. W3C.</dd> + --> + <dd><cite><a href=http://dev.w3.org/2006/webapi/WebIDL/>Web + IDL</a></cite>, C. McCormack. W3C.</dd> + <!--REFERENCES OFF--> </dl><h2 class=no-num id=acknowledgements>Acknowledgements</h2> <!-- ACKS -->
Received on Tuesday, 2 October 2012 20:43:36 UTC