[html5] r7416 - [e] (0) Update references and related clearnup. Fixing https://www.w3.org/Bugs/P [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Sep 27 16:14:25 PDT 2012


Author: ianh
Date: 2012-09-27 16:14:24 -0700 (Thu, 27 Sep 2012)
New Revision: 7416

Modified:
   complete.html
   index
   source
Log:
[e] (0) Update references and related clearnup.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17850
Affected topics: Canvas, DOM APIs, HTML, Security

Modified: complete.html
===================================================================
--- complete.html	2012-09-27 18:21:31 UTC (rev 7415)
+++ complete.html	2012-09-27 23:14:24 UTC (rev 7416)
@@ -8616,9 +8616,9 @@
 <!--ADD-TOPIC:Security-->
   <h4 id=encrypted-http-and-related-security-concerns><span class=secno>2.7.3 </span>Encrypted HTTP and related security concerns</h4>
 
-  <p>Anything in this specification that refers to HTTP also applies
-  to HTTP-over-TLS, as represented by <a href=#url title=url>URLs</a>
-  representing the <code title="">https</code> scheme.</p>
+  <p>Anything in this specification that refers to HTTP also applies to HTTP-over-TLS, as
+  represented by <a href=#url title=url>URLs</a> representing the <code title="">https</code> scheme.
+  <a href=#refsHTTPS>[HTTPS]</a></p>
 
   <p class=warning>User agents should report certificate errors to
   the user and must either refuse to download resources sent with
@@ -24541,7 +24541,17 @@
   (XML files with an SVG root element that use declarative SMIL
   animation), and so forth. However, these definitions preclude SVG
   files with script, multipage PDF files, interactive MNG files, HTML
-  documents, plain text documents, and so forth.</p>
+  documents, plain text documents, and so forth.
+  <a href=#refsPNG>[PNG]</a>
+  <a href=#refsGIF>[GIF]</a>
+  <a href=#refsJPEG>[JPEG]</a>
+  <a href=#refsPDF>[PDF]</a>
+  <a href=#refsXML>[XML]</a>
+  <a href=#refsAPNG>[APNG]</a>
+  <!-- <a href="#refsAGIF">[AGIF]</a> -->
+  <a href=#refsSVG>[SVG]</a>
+  <a href=#refsMNG>[MNG]</a>
+  </p>
 
   <p>The <code><a href=#the-img-element>img</a></code> element must not be used as a layout tool.
   In particular, <code><a href=#the-img-element>img</a></code> elements should not be used to
@@ -36268,11 +36278,7 @@
    <dt><a href=#element-dfn-contexts title=element-dfn-contexts>Contexts in which this element can be used</a>:</dt>
    <dd>Where <a href=#embedded-content>embedded content</a> is expected.</dd>
    <dt><a href=#element-dfn-content-model title=element-dfn-content-model>Content model</a>:</dt>
-   <dd><a href=#transparent>Transparent</a><!--
---><!--FORK--><!--
--->, but with no <a href=#interactive-content>interactive content</a> descendants except for <code><a href=#the-a-element>a</a></code> elements, <code><a href=#the-button-element>button</a></code> elements, <code><a href=#the-input-element>input</a></code> elements whose <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute are in the <a href="#checkbox-state-(type=checkbox)" title=attr-input-type-checkbox>Checkbox</a> or <a href="#radio-button-state-(type=radio)" title=attr-input-type-radio>Radio Button</a> states, and <code><a href=#the-input-element>input</a></code> elements that are <a href=#concept-button title=concept-button>buttons</a><!--
---><!--FORK--><!--
--->.</dd> <!-- and maybe <select>, I guess? I've left it our for now, since I guess authors might make accessible selects if they're simple enough, and it's not obvious how to distinguish the simple ones from the complex ones... -->
+   <dd><a href=#transparent>Transparent</a>, but with no <a href=#interactive-content>interactive content</a> descendants except for <code><a href=#the-a-element>a</a></code> elements, <code><a href=#the-button-element>button</a></code> elements, <code><a href=#the-input-element>input</a></code> elements whose <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute are in the <a href="#checkbox-state-(type=checkbox)" title=attr-input-type-checkbox>Checkbox</a> or <a href="#radio-button-state-(type=radio)" title=attr-input-type-radio>Radio Button</a> states, and <code><a href=#the-input-element>input</a></code> elements that are <a href=#concept-button title=concept-button>buttons</a>.</dd> <!-- and maybe <select>, I guess? I've left it our for now, since I guess authors might make accessible selects if they're simple enough, and it's not obvious how to distinguish the simple ones from the complex ones... -->
    <dt><a href=#element-dfn-attributes title=element-dfn-attributes>Content attributes</a>:</dt>
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-canvas-width><a href=#attr-canvas-width>width</a></code></dd>
@@ -36411,13 +36417,9 @@
     canvas. The first argument specifies the desired API. Subsequent
     arguments are handled by that API.</p>
 
-<!--2DCONTEXT-->
-
     <p>This specification defines the "<code title=canvas-context-2d><a href=#canvas-context-2d>2d</a></code>" context below. There is also
     a specification that defines a "<code title=canvas-context-webgl>webgl</code>" context. <a href=#refsWEBGL>[WEBGL]</a></p>
 
-<!--2DCONTEXT-->
-
     <p>The list of defined contexts is given on the <a href=http://wiki.whatwg.org/wiki/CanvasContexts>WHATWG Wiki
     CanvasContexts page</a>. <a href=#refsWHATWGWIKI>[WHATWGWIKI]</a>
 
@@ -36435,7 +36437,6 @@
   that element. When created, a <code><a href=#the-canvas-element>canvas</a></code> element must not
   have a <a href=#primary-context>primary context</a>.</p>
 
-
   <p>The <dfn id=dom-canvas-getcontext title=dom-canvas-getContext><code>getContext(<var title="">contextId</var>, <var title="">arguments...</var>)</code></dfn> method of the
   <code><a href=#the-canvas-element>canvas</a></code> element, when invoked, must run the following
   steps:</p>
@@ -36707,16 +36708,12 @@
   <!--REMOVE-TOPIC:DOM APIs-->
 
 
-  <!--2DCONTEXT-->
-
   <div data-component="HTML Canvas 2D Context (editor: Ian Hickson)">
 
   <h5 id=2dcontext><span class=secno>4.8.11.1 </span>The 2D context</h5>
 
   <!-- v2: we're on v5. suggestions for subsequent versions are marked v6, v7, v8. -->
 
-  
-
   <p>This specification defines the <dfn id=canvas-context-2d title=canvas-context-2d><code>2d</code></dfn> context type, whose
   API is implemented using the <code><a href=#canvasrenderingcontext2d>CanvasRenderingContext2D</a></code>
   interface.</p>
@@ -70795,7 +70792,6 @@
     resource.</p>
 
    </li>
-<!--FORK--><!--APPCACHE-PREFER-ONLINE-->
 
    <li>
 
@@ -70817,11 +70813,9 @@
       <!-- ...and I can't think of any others. -->
      </ul></div>
 
-<!--DOWNLOAD-->
     <p>Responses with HTTP <code title=http-content-disposition>Content-Disposition</code>
     headers specifying the <code title="">attachment</code>
     disposition type must be handled <a href=#as-a-download>as a download</a>.</p>
-<!--DOWNLOAD-->
 
     <!-- theoretically, HTTP 205 processing would occur here,
     resetting all forms with no other effect. However, it seems nobody
@@ -100294,9 +100288,10 @@
 
   <h4 id=the-marquee-element><span class=secno>15.3.2 </span>The <dfn><code>marquee</code></dfn> element</h4>
 
-  <p>The <code><a href=#the-marquee-element>marquee</a></code> element is a presentational element that
-  animates content. CSS transitions and animations are a more
-  appropriate mechanism.</p>
+  <p>The <code><a href=#the-marquee-element>marquee</a></code> element is a presentational element that animates content. CSS
+  transitions and animations are a more appropriate mechanism.
+  <a href=#refsCSSANIMATIONS>[CSSANIMATIONS]</a> <a href=#refsCSSTRANSITIONS>[CSSTRANSITIONS]</a>
+  </p>
 
   <p>The <a href=#task-source>task source</a> for tasks mentioned in this section
   is the <a href=#dom-manipulation-task-source>DOM manipulation task source</a>.</p>
@@ -105409,94 +105404,67 @@
   <!-- Dates are only included for standards older than the Web, because the newer ones keep changing. -->
 
   <dl><dt id=refsABNF>[ABNF]</dt>
-   <dd><cite><a href=http://www.ietf.org/rfc/std/std68.txt>Augmented
-   BNF for Syntax Specifications: ABNF</a></cite>, D. Crocker,
-   P. Overell. IETF.</dd>
+   <dd><cite><a href=http://www.ietf.org/rfc/std/std68.txt>Augmented BNF for Syntax Specifications: ABNF</a></cite>, D. Crocker, P. Overell. IETF.</dd>
 
    <dt id=refsABOUT>[ABOUT]</dt>
    <dd><cite><a href=http://tools.ietf.org/html/rfc6694>The 'about' URI scheme</a></cite>, S. Moonesamy. IETF.</dd>
 
+   <dt id=refsAGIF>[AGIF]</dt>
+   <dd>(Non-normative) <cite><a href=http://odur.let.rug.nl/~kleiweg/gif/netscape.html>GIF Application Extension: NETSCAPE2.0</a></cite>. R. Frazier.</dd> <!-- (rather a dubious reference; let me know if you know a better one) -->
+
+   <dt id=refsAPNG>[APNG]</dt>
+   <dd>(Non-normative) <cite><a href=https://wiki.mozilla.org/APNG_Specification>APNG Specification</a></cite>. S. Parmenter, V. Vukicevic, A. Smith. Mozilla.</dd>
+
    <dt id=refsARIA>[ARIA]</dt>
-   <dd><cite><a href=http://www.w3.org/WAI/PF/aria/>Accessible Rich
-   Internet Applications (WAI-ARIA)</a></cite>, J. Craig, M. Cooper, L. Pappas,
-   R. Schwerdtfeger, L. Seeman. W3C.</dd>
+   <dd><cite><a href=http://www.w3.org/WAI/PF/aria/>Accessible Rich Internet Applications (WAI-ARIA)</a></cite>, J. Craig, M. Cooper, L. Pappas, R. Schwerdtfeger, L. Seeman. W3C.</dd>
 
    <dt id=refsARIAIMPL>[ARIAIMPL]</dt>
-   <dd><cite><a href=http://www.w3.org/WAI/PF/aria-implementation/>WAI-ARIA 1.0
-   User Agent Implementation Guide</a></cite>, A. Snow-Weaver,
-   M. Cooper. W3C.</dd>
+   <dd><cite><a href=http://www.w3.org/WAI/PF/aria-implementation/>WAI-ARIA 1.0 User Agent Implementation Guide</a></cite>, A. Snow-Weaver, M. Cooper. W3C.</dd>
 
    <dt id=refsATAG>[ATAG]</dt>
-   <dd>(Non-normative) <cite><a href=http://www.w3.org/TR/ATAG20/>Authoring Tool Accessibility
-   Guidelines (ATAG) 2.0</a></cite>, J. Richards, J. Spellman,
-   J. Treviranus. W3C.</dd>
+   <dd>(Non-normative) <cite><a href=http://www.w3.org/TR/ATAG20/>Authoring Tool Accessibility Guidelines (ATAG) 2.0</a></cite>, J. Richards, J. Spellman, J. Treviranus. W3C.</dd>
 
    <dt id=refsATOM>[ATOM]</dt>
-   <dd>(Non-normative) <cite><a href=http://tools.ietf.org/html/rfc4287>The Atom Syndication
-   Format</a></cite>, M. Nottingham, R. Sayre. IETF.</dd>
+   <dd>(Non-normative) <cite><a href=http://tools.ietf.org/html/rfc4287>The Atom Syndication Format</a></cite>, M. Nottingham, R. Sayre. IETF.</dd>
 
    <dt id=refsBCP47>[BCP47]</dt>
-   <dd><cite><a href=http://www.ietf.org/rfc/bcp/bcp47.txt>Tags for
-   Identifying Languages; Matching of Language Tags</a></cite>,
-   A. Phillips, M. Davis. IETF.</dd>
+   <dd><cite><a href=http://www.ietf.org/rfc/bcp/bcp47.txt>Tags for Identifying Languages; Matching of Language Tags</a></cite>, A. Phillips, M. Davis. IETF.</dd>
 
    <dt id=refsBECSS>[BECSS]</dt>
-   <dd><cite><a href=http://www.w3.org/TR/becss/>Behavioral
-   Extensions to CSS</a></cite>, I. Hickson. W3C.</dd>
+   <dd><cite><a href=http://www.w3.org/TR/becss/>Behavioral Extensions to CSS</a></cite>, I. Hickson. W3C.</dd>
 
    <dt id=refsBEZIER>[BEZIER]</dt>
    <dd><cite>Courbes à poles</cite>, P. de Casteljau. INPI, 1959.</dd>
 
    <dt id=refsBIDI>[BIDI]</dt>
-   <dd><cite><a href=http://www.unicode.org/reports/tr9/>UAX #9: Unicode
-   Bidirectional Algorithm</a></cite>, M. Davis. Unicode Consortium.</dd>
+   <dd><cite><a href=http://www.unicode.org/reports/tr9/>UAX #9: Unicode Bidirectional Algorithm</a></cite>, M. Davis. Unicode Consortium.</dd>
 
    <dt id=refsBOCU1>[BOCU1]</dt>
-   <dd>(Non-normative) <cite><a href=http://www.unicode.org/notes/tn6/>UTN #6: BOCU-1:
-   MIME-Compatible Unicode Compression</a></cite>, M. Scherer,
-   M. Davis. Unicode Consortium.</dd>
+   <dd>(Non-normative) <cite><a href=http://www.unicode.org/notes/tn6/>UTN #6: BOCU-1: MIME-Compatible Unicode Compression</a></cite>, M. Scherer, M. Davis. Unicode Consortium.</dd>
 
    <dt id=refsCESU8>[CESU8]</dt>
-   <dd>(Non-normative) <cite><a href=http://www.unicode.org/reports/tr26/>UTR #26: Compatibility
-   Encoding Scheme For UTF-16: 8-BIT (CESU-8)</a></cite>,
-   T. Phipps. Unicode Consortium.</dd>
+   <dd>(Non-normative) <cite><a href=http://www.unicode.org/reports/tr26/>UTR #26: Compatibility Encoding Scheme For UTF-16: 8-BIT (CESU-8)</a></cite>, T. Phipps. Unicode Consortium.</dd>
 
    <dt id=refsCHARMOD>[CHARMOD]</dt>
-   <dd>(Non-normative) <cite><a href=http://www.w3.org/TR/charmod/>Character Model for the World
-   Wide Web 1.0: Fundamentals</a></cite>, M. Dürst, F. Yergeau,
-   R. Ishida, M. Wolf, T. Texin. W3C.</dd>
+   <dd>(Non-normative) <cite><a href=http://www.w3.org/TR/charmod/>Character Model for the World Wide Web 1.0: Fundamentals</a></cite>, M. Dürst, F. Yergeau, R. Ishida, M. Wolf, T. Texin. W3C.</dd>
 
    <dt id=refsCLDR>[CLDR]</dt>
    <dd><cite><a href=http://cldr.unicode.org/>Unicode Common Locale Data Repository</a></cite>. Unicode.</dd>
 
    <dt id=refsCOMPUTABLE>[COMPUTABLE]</dt>
-   <dd>(Non-normative) <cite><a href=http://www.turingarchive.org/browse.php/B/12>On computable
-   numbers, with an application to the
-   Entscheidungsproblem</a></cite>, A. Turing. In <cite>Proceedings of
-   the London Mathematical Society</cite>, series 2, volume 42, pages
-   230-265. London Mathematical Society, 1937.</dd>
+   <dd>(Non-normative) <cite><a href=http://www.turingarchive.org/browse.php/B/12>On computable numbers, with an application to the Entscheidungsproblem</a></cite>, A. Turing. In <cite>Proceedings of the London Mathematical Society</cite>, series 2, volume 42, pages 230-265. London Mathematical Society, 1937.</dd>
 
    <dt id=refsCOOKIES>[COOKIES]</dt>
-   <!--
-   <dd><cite><a href="http://tools.ietf.org/html/rfc2109">HTTP State Management Mechanism</a></cite>, D. Kristol, L. Montulli. IETF.</dd>
-   <dd><cite><a href="http://tools.ietf.org/html/rfc2965">HTTP State Management Mechanism</a></cite>, D. Kristol, L. Montulli. IETF.</dd>
-   -->
    <dd><cite><a href=http://tools.ietf.org/html/rfc6265>HTTP State Management Mechanism</a></cite>, A. Barth. IETF.</dd>
 
    <dt id=refsCORS>[CORS]</dt>
    <dd><cite><a href=http://fetch.spec.whatwg.org/>Cross-Origin Resource Sharing</a></cite>, A. van Kesteren. WHATWG.</dd>
 
    <dt id=refsCP50220>[CP50220]</dt>
-   <dd><cite><a href=http://www.iana.org/assignments/charset-reg/CP50220>CP50220</a></cite>,
-   Y. Naruse. IANA.</dd> <!-- really should be "NARUSE, Y." or some
-   such, but there's a western bias to these references for
-   consistency. sorry. -->
+   <dd><cite><a href=http://www.iana.org/assignments/charset-reg/CP50220>CP50220</a></cite>, Y. Naruse. IANA.</dd> <!-- really should be "NARUSE, Y." or some such, but there's a western bias to these references for consistency. sorry. -->
 
    <dt id=refsCP51932>[CP51932]</dt>
-   <dd><cite><a href=http://www.iana.org/assignments/charset-reg/CP51932>CP51932</a></cite>,
-   Y. Naruse. IANA.</dd> <!-- really should be "NARUSE, Y." or some
-   such, but there's a western bias to these references for
-   consistency. sorry. -->
+   <dd><cite><a href=http://www.iana.org/assignments/charset-reg/CP51932>CP51932</a></cite>, Y. Naruse. IANA.</dd> <!-- really should be "NARUSE, Y." or some such, but there's a western bias to these references for consistency. sorry. -->
 
    <dt id=refsCSP>[CSP]</dt>
    <dd>(Non-normative) <cite><a href=http://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specification.dev.html>Content Security Policy</a></cite>, B. Sterne, A. Barth. W3C.</dd>
@@ -105504,39 +105472,33 @@
    <dt id=refsCSS>[CSS]</dt>
    <dd><cite><a href=http://www.w3.org/TR/CSS2/>Cascading Style Sheets Level 2 Revision 1</a></cite>, B. Bos, T. Çelik, I. Hickson, H. Lie. W3C.</dd>
 
+   <dt id=refsCSSANIMATIONS>[CSSANIMATIONS]</dt>
+   <dd>(Non-normative) <cite><a href=http://dev.w3.org/csswg/css3-animations/>CSS Animations</a></cite>, D. Jackson, D. Hyatt, C. Marrin, S. Galineau, L. Baron. W3C.</dd>
+
    <dt id=refsCSSATTR>[CSSATTR]</dt>
    <dd><cite><a href=http://dev.w3.org/csswg/css-style-attr/>CSS Styling Attribute Syntax</a></cite>, T. Çelik, E. Etemad. W3C.</dd>
 
    <dt id=refsCSSCOLOR>[CSSCOLOR]</dt>
-   <!--
-   <dd><cite><a href="http://www.w3.org/TR/css3-color/">CSS Color
-   Module Level 3</a></cite>, T. Çelik, C. Lilley, L.
-   Baron. W3C.</dd>
-   -->
-   <dd><cite><a href=http://dev.w3.org/csswg/css3-color/>CSS Color
-   Module Level 3</a></cite>, T. Çelik, C. Lilley, L.
-   Baron. W3C.</dd>
+   <dd><cite><a href=http://dev.w3.org/csswg/css3-color/>CSS Color Module Level 3</a></cite>, T. Çelik, C. Lilley, L. Baron. W3C.</dd>
 
    <dt id=refsCSSFONTS>[CSSFONTS]</dt>
-   <dd><cite><a href=http://www.w3.org/TR/css3-fonts/>CSS Fonts
-   Module Level 3</a></cite>, J. Daggett. W3C.</dd>
+   <dd><cite><a href=http://www.w3.org/TR/css3-fonts/>CSS Fonts Module Level 3</a></cite>, J. Daggett. W3C.</dd>
 
    <dt id=refsCSSIMAGES>[CSSIMAGES]</dt>
-   <dd><cite><a href=http://dev.w3.org/csswg/css3-images/>CSS Image
-   Values and Replaced Content Module Level 3</a></cite>, E. Etemad,
-   T. Atkins. W3C.</dd>
+   <dd><cite><a href=http://dev.w3.org/csswg/css3-images/>CSS Image Values and Replaced Content Module Level 3</a></cite>, E. Etemad, T. Atkins. W3C.</dd>
 
    <dt id=refsCSSOM>[CSSOM]</dt>
-   <dd><cite><a href=http://dev.w3.org/csswg/cssom/>Cascading Style Sheets
-   Object Model (CSSOM)</a></cite>, A. van Kesteren. W3C.</dd>
+   <dd><cite><a href=http://dev.w3.org/csswg/cssom/>Cascading Style Sheets Object Model (CSSOM)</a></cite>, A. van Kesteren. W3C.</dd>
 
    <dt id=refsCSSOMVIEW>[CSSOMVIEW]</dt>
-   <dd><cite><a href=http://dev.w3.org/csswg/cssom-view/>CSSOM View
-   Module</a></cite>, A. van Kesteren. W3C.</dd>
+   <dd><cite><a href=http://dev.w3.org/csswg/cssom-view/>CSSOM View Module</a></cite>, A. van Kesteren. W3C.</dd>
 
    <dt id=refsCSSRUBY>[CSSRUBY]</dt>
    <dd><cite><a href=http://dev.w3.org/csswg/css3-ruby/>CSS3 Ruby Module</a></cite>, R. Ishida. W3C.</dd>
 
+   <dt id=refsCSSTRANSITIONS>[CSSTRANSITIONS]</dt>
+   <dd>(Non-normative) <cite><a href=http://dev.w3.org/csswg/css3-transitions/>CSS Transitions</a></cite>, D. Jackson, D. Hyatt, C. Marrin, L. Baron. W3C.</dd>
+
    <dt id=refsCSSUI>[CSSUI]</dt>
    <dd><cite><a href=http://dev.w3.org/csswg/css3-ui/>CSS3 Basic User Interface Module</a></cite>, T. Çelik. W3C.</dd>
 
@@ -105592,6 +105554,9 @@
    Standardization Technical Committee.</dd>
    <!-- http://www.iana.org/assignments/charset-reg/GBK -->
 
+   <dt id=refsGIF>[GIF]</dt>
+   <dd>(Non-normative) <cite><a href=http://www.w3.org/Graphics/GIF/spec-gif89a.txt>Graphics Interchange Format</a></cite>. CompuServe.</dd>
+
    <dt id=refsGRAPHICS>[GRAPHICS]</dt>
    <dd>(Non-normative) <cite>Computer Graphics: Principles and
    Practice in C</cite>, Second Edition, J. Foley, A. van Dam,
@@ -105623,6 +105588,9 @@
    Transfer Protocol — HTTP/1.1</a></cite>, R. Fielding, J. Gettys,
    J. Mogul, H.  Frystyk, L. Masinter, P. Leach, T. Berners-Lee. IETF.</dd>
 
+   <dt id=refsHTTPS>[HTTPS]</dt>
+   <dd>(Non-normative) <cite><a href=http://tools.ietf.org/html/rfc2818>HTTP Over TLS</a></cite>, E. Rescorla. IETF.</dd>
+
    <dt id=refsIANACHARSET>[IANACHARSET]</dt>
    <dd><cite><a href=http://www.iana.org/assignments/character-sets>Character
    Sets</a></cite>. IANA.</dd>
@@ -105675,6 +105643,9 @@
    <dt id=refsMIMESNIFF>[MIMESNIFF]</dt>
    <dd><cite><a href=http://mimesniff.spec.whatwg.org/>MIME Sniffing</a></cite>, A. Barth, I. Hickson. WHATWG.</dd>
 
+   <dt id=refsMNG>[MNG]</dt>
+   <dd><cite><a href=http://www.libpng.org/pub/mng/spec/>MNG (Multiple-image Network Graphics) Format</a></cite>. G. Randers-Pehrson.</dd>
+
    <dt id=refsMPEG2>[MPEG2]</dt>
    <dd><cite>ISO/IEC 13818-1: Information technology — Generic coding of moving pictures and associated audio information: Systems</cite>. ISO/IEC.</dd>
    <!-- search for ["bytes are removed from this buffer at a rate defined by sb_leak_rate"] to find it -->
@@ -106444,6 +106415,7 @@
   Mark Pilgrim,
   Mark Rowe<!--bdash-->,
   Mark Schenk,
+  Mark Vickers,
   Mark Wilton-Jones,
   Martijn Wargers,
   Martin Atkins,

Modified: index
===================================================================
--- index	2012-09-27 18:21:31 UTC (rev 7415)
+++ index	2012-09-27 23:14:24 UTC (rev 7416)
@@ -8616,9 +8616,9 @@
 <!--ADD-TOPIC:Security-->
   <h4 id=encrypted-http-and-related-security-concerns><span class=secno>2.7.3 </span>Encrypted HTTP and related security concerns</h4>
 
-  <p>Anything in this specification that refers to HTTP also applies
-  to HTTP-over-TLS, as represented by <a href=#url title=url>URLs</a>
-  representing the <code title="">https</code> scheme.</p>
+  <p>Anything in this specification that refers to HTTP also applies to HTTP-over-TLS, as
+  represented by <a href=#url title=url>URLs</a> representing the <code title="">https</code> scheme.
+  <a href=#refsHTTPS>[HTTPS]</a></p>
 
   <p class=warning>User agents should report certificate errors to
   the user and must either refuse to download resources sent with
@@ -24541,7 +24541,17 @@
   (XML files with an SVG root element that use declarative SMIL
   animation), and so forth. However, these definitions preclude SVG
   files with script, multipage PDF files, interactive MNG files, HTML
-  documents, plain text documents, and so forth.</p>
+  documents, plain text documents, and so forth.
+  <a href=#refsPNG>[PNG]</a>
+  <a href=#refsGIF>[GIF]</a>
+  <a href=#refsJPEG>[JPEG]</a>
+  <a href=#refsPDF>[PDF]</a>
+  <a href=#refsXML>[XML]</a>
+  <a href=#refsAPNG>[APNG]</a>
+  <!-- <a href="#refsAGIF">[AGIF]</a> -->
+  <a href=#refsSVG>[SVG]</a>
+  <a href=#refsMNG>[MNG]</a>
+  </p>
 
   <p>The <code><a href=#the-img-element>img</a></code> element must not be used as a layout tool.
   In particular, <code><a href=#the-img-element>img</a></code> elements should not be used to
@@ -36268,11 +36278,7 @@
    <dt><a href=#element-dfn-contexts title=element-dfn-contexts>Contexts in which this element can be used</a>:</dt>
    <dd>Where <a href=#embedded-content>embedded content</a> is expected.</dd>
    <dt><a href=#element-dfn-content-model title=element-dfn-content-model>Content model</a>:</dt>
-   <dd><a href=#transparent>Transparent</a><!--
---><!--FORK--><!--
--->, but with no <a href=#interactive-content>interactive content</a> descendants except for <code><a href=#the-a-element>a</a></code> elements, <code><a href=#the-button-element>button</a></code> elements, <code><a href=#the-input-element>input</a></code> elements whose <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute are in the <a href="#checkbox-state-(type=checkbox)" title=attr-input-type-checkbox>Checkbox</a> or <a href="#radio-button-state-(type=radio)" title=attr-input-type-radio>Radio Button</a> states, and <code><a href=#the-input-element>input</a></code> elements that are <a href=#concept-button title=concept-button>buttons</a><!--
---><!--FORK--><!--
--->.</dd> <!-- and maybe <select>, I guess? I've left it our for now, since I guess authors might make accessible selects if they're simple enough, and it's not obvious how to distinguish the simple ones from the complex ones... -->
+   <dd><a href=#transparent>Transparent</a>, but with no <a href=#interactive-content>interactive content</a> descendants except for <code><a href=#the-a-element>a</a></code> elements, <code><a href=#the-button-element>button</a></code> elements, <code><a href=#the-input-element>input</a></code> elements whose <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute are in the <a href="#checkbox-state-(type=checkbox)" title=attr-input-type-checkbox>Checkbox</a> or <a href="#radio-button-state-(type=radio)" title=attr-input-type-radio>Radio Button</a> states, and <code><a href=#the-input-element>input</a></code> elements that are <a href=#concept-button title=concept-button>buttons</a>.</dd> <!-- and maybe <select>, I guess? I've left it our for now, since I guess authors might make accessible selects if they're simple enough, and it's not obvious how to distinguish the simple ones from the complex ones... -->
    <dt><a href=#element-dfn-attributes title=element-dfn-attributes>Content attributes</a>:</dt>
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-canvas-width><a href=#attr-canvas-width>width</a></code></dd>
@@ -36411,13 +36417,9 @@
     canvas. The first argument specifies the desired API. Subsequent
     arguments are handled by that API.</p>
 
-<!--2DCONTEXT-->
-
     <p>This specification defines the "<code title=canvas-context-2d><a href=#canvas-context-2d>2d</a></code>" context below. There is also
     a specification that defines a "<code title=canvas-context-webgl>webgl</code>" context. <a href=#refsWEBGL>[WEBGL]</a></p>
 
-<!--2DCONTEXT-->
-
     <p>The list of defined contexts is given on the <a href=http://wiki.whatwg.org/wiki/CanvasContexts>WHATWG Wiki
     CanvasContexts page</a>. <a href=#refsWHATWGWIKI>[WHATWGWIKI]</a>
 
@@ -36435,7 +36437,6 @@
   that element. When created, a <code><a href=#the-canvas-element>canvas</a></code> element must not
   have a <a href=#primary-context>primary context</a>.</p>
 
-
   <p>The <dfn id=dom-canvas-getcontext title=dom-canvas-getContext><code>getContext(<var title="">contextId</var>, <var title="">arguments...</var>)</code></dfn> method of the
   <code><a href=#the-canvas-element>canvas</a></code> element, when invoked, must run the following
   steps:</p>
@@ -36707,16 +36708,12 @@
   <!--REMOVE-TOPIC:DOM APIs-->
 
 
-  <!--2DCONTEXT-->
-
   <div data-component="HTML Canvas 2D Context (editor: Ian Hickson)">
 
   <h5 id=2dcontext><span class=secno>4.8.11.1 </span>The 2D context</h5>
 
   <!-- v2: we're on v5. suggestions for subsequent versions are marked v6, v7, v8. -->
 
-  
-
   <p>This specification defines the <dfn id=canvas-context-2d title=canvas-context-2d><code>2d</code></dfn> context type, whose
   API is implemented using the <code><a href=#canvasrenderingcontext2d>CanvasRenderingContext2D</a></code>
   interface.</p>
@@ -70795,7 +70792,6 @@
     resource.</p>
 
    </li>
-<!--FORK--><!--APPCACHE-PREFER-ONLINE-->
 
    <li>
 
@@ -70817,11 +70813,9 @@
       <!-- ...and I can't think of any others. -->
      </ul></div>
 
-<!--DOWNLOAD-->
     <p>Responses with HTTP <code title=http-content-disposition>Content-Disposition</code>
     headers specifying the <code title="">attachment</code>
     disposition type must be handled <a href=#as-a-download>as a download</a>.</p>
-<!--DOWNLOAD-->
 
     <!-- theoretically, HTTP 205 processing would occur here,
     resetting all forms with no other effect. However, it seems nobody
@@ -100294,9 +100288,10 @@
 
   <h4 id=the-marquee-element><span class=secno>15.3.2 </span>The <dfn><code>marquee</code></dfn> element</h4>
 
-  <p>The <code><a href=#the-marquee-element>marquee</a></code> element is a presentational element that
-  animates content. CSS transitions and animations are a more
-  appropriate mechanism.</p>
+  <p>The <code><a href=#the-marquee-element>marquee</a></code> element is a presentational element that animates content. CSS
+  transitions and animations are a more appropriate mechanism.
+  <a href=#refsCSSANIMATIONS>[CSSANIMATIONS]</a> <a href=#refsCSSTRANSITIONS>[CSSTRANSITIONS]</a>
+  </p>
 
   <p>The <a href=#task-source>task source</a> for tasks mentioned in this section
   is the <a href=#dom-manipulation-task-source>DOM manipulation task source</a>.</p>
@@ -105409,94 +105404,67 @@
   <!-- Dates are only included for standards older than the Web, because the newer ones keep changing. -->
 
   <dl><dt id=refsABNF>[ABNF]</dt>
-   <dd><cite><a href=http://www.ietf.org/rfc/std/std68.txt>Augmented
-   BNF for Syntax Specifications: ABNF</a></cite>, D. Crocker,
-   P. Overell. IETF.</dd>
+   <dd><cite><a href=http://www.ietf.org/rfc/std/std68.txt>Augmented BNF for Syntax Specifications: ABNF</a></cite>, D. Crocker, P. Overell. IETF.</dd>
 
    <dt id=refsABOUT>[ABOUT]</dt>
    <dd><cite><a href=http://tools.ietf.org/html/rfc6694>The 'about' URI scheme</a></cite>, S. Moonesamy. IETF.</dd>
 
+   <dt id=refsAGIF>[AGIF]</dt>
+   <dd>(Non-normative) <cite><a href=http://odur.let.rug.nl/~kleiweg/gif/netscape.html>GIF Application Extension: NETSCAPE2.0</a></cite>. R. Frazier.</dd> <!-- (rather a dubious reference; let me know if you know a better one) -->
+
+   <dt id=refsAPNG>[APNG]</dt>
+   <dd>(Non-normative) <cite><a href=https://wiki.mozilla.org/APNG_Specification>APNG Specification</a></cite>. S. Parmenter, V. Vukicevic, A. Smith. Mozilla.</dd>
+
    <dt id=refsARIA>[ARIA]</dt>
-   <dd><cite><a href=http://www.w3.org/WAI/PF/aria/>Accessible Rich
-   Internet Applications (WAI-ARIA)</a></cite>, J. Craig, M. Cooper, L. Pappas,
-   R. Schwerdtfeger, L. Seeman. W3C.</dd>
+   <dd><cite><a href=http://www.w3.org/WAI/PF/aria/>Accessible Rich Internet Applications (WAI-ARIA)</a></cite>, J. Craig, M. Cooper, L. Pappas, R. Schwerdtfeger, L. Seeman. W3C.</dd>
 
    <dt id=refsARIAIMPL>[ARIAIMPL]</dt>
-   <dd><cite><a href=http://www.w3.org/WAI/PF/aria-implementation/>WAI-ARIA 1.0
-   User Agent Implementation Guide</a></cite>, A. Snow-Weaver,
-   M. Cooper. W3C.</dd>
+   <dd><cite><a href=http://www.w3.org/WAI/PF/aria-implementation/>WAI-ARIA 1.0 User Agent Implementation Guide</a></cite>, A. Snow-Weaver, M. Cooper. W3C.</dd>
 
    <dt id=refsATAG>[ATAG]</dt>
-   <dd>(Non-normative) <cite><a href=http://www.w3.org/TR/ATAG20/>Authoring Tool Accessibility
-   Guidelines (ATAG) 2.0</a></cite>, J. Richards, J. Spellman,
-   J. Treviranus. W3C.</dd>
+   <dd>(Non-normative) <cite><a href=http://www.w3.org/TR/ATAG20/>Authoring Tool Accessibility Guidelines (ATAG) 2.0</a></cite>, J. Richards, J. Spellman, J. Treviranus. W3C.</dd>
 
    <dt id=refsATOM>[ATOM]</dt>
-   <dd>(Non-normative) <cite><a href=http://tools.ietf.org/html/rfc4287>The Atom Syndication
-   Format</a></cite>, M. Nottingham, R. Sayre. IETF.</dd>
+   <dd>(Non-normative) <cite><a href=http://tools.ietf.org/html/rfc4287>The Atom Syndication Format</a></cite>, M. Nottingham, R. Sayre. IETF.</dd>
 
    <dt id=refsBCP47>[BCP47]</dt>
-   <dd><cite><a href=http://www.ietf.org/rfc/bcp/bcp47.txt>Tags for
-   Identifying Languages; Matching of Language Tags</a></cite>,
-   A. Phillips, M. Davis. IETF.</dd>
+   <dd><cite><a href=http://www.ietf.org/rfc/bcp/bcp47.txt>Tags for Identifying Languages; Matching of Language Tags</a></cite>, A. Phillips, M. Davis. IETF.</dd>
 
    <dt id=refsBECSS>[BECSS]</dt>
-   <dd><cite><a href=http://www.w3.org/TR/becss/>Behavioral
-   Extensions to CSS</a></cite>, I. Hickson. W3C.</dd>
+   <dd><cite><a href=http://www.w3.org/TR/becss/>Behavioral Extensions to CSS</a></cite>, I. Hickson. W3C.</dd>
 
    <dt id=refsBEZIER>[BEZIER]</dt>
    <dd><cite>Courbes à poles</cite>, P. de Casteljau. INPI, 1959.</dd>
 
    <dt id=refsBIDI>[BIDI]</dt>
-   <dd><cite><a href=http://www.unicode.org/reports/tr9/>UAX #9: Unicode
-   Bidirectional Algorithm</a></cite>, M. Davis. Unicode Consortium.</dd>
+   <dd><cite><a href=http://www.unicode.org/reports/tr9/>UAX #9: Unicode Bidirectional Algorithm</a></cite>, M. Davis. Unicode Consortium.</dd>
 
    <dt id=refsBOCU1>[BOCU1]</dt>
-   <dd>(Non-normative) <cite><a href=http://www.unicode.org/notes/tn6/>UTN #6: BOCU-1:
-   MIME-Compatible Unicode Compression</a></cite>, M. Scherer,
-   M. Davis. Unicode Consortium.</dd>
+   <dd>(Non-normative) <cite><a href=http://www.unicode.org/notes/tn6/>UTN #6: BOCU-1: MIME-Compatible Unicode Compression</a></cite>, M. Scherer, M. Davis. Unicode Consortium.</dd>
 
    <dt id=refsCESU8>[CESU8]</dt>
-   <dd>(Non-normative) <cite><a href=http://www.unicode.org/reports/tr26/>UTR #26: Compatibility
-   Encoding Scheme For UTF-16: 8-BIT (CESU-8)</a></cite>,
-   T. Phipps. Unicode Consortium.</dd>
+   <dd>(Non-normative) <cite><a href=http://www.unicode.org/reports/tr26/>UTR #26: Compatibility Encoding Scheme For UTF-16: 8-BIT (CESU-8)</a></cite>, T. Phipps. Unicode Consortium.</dd>
 
    <dt id=refsCHARMOD>[CHARMOD]</dt>
-   <dd>(Non-normative) <cite><a href=http://www.w3.org/TR/charmod/>Character Model for the World
-   Wide Web 1.0: Fundamentals</a></cite>, M. Dürst, F. Yergeau,
-   R. Ishida, M. Wolf, T. Texin. W3C.</dd>
+   <dd>(Non-normative) <cite><a href=http://www.w3.org/TR/charmod/>Character Model for the World Wide Web 1.0: Fundamentals</a></cite>, M. Dürst, F. Yergeau, R. Ishida, M. Wolf, T. Texin. W3C.</dd>
 
    <dt id=refsCLDR>[CLDR]</dt>
    <dd><cite><a href=http://cldr.unicode.org/>Unicode Common Locale Data Repository</a></cite>. Unicode.</dd>
 
    <dt id=refsCOMPUTABLE>[COMPUTABLE]</dt>
-   <dd>(Non-normative) <cite><a href=http://www.turingarchive.org/browse.php/B/12>On computable
-   numbers, with an application to the
-   Entscheidungsproblem</a></cite>, A. Turing. In <cite>Proceedings of
-   the London Mathematical Society</cite>, series 2, volume 42, pages
-   230-265. London Mathematical Society, 1937.</dd>
+   <dd>(Non-normative) <cite><a href=http://www.turingarchive.org/browse.php/B/12>On computable numbers, with an application to the Entscheidungsproblem</a></cite>, A. Turing. In <cite>Proceedings of the London Mathematical Society</cite>, series 2, volume 42, pages 230-265. London Mathematical Society, 1937.</dd>
 
    <dt id=refsCOOKIES>[COOKIES]</dt>
-   <!--
-   <dd><cite><a href="http://tools.ietf.org/html/rfc2109">HTTP State Management Mechanism</a></cite>, D. Kristol, L. Montulli. IETF.</dd>
-   <dd><cite><a href="http://tools.ietf.org/html/rfc2965">HTTP State Management Mechanism</a></cite>, D. Kristol, L. Montulli. IETF.</dd>
-   -->
    <dd><cite><a href=http://tools.ietf.org/html/rfc6265>HTTP State Management Mechanism</a></cite>, A. Barth. IETF.</dd>
 
    <dt id=refsCORS>[CORS]</dt>
    <dd><cite><a href=http://fetch.spec.whatwg.org/>Cross-Origin Resource Sharing</a></cite>, A. van Kesteren. WHATWG.</dd>
 
    <dt id=refsCP50220>[CP50220]</dt>
-   <dd><cite><a href=http://www.iana.org/assignments/charset-reg/CP50220>CP50220</a></cite>,
-   Y. Naruse. IANA.</dd> <!-- really should be "NARUSE, Y." or some
-   such, but there's a western bias to these references for
-   consistency. sorry. -->
+   <dd><cite><a href=http://www.iana.org/assignments/charset-reg/CP50220>CP50220</a></cite>, Y. Naruse. IANA.</dd> <!-- really should be "NARUSE, Y." or some such, but there's a western bias to these references for consistency. sorry. -->
 
    <dt id=refsCP51932>[CP51932]</dt>
-   <dd><cite><a href=http://www.iana.org/assignments/charset-reg/CP51932>CP51932</a></cite>,
-   Y. Naruse. IANA.</dd> <!-- really should be "NARUSE, Y." or some
-   such, but there's a western bias to these references for
-   consistency. sorry. -->
+   <dd><cite><a href=http://www.iana.org/assignments/charset-reg/CP51932>CP51932</a></cite>, Y. Naruse. IANA.</dd> <!-- really should be "NARUSE, Y." or some such, but there's a western bias to these references for consistency. sorry. -->
 
    <dt id=refsCSP>[CSP]</dt>
    <dd>(Non-normative) <cite><a href=http://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specification.dev.html>Content Security Policy</a></cite>, B. Sterne, A. Barth. W3C.</dd>
@@ -105504,39 +105472,33 @@
    <dt id=refsCSS>[CSS]</dt>
    <dd><cite><a href=http://www.w3.org/TR/CSS2/>Cascading Style Sheets Level 2 Revision 1</a></cite>, B. Bos, T. Çelik, I. Hickson, H. Lie. W3C.</dd>
 
+   <dt id=refsCSSANIMATIONS>[CSSANIMATIONS]</dt>
+   <dd>(Non-normative) <cite><a href=http://dev.w3.org/csswg/css3-animations/>CSS Animations</a></cite>, D. Jackson, D. Hyatt, C. Marrin, S. Galineau, L. Baron. W3C.</dd>
+
    <dt id=refsCSSATTR>[CSSATTR]</dt>
    <dd><cite><a href=http://dev.w3.org/csswg/css-style-attr/>CSS Styling Attribute Syntax</a></cite>, T. Çelik, E. Etemad. W3C.</dd>
 
    <dt id=refsCSSCOLOR>[CSSCOLOR]</dt>
-   <!--
-   <dd><cite><a href="http://www.w3.org/TR/css3-color/">CSS Color
-   Module Level 3</a></cite>, T. Çelik, C. Lilley, L.
-   Baron. W3C.</dd>
-   -->
-   <dd><cite><a href=http://dev.w3.org/csswg/css3-color/>CSS Color
-   Module Level 3</a></cite>, T. Çelik, C. Lilley, L.
-   Baron. W3C.</dd>
+   <dd><cite><a href=http://dev.w3.org/csswg/css3-color/>CSS Color Module Level 3</a></cite>, T. Çelik, C. Lilley, L. Baron. W3C.</dd>
 
    <dt id=refsCSSFONTS>[CSSFONTS]</dt>
-   <dd><cite><a href=http://www.w3.org/TR/css3-fonts/>CSS Fonts
-   Module Level 3</a></cite>, J. Daggett. W3C.</dd>
+   <dd><cite><a href=http://www.w3.org/TR/css3-fonts/>CSS Fonts Module Level 3</a></cite>, J. Daggett. W3C.</dd>
 
    <dt id=refsCSSIMAGES>[CSSIMAGES]</dt>
-   <dd><cite><a href=http://dev.w3.org/csswg/css3-images/>CSS Image
-   Values and Replaced Content Module Level 3</a></cite>, E. Etemad,
-   T. Atkins. W3C.</dd>
+   <dd><cite><a href=http://dev.w3.org/csswg/css3-images/>CSS Image Values and Replaced Content Module Level 3</a></cite>, E. Etemad, T. Atkins. W3C.</dd>
 
    <dt id=refsCSSOM>[CSSOM]</dt>
-   <dd><cite><a href=http://dev.w3.org/csswg/cssom/>Cascading Style Sheets
-   Object Model (CSSOM)</a></cite>, A. van Kesteren. W3C.</dd>
+   <dd><cite><a href=http://dev.w3.org/csswg/cssom/>Cascading Style Sheets Object Model (CSSOM)</a></cite>, A. van Kesteren. W3C.</dd>
 
    <dt id=refsCSSOMVIEW>[CSSOMVIEW]</dt>
-   <dd><cite><a href=http://dev.w3.org/csswg/cssom-view/>CSSOM View
-   Module</a></cite>, A. van Kesteren. W3C.</dd>
+   <dd><cite><a href=http://dev.w3.org/csswg/cssom-view/>CSSOM View Module</a></cite>, A. van Kesteren. W3C.</dd>
 
    <dt id=refsCSSRUBY>[CSSRUBY]</dt>
    <dd><cite><a href=http://dev.w3.org/csswg/css3-ruby/>CSS3 Ruby Module</a></cite>, R. Ishida. W3C.</dd>
 
+   <dt id=refsCSSTRANSITIONS>[CSSTRANSITIONS]</dt>
+   <dd>(Non-normative) <cite><a href=http://dev.w3.org/csswg/css3-transitions/>CSS Transitions</a></cite>, D. Jackson, D. Hyatt, C. Marrin, L. Baron. W3C.</dd>
+
    <dt id=refsCSSUI>[CSSUI]</dt>
    <dd><cite><a href=http://dev.w3.org/csswg/css3-ui/>CSS3 Basic User Interface Module</a></cite>, T. Çelik. W3C.</dd>
 
@@ -105592,6 +105554,9 @@
    Standardization Technical Committee.</dd>
    <!-- http://www.iana.org/assignments/charset-reg/GBK -->
 
+   <dt id=refsGIF>[GIF]</dt>
+   <dd>(Non-normative) <cite><a href=http://www.w3.org/Graphics/GIF/spec-gif89a.txt>Graphics Interchange Format</a></cite>. CompuServe.</dd>
+
    <dt id=refsGRAPHICS>[GRAPHICS]</dt>
    <dd>(Non-normative) <cite>Computer Graphics: Principles and
    Practice in C</cite>, Second Edition, J. Foley, A. van Dam,
@@ -105623,6 +105588,9 @@
    Transfer Protocol — HTTP/1.1</a></cite>, R. Fielding, J. Gettys,
    J. Mogul, H.  Frystyk, L. Masinter, P. Leach, T. Berners-Lee. IETF.</dd>
 
+   <dt id=refsHTTPS>[HTTPS]</dt>
+   <dd>(Non-normative) <cite><a href=http://tools.ietf.org/html/rfc2818>HTTP Over TLS</a></cite>, E. Rescorla. IETF.</dd>
+
    <dt id=refsIANACHARSET>[IANACHARSET]</dt>
    <dd><cite><a href=http://www.iana.org/assignments/character-sets>Character
    Sets</a></cite>. IANA.</dd>
@@ -105675,6 +105643,9 @@
    <dt id=refsMIMESNIFF>[MIMESNIFF]</dt>
    <dd><cite><a href=http://mimesniff.spec.whatwg.org/>MIME Sniffing</a></cite>, A. Barth, I. Hickson. WHATWG.</dd>
 
+   <dt id=refsMNG>[MNG]</dt>
+   <dd><cite><a href=http://www.libpng.org/pub/mng/spec/>MNG (Multiple-image Network Graphics) Format</a></cite>. G. Randers-Pehrson.</dd>
+
    <dt id=refsMPEG2>[MPEG2]</dt>
    <dd><cite>ISO/IEC 13818-1: Information technology — Generic coding of moving pictures and associated audio information: Systems</cite>. ISO/IEC.</dd>
    <!-- search for ["bytes are removed from this buffer at a rate defined by sb_leak_rate"] to find it -->
@@ -106444,6 +106415,7 @@
   Mark Pilgrim,
   Mark Rowe<!--bdash-->,
   Mark Schenk,
+  Mark Vickers,
   Mark Wilton-Jones,
   Martijn Wargers,
   Martin Atkins,

Modified: source
===================================================================
--- source	2012-09-27 18:21:31 UTC (rev 7415)
+++ source	2012-09-27 23:14:24 UTC (rev 7416)
@@ -8561,9 +8561,9 @@
 <!--ADD-TOPIC:Security-->
   <h4>Encrypted HTTP and related security concerns</h4>
 
-  <p>Anything in this specification that refers to HTTP also applies
-  to HTTP-over-TLS, as represented by <span title="url">URLs</span>
-  representing the <code title="">https</code> scheme.</p>
+  <p>Anything in this specification that refers to HTTP also applies to HTTP-over-TLS, as
+  represented by <span title="url">URLs</span> representing the <code title="">https</code> scheme.
+  <a href="#refsHTTPS">[HTTPS]</a></p>
 
   <p class="warning">User agents should report certificate errors to
   the user and must either refuse to download resources sent with
@@ -26366,7 +26366,17 @@
   (XML files with an SVG root element that use declarative SMIL
   animation), and so forth. However, these definitions preclude SVG
   files with script, multipage PDF files, interactive MNG files, HTML
-  documents, plain text documents, and so forth.</p>
+  documents, plain text documents, and so forth.
+  <a href="#refsPNG">[PNG]</a>
+  <a href="#refsGIF">[GIF]</a>
+  <a href="#refsJPEG">[JPEG]</a>
+  <a href="#refsPDF">[PDF]</a>
+  <a href="#refsXML">[XML]</a>
+  <a href="#refsAPNG">[APNG]</a>
+  <!-- <a href="#refsAGIF">[AGIF]</a> -->
+  <a href="#refsSVG">[SVG]</a>
+  <a href="#refsMNG">[MNG]</a>
+  </p>
 
   <p>The <code>img</code> element must not be used as a layout tool.
   In particular, <code>img</code> elements should not be used to
@@ -42240,11 +42250,7 @@
    <dt><span title="element-dfn-contexts">Contexts in which this element can be used</span>:</dt>
    <dd>Where <span>embedded content</span> is expected.</dd>
    <dt><span title="element-dfn-content-model">Content model</span>:</dt>
-   <dd><span>Transparent</span><!--
---><!--END w3c-html--><!--FORK--><!--
--->, but with no <span>interactive content</span> descendants except for <code>a</code> elements, <code>button</code> elements, <code>input</code> elements whose <code title="attr-input-type">type</code> attribute are in the <span title="attr-input-type-checkbox">Checkbox</span> or <span title="attr-input-type-radio">Radio Button</span> states, and <code>input</code> elements that are <span title="concept-button">buttons</span><!--
---><!--START w3c-html--><!--FORK--><!--
--->.</dd> <!-- and maybe <select>, I guess? I've left it our for now, since I guess authors might make accessible selects if they're simple enough, and it's not obvious how to distinguish the simple ones from the complex ones... -->
+   <dd><span>Transparent</span>, but with no <span>interactive content</span> descendants except for <code>a</code> elements, <code>button</code> elements, <code>input</code> elements whose <code title="attr-input-type">type</code> attribute are in the <span title="attr-input-type-checkbox">Checkbox</span> or <span title="attr-input-type-radio">Radio Button</span> states, and <code>input</code> elements that are <span title="concept-button">buttons</span>.</dd> <!-- and maybe <select>, I guess? I've left it our for now, since I guess authors might make accessible selects if they're simple enough, and it's not obvious how to distinguish the simple ones from the complex ones... -->
    <dt><span title="element-dfn-attributes">Content attributes</span>:</dt>
    <dd><span>Global attributes</span></dd>
    <dd><code title="attr-canvas-width">width</code></dd>
@@ -42396,16 +42402,12 @@
     canvas. The first argument specifies the desired API. Subsequent
     arguments are handled by that API.</p>
 
-<!--END w3c-html--><!--2DCONTEXT-->
-
     <p>This specification defines the "<code
     title="canvas-context-2d">2d</code>" context below. There is also
     a specification that defines a "<code
     title="canvas-context-webgl">webgl</code>" context. <a
     href="#refsWEBGL">[WEBGL]</a></p>
 
-<!--START w3c-html--><!--2DCONTEXT-->
-
     <p>The list of defined contexts is given on the <a
     href="http://wiki.whatwg.org/wiki/CanvasContexts">WHATWG Wiki
     CanvasContexts page</a>. <a
@@ -42428,10 +42430,6 @@
   that element. When created, a <code>canvas</code> element must not
   have a <span>primary context</span>.</p>
 
-<!--END dev-html--><!--END complete--><!--2DCONTEXT-->
-  <p>The most commonly used primary context is the <a href="http://dev.w3.org/html5/2dcontext/">HTML Canvas 2D Context</a>.
-<!--START complete--><!--START dev-html--><!--2DCONTEXT-->
-
   <p>The <dfn title="dom-canvas-getContext"><code>getContext(<var
   title="">contextId</var>, <var
   title="">arguments...</var>)</code></dfn> method of the
@@ -42769,16 +42767,12 @@
   <!--REMOVE-TOPIC:DOM APIs-->
 
 
-  <!--END w3c-html--><!--2DCONTEXT-->
-
   <div data-component="HTML Canvas 2D Context (editor: Ian Hickson)">
 
   <h5 id="2dcontext">The 2D context</h5>
 
   <!-- v2: we're on v5. suggestions for subsequent versions are marked v6, v7, v8. -->
 
-  <!--START 2dcontext-->
-
   <p>This specification defines the <dfn
   title="canvas-context-2d"><code>2d</code></dfn> context type, whose
   API is implemented using the <code>CanvasRenderingContext2D</code>
@@ -82764,7 +82758,6 @@
     resource.</p>
 
    </li>
-<!--START w3c-html--><!--FORK--><!--APPCACHE-PREFER-ONLINE-->
 
    <li>
 
@@ -82789,12 +82782,10 @@
      </ul>
     </div>
 
-<!--END w3c-html--><!--DOWNLOAD-->
     <p>Responses with HTTP <code
     title="http-content-disposition">Content-Disposition</code>
     headers specifying the <code title="">attachment</code>
     disposition type must be handled <span>as a download</span>.</p>
-<!--START w3c-html--><!--DOWNLOAD-->
 
     <!-- theoretically, HTTP 205 processing would occur here,
     resetting all forms with no other effect. However, it seems nobody
@@ -116947,9 +116938,10 @@
 
   <h4>The <dfn><code>marquee</code></dfn> element</h4>
 
-  <p>The <code>marquee</code> element is a presentational element that
-  animates content. CSS transitions and animations are a more
-  appropriate mechanism.</p>
+  <p>The <code>marquee</code> element is a presentational element that animates content. CSS
+  transitions and animations are a more appropriate mechanism.
+  <a href="#refsCSSANIMATIONS">[CSSANIMATIONS]</a> <a href="#refsCSSTRANSITIONS">[CSSTRANSITIONS]</a>
+  </p>
 
   <p>The <span>task source</span> for tasks mentioned in this section
   is the <span>DOM manipulation task source</span>.</p>
@@ -123229,14 +123221,8 @@
   <dl>
 <!--REFERENCES ON-->
 
-   <dt id="refs2DCONTEXT">[2DCONTEXT]</dt>
-   <dd><cite><a href="http://dev.w3.org/html5/2dcontext/">HTML Canvas
-   2D Context</a></cite>, I. Hickson. W3C.</dd>
-
    <dt id="refsABNF">[ABNF]</dt>
-   <dd><cite><a href="http://www.ietf.org/rfc/std/std68.txt">Augmented
-   BNF for Syntax Specifications: ABNF</a></cite>, D. Crocker,
-   P. Overell. IETF.</dd>
+   <dd><cite><a href="http://www.ietf.org/rfc/std/std68.txt">Augmented BNF for Syntax Specifications: ABNF</a></cite>, D. Crocker, P. Overell. IETF.</dd>
 
    <dt id="refsABOUT">[ABOUT]</dt>
    <dd><cite><a href="http://tools.ietf.org/html/rfc6694">The 'about' URI scheme</a></cite>, S. Moonesamy. IETF.</dd>
@@ -123244,100 +123230,65 @@
    <dt id="refsAES128CTR">[AES128CTR]</dt>
    <dd><cite><a href="http://csrc.nist.gov/publications/fips/fips197/fips-197.pdf">Advanced Encryption Standard (AES)</a></cite>. NIST.</dd>
 
+   <dt id="refsAGIF">[AGIF]</dt>
+   <dd>(Non-normative) <cite><a href="http://odur.let.rug.nl/~kleiweg/gif/netscape.html">GIF Application Extension: NETSCAPE2.0</a></cite>. R. Frazier.</dd> <!-- (rather a dubious reference; let me know if you know a better one) -->
+
+   <dt id="refsAPNG">[APNG]</dt>
+   <dd>(Non-normative) <cite><a href="https://wiki.mozilla.org/APNG_Specification">APNG Specification</a></cite>. S. Parmenter, V. Vukicevic, A. Smith. Mozilla.</dd>
+
    <dt id="refsARIA">[ARIA]</dt>
-   <dd><cite><a href="http://www.w3.org/WAI/PF/aria/">Accessible Rich
-   Internet Applications (WAI-ARIA)</a></cite>, J. Craig, M. Cooper, L. Pappas,
-   R. Schwerdtfeger, L. Seeman. W3C.</dd>
+   <dd><cite><a href="http://www.w3.org/WAI/PF/aria/">Accessible Rich Internet Applications (WAI-ARIA)</a></cite>, J. Craig, M. Cooper, L. Pappas, R. Schwerdtfeger, L. Seeman. W3C.</dd>
 
    <dt id="refsARIAIMPL">[ARIAIMPL]</dt>
-   <dd><cite><a
-   href="http://www.w3.org/WAI/PF/aria-implementation/">WAI-ARIA 1.0
-   User Agent Implementation Guide</a></cite>, A. Snow-Weaver,
-   M. Cooper. W3C.</dd>
+   <dd><cite><a href="http://www.w3.org/WAI/PF/aria-implementation/">WAI-ARIA 1.0 User Agent Implementation Guide</a></cite>, A. Snow-Weaver, M. Cooper. W3C.</dd>
 
    <dt id="refsATAG">[ATAG]</dt>
-   <dd>(Non-normative) <cite><a
-   href="http://www.w3.org/TR/ATAG20/">Authoring Tool Accessibility
-   Guidelines (ATAG) 2.0</a></cite>, J. Richards, J. Spellman,
-   J. Treviranus. W3C.</dd>
+   <dd>(Non-normative) <cite><a href="http://www.w3.org/TR/ATAG20/">Authoring Tool Accessibility Guidelines (ATAG) 2.0</a></cite>, J. Richards, J. Spellman, J. Treviranus. W3C.</dd>
 
    <dt id="refsATOM">[ATOM]</dt>
-   <dd>(Non-normative) <cite><a
-   href="http://tools.ietf.org/html/rfc4287">The Atom Syndication
-   Format</a></cite>, M. Nottingham, R. Sayre. IETF.</dd>
+   <dd>(Non-normative) <cite><a href="http://tools.ietf.org/html/rfc4287">The Atom Syndication Format</a></cite>, M. Nottingham, R. Sayre. IETF.</dd>
 
    <dt id="refsBCP47">[BCP47]</dt>
-   <dd><cite><a href="http://www.ietf.org/rfc/bcp/bcp47.txt">Tags for
-   Identifying Languages; Matching of Language Tags</a></cite>,
-   A. Phillips, M. Davis. IETF.</dd>
+   <dd><cite><a href="http://www.ietf.org/rfc/bcp/bcp47.txt">Tags for Identifying Languages; Matching of Language Tags</a></cite>, A. Phillips, M. Davis. IETF.</dd>
 
    <dt id="refsBECSS">[BECSS]</dt>
-   <dd><cite><a href="http://www.w3.org/TR/becss/">Behavioral
-   Extensions to CSS</a></cite>, I. Hickson. W3C.</dd>
+   <dd><cite><a href="http://www.w3.org/TR/becss/">Behavioral Extensions to CSS</a></cite>, I. Hickson. W3C.</dd>
 
    <dt id="refsBEZIER">[BEZIER]</dt>
    <dd><cite>Courbes à poles</cite>, P. de Casteljau. INPI, 1959.</dd>
 
    <dt id="refsBIDI">[BIDI]</dt>
-   <dd><cite><a href="http://www.unicode.org/reports/tr9/">UAX #9: Unicode
-   Bidirectional Algorithm</a></cite>, M. Davis. Unicode Consortium.</dd>
+   <dd><cite><a href="http://www.unicode.org/reports/tr9/">UAX #9: Unicode Bidirectional Algorithm</a></cite>, M. Davis. Unicode Consortium.</dd>
 
    <dt id="refsBIG5">[BIG5]</dt>
-   <dd>(Non-normative) <cite>Chinese Coded Character Set in Computer</cite>. Institute
-   for Information Industry, March 1984.</dd>
+   <dd>(Non-normative) <cite>Chinese Coded Character Set in Computer</cite>. Institute for Information Industry, March 1984.</dd>
 
    <dt id="refsBOCU1">[BOCU1]</dt>
-   <dd>(Non-normative) <cite><a
-   href="http://www.unicode.org/notes/tn6/">UTN #6: BOCU-1:
-   MIME-Compatible Unicode Compression</a></cite>, M. Scherer,
-   M. Davis. Unicode Consortium.</dd>
+   <dd>(Non-normative) <cite><a href="http://www.unicode.org/notes/tn6/">UTN #6: BOCU-1: MIME-Compatible Unicode Compression</a></cite>, M. Scherer, M. Davis. Unicode Consortium.</dd>
 
    <dt id="refsCESU8">[CESU8]</dt>
-   <dd>(Non-normative) <cite><a
-   href="http://www.unicode.org/reports/tr26/">UTR #26: Compatibility
-   Encoding Scheme For UTF-16: 8-BIT (CESU-8)</a></cite>,
-   T. Phipps. Unicode Consortium.</dd>
+   <dd>(Non-normative) <cite><a href="http://www.unicode.org/reports/tr26/">UTR #26: Compatibility Encoding Scheme For UTF-16: 8-BIT (CESU-8)</a></cite>, T. Phipps. Unicode Consortium.</dd>
 
    <dt id="refsCHARMOD">[CHARMOD]</dt>
-   <dd>(Non-normative) <cite><a
-   href="http://www.w3.org/TR/charmod/">Character Model for the World
-   Wide Web 1.0: Fundamentals</a></cite>, M. Dürst, F. Yergeau,
-   R. Ishida, M. Wolf, T. Texin. W3C.</dd>
+   <dd>(Non-normative) <cite><a href="http://www.w3.org/TR/charmod/">Character Model for the World Wide Web 1.0: Fundamentals</a></cite>, M. Dürst, F. Yergeau, R. Ishida, M. Wolf, T. Texin. W3C.</dd>
 
    <dt id="refsCLDR">[CLDR]</dt>
    <dd><cite><a href="http://cldr.unicode.org/">Unicode Common Locale Data Repository</a></cite>. Unicode.</dd>
 
    <dt id="refsCOMPUTABLE">[COMPUTABLE]</dt>
-   <dd>(Non-normative) <cite><a
-   href="http://www.turingarchive.org/browse.php/B/12">On computable
-   numbers, with an application to the
-   Entscheidungsproblem</a></cite>, A. Turing. In <cite>Proceedings of
-   the London Mathematical Society</cite>, series 2, volume 42, pages
-   230-265. London Mathematical Society, 1937.</dd>
+   <dd>(Non-normative) <cite><a href="http://www.turingarchive.org/browse.php/B/12">On computable numbers, with an application to the Entscheidungsproblem</a></cite>, A. Turing. In <cite>Proceedings of the London Mathematical Society</cite>, series 2, volume 42, pages 230-265. London Mathematical Society, 1937.</dd>
 
    <dt id="refsCOOKIES">[COOKIES]</dt>
-   <!--
-   <dd><cite><a href="http://tools.ietf.org/html/rfc2109">HTTP State Management Mechanism</a></cite>, D. Kristol, L. Montulli. IETF.</dd>
-   <dd><cite><a href="http://tools.ietf.org/html/rfc2965">HTTP State Management Mechanism</a></cite>, D. Kristol, L. Montulli. IETF.</dd>
-   -->
    <dd><cite><a href="http://tools.ietf.org/html/rfc6265">HTTP State Management Mechanism</a></cite>, A. Barth. IETF.</dd>
 
    <dt id="refsCORS">[CORS]</dt>
    <dd><cite><a href="http://fetch.spec.whatwg.org/">Cross-Origin Resource Sharing</a></cite>, A. van Kesteren. WHATWG.</dd>
 
    <dt id="refsCP50220">[CP50220]</dt>
-   <dd><cite><a
-   href="http://www.iana.org/assignments/charset-reg/CP50220">CP50220</a></cite>,
-   Y. Naruse. IANA.</dd> <!-- really should be "NARUSE, Y." or some
-   such, but there's a western bias to these references for
-   consistency. sorry. -->
+   <dd><cite><a href="http://www.iana.org/assignments/charset-reg/CP50220">CP50220</a></cite>, Y. Naruse. IANA.</dd> <!-- really should be "NARUSE, Y." or some such, but there's a western bias to these references for consistency. sorry. -->
 
    <dt id="refsCP51932">[CP51932]</dt>
-   <dd><cite><a
-   href="http://www.iana.org/assignments/charset-reg/CP51932">CP51932</a></cite>,
-   Y. Naruse. IANA.</dd> <!-- really should be "NARUSE, Y." or some
-   such, but there's a western bias to these references for
-   consistency. sorry. -->
+   <dd><cite><a href="http://www.iana.org/assignments/charset-reg/CP51932">CP51932</a></cite>, Y. Naruse. IANA.</dd> <!-- really should be "NARUSE, Y." or some such, but there's a western bias to these references for consistency. sorry. -->
 
    <dt id="refsCSP">[CSP]</dt>
    <dd>(Non-normative) <cite><a href="http://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specification.dev.html">Content Security Policy</a></cite>, B. Sterne, A. Barth. W3C.</dd>
@@ -123345,39 +123296,33 @@
    <dt id="refsCSS">[CSS]</dt>
    <dd><cite><a href="http://www.w3.org/TR/CSS2/">Cascading Style Sheets Level 2 Revision 1</a></cite>, B. Bos, T. Çelik, I. Hickson, H. Lie. W3C.</dd>
 
+   <dt id="refsCSSANIMATIONS">[CSSANIMATIONS]</dt>
+   <dd>(Non-normative) <cite><a href="http://dev.w3.org/csswg/css3-animations/">CSS Animations</a></cite>, D. Jackson, D. Hyatt, C. Marrin, S. Galineau, L. Baron. W3C.</dd>
+
    <dt id="refsCSSATTR">[CSSATTR]</dt>
    <dd><cite><a href="http://dev.w3.org/csswg/css-style-attr/">CSS Styling Attribute Syntax</a></cite>, T. Çelik, E. Etemad. W3C.</dd>
 
    <dt id="refsCSSCOLOR">[CSSCOLOR]</dt>
-   <!--
-   <dd><cite><a href="http://www.w3.org/TR/css3-color/">CSS Color
-   Module Level 3</a></cite>, T. Çelik, C. Lilley, L.
-   Baron. W3C.</dd>
-   -->
-   <dd><cite><a href="http://dev.w3.org/csswg/css3-color/">CSS Color
-   Module Level 3</a></cite>, T. Çelik, C. Lilley, L.
-   Baron. W3C.</dd>
+   <dd><cite><a href="http://dev.w3.org/csswg/css3-color/">CSS Color Module Level 3</a></cite>, T. Çelik, C. Lilley, L. Baron. W3C.</dd>
 
    <dt id="refsCSSFONTS">[CSSFONTS]</dt>
-   <dd><cite><a href="http://www.w3.org/TR/css3-fonts/">CSS Fonts
-   Module Level 3</a></cite>, J. Daggett. W3C.</dd>
+   <dd><cite><a href="http://www.w3.org/TR/css3-fonts/">CSS Fonts Module Level 3</a></cite>, J. Daggett. W3C.</dd>
 
    <dt id="refsCSSIMAGES">[CSSIMAGES]</dt>
-   <dd><cite><a href="http://dev.w3.org/csswg/css3-images/">CSS Image
-   Values and Replaced Content Module Level 3</a></cite>, E. Etemad,
-   T. Atkins. W3C.</dd>
+   <dd><cite><a href="http://dev.w3.org/csswg/css3-images/">CSS Image Values and Replaced Content Module Level 3</a></cite>, E. Etemad, T. Atkins. W3C.</dd>
 
    <dt id="refsCSSOM">[CSSOM]</dt>
-   <dd><cite><a href="http://dev.w3.org/csswg/cssom/">Cascading Style Sheets
-   Object Model (CSSOM)</a></cite>, A. van Kesteren. W3C.</dd>
+   <dd><cite><a href="http://dev.w3.org/csswg/cssom/">Cascading Style Sheets Object Model (CSSOM)</a></cite>, A. van Kesteren. W3C.</dd>
 
    <dt id="refsCSSOMVIEW">[CSSOMVIEW]</dt>
-   <dd><cite><a href="http://dev.w3.org/csswg/cssom-view/">CSSOM View
-   Module</a></cite>, A. van Kesteren. W3C.</dd>
+   <dd><cite><a href="http://dev.w3.org/csswg/cssom-view/">CSSOM View Module</a></cite>, A. van Kesteren. W3C.</dd>
 
    <dt id="refsCSSRUBY">[CSSRUBY]</dt>
    <dd><cite><a href="http://dev.w3.org/csswg/css3-ruby/">CSS3 Ruby Module</a></cite>, R. Ishida. W3C.</dd>
 
+   <dt id="refsCSSTRANSITIONS">[CSSTRANSITIONS]</dt>
+   <dd>(Non-normative) <cite><a href="http://dev.w3.org/csswg/css3-transitions/">CSS Transitions</a></cite>, D. Jackson, D. Hyatt, C. Marrin, L. Baron. W3C.</dd>
+
    <dt id="refsCSSUI">[CSSUI]</dt>
    <dd><cite><a href="http://dev.w3.org/csswg/css3-ui/">CSS3 Basic User Interface Module</a></cite>, T. Çelik. W3C.</dd>
 
@@ -123387,9 +123332,6 @@
    <dt id="refsDASH">[DASH]</dt>
    <dd><cite><a href="http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=57623">Dynamic adaptive streaming over HTTP (DASH)</a></cite>. ISO.</dd>
 
-   <dt id="refsDOM2HTML">[DOM2HTML]</dt>
-   <dd>(Non-normative) <cite><a href="http://www.w3.org/TR/DOM-Level-2-HTML/">Document Object Model (DOM) Level 2 HTML Specification</a></cite>, J. Stenback, P. Le Hégaret, A. Le Hors. W3C.</dd>
-
    <dt id="refsDOMCORE">[DOMCORE]</dt>
    <dd><cite><a href="http://dom.spec.whatwg.org/">Web DOM Core</a></cite>, A. van Kesteren. WHATWG.</dd>
 
@@ -123410,8 +123352,7 @@
    href="http://www.ecma-international.org/publications/standards/Ecma-262.htm">ECMAScript Language Specification</a></cite>. ECMA.</dd>
 
    <dt id="refsECMA357">[ECMA357]</dt>
-   <dd>(Non-normative) <cite><a
-   href="http://www.ecma-international.org/publications/standards/Ecma-357.htm">ECMAScript for XML (E4X) Specification</a></cite>. ECMA.</dd>
+   <dd>(Non-normative) <cite><a href="http://www.ecma-international.org/publications/standards/Ecma-357.htm">ECMAScript for XML (E4X) Specification</a></cite>. ECMA.</dd>
 
    <dt id="refsEDITING">[EDITING]</dt>
    <dd><cite><a href="http://aryeh.name/spec/editing/editing.html">HTML Editing APIs</a></cite>, A. Gregor.</dd>
@@ -123449,6 +123390,9 @@
    Standardization Technical Committee.</dd>
    <!-- http://www.iana.org/assignments/charset-reg/GBK -->
 
+   <dt id="refsGIF">[GIF]</dt>
+   <dd>(Non-normative) <cite><a href="http://www.w3.org/Graphics/GIF/spec-gif89a.txt">Graphics Interchange Format</a></cite>. CompuServe.</dd>
+
    <dt id="refsGRAPHICS">[GRAPHICS]</dt>
    <dd>(Non-normative) <cite>Computer Graphics: Principles and
    Practice in C</cite>, Second Edition, J. Foley, A. van Dam,
@@ -123516,6 +123460,9 @@
    Transfer Protocol — HTTP/1.1</a></cite>, R. Fielding, J. Gettys,
    J. Mogul, H.  Frystyk, L. Masinter, P. Leach, T. Berners-Lee. IETF.</dd>
 
+   <dt id="refsHTTPS">[HTTPS]</dt>
+   <dd>(Non-normative) <cite><a href="http://tools.ietf.org/html/rfc2818">HTTP Over TLS</a></cite>, E. Rescorla. IETF.</dd>
+
    <dt id="refsIANACHARSET">[IANACHARSET]</dt>
    <dd><cite><a
    href="http://www.iana.org/assignments/character-sets">Character
@@ -123584,6 +123531,9 @@
    <dt id="refsMIMESNIFF">[MIMESNIFF]</dt>
    <dd><cite><a href="http://mimesniff.spec.whatwg.org/">MIME Sniffing</a></cite>, A. Barth, I. Hickson. WHATWG.</dd>
 
+   <dt id="refsMNG">[MNG]</dt>
+   <dd><cite><a href="http://www.libpng.org/pub/mng/spec/">MNG (Multiple-image Network Graphics) Format</a></cite>. G. Randers-Pehrson.</dd>
+
    <dt id="refsMPEG2">[MPEG2]</dt>
    <dd><cite>ISO/IEC 13818-1: Information technology — Generic coding of moving pictures and associated audio information: Systems</cite>. ISO/IEC.</dd>
    <!-- search for ["bytes are removed from this buffer at a rate defined by sb_leak_rate"] to find it -->
@@ -124061,30 +124011,6 @@
    <dd>(Non-normative) <cite><a href=""></a></cite>, . .</dd>
 -->
 
-<!--END complete-->
-
-   <dt id="refsRFC2109">[RFC2109]</dt>
-   <dd><cite><a href="http://tools.ietf.org/html/rfc2109">HTTP State
-   Management Mechanism</a></cite>, D. Kristol,
-   L. Montulli. IETF.</dd>
-
-   <dt id="refsRFC2616">[RFC2616]</dt>
-   <dd><cite><a href="http://tools.ietf.org/html/rfc2616">Hypertext
-   Transfer Protocol — HTTP/1.1</a></cite>, R. Fielding, J. Gettys,
-   J. Mogul, H.  Frystyk, L. Masinter, P. Leach, T. Berners-Lee. IETF.</dd>
-
-   <dt id="refsRFC2965">[RFC2965]</dt>
-   <dd><cite><a href="http://tools.ietf.org/html/rfc2965">HTTP State
-   Management Mechanism</a></cite>, D. Kristol,
-   L. Montulli. IETF.</dd>
-
-   <dt id="refsRFC5234">[RFC5234]</dt>
-   <dd><cite><a href="http://www.ietf.org/rfc/std/std68.txt">Augmented
-   BNF for Syntax Specifications: ABNF</a></cite>, D. Crocker,
-   P. Overell. IETF.</dd>
-
-<!--START complete-->
-
 <!--REFERENCES OFF-->
   </dl>
 
@@ -124482,6 +124408,7 @@
   Mark Pilgrim,
   Mark Rowe<!--bdash-->,
   Mark Schenk,
+  Mark Vickers,
   Mark Wilton-Jones,
   Martijn Wargers,
   Martin Atkins,




More information about the Commit-Watchers mailing list