html5/spec acknowledgements.html,1.959,1.960 browsers.html,1.949,1.950 dom.html,1.955,1.956 editing.html,1.950,1.951 embedded-content-0.html,1.941,1.942 forms.html,1.948,1.949 history.html,1.945,1.946 iana.html,1.280,1.281 index.html,1.951,1.952 infrastructure.html,1.963,1.964 interactive-elements.html,1.947,1.948 introduction.html,1.952,1.953 named-character-references.html,1.942,1.943 obsolete.html,1.945,1.946 offline.html,1.943,1.944 references.html,1.949,1.950 semantics.html,1.963,1.964 spec.html,1.993,1.994 syntax.html,1.956,1.957 tabular-data.html,1.944,1.945 text-level-semantics.html,1.949,1.950 the-canvas-element.html,1.816,1.817 the-xhtml-syntax.html,1.954,1.955 video.html,1.824,1.825 webappapis.html,1.78,1.79

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv17090

Modified Files:
	acknowledgements.html browsers.html dom.html editing.html 
	embedded-content-0.html forms.html history.html iana.html 
	index.html infrastructure.html interactive-elements.html 
	introduction.html named-character-references.html 
	obsolete.html offline.html references.html semantics.html 
	spec.html syntax.html tabular-data.html 
	text-level-semantics.html the-canvas-element.html 
	the-xhtml-syntax.html video.html webappapis.html 
Log Message:
Forgot to remove one of the cases that used the outline algorithm with no-alt imgs. (whatwg r5038)

[updated by splitter]


Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec/infrastructure.html,v
retrieving revision 1.963
retrieving revision 1.964
diff -u -d -r1.963 -r1.964
--- infrastructure.html	13 Apr 2010 10:06:45 -0000	1.963
+++ infrastructure.html	13 Apr 2010 21:27:13 -0000	1.964
@@ -290,7 +290,7 @@
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
-   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4052.</p>
+   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4053.</p>
 
 
    </div><div>

Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec/text-level-semantics.html,v
retrieving revision 1.949
retrieving revision 1.950
diff -u -d -r1.949 -r1.950
--- text-level-semantics.html	13 Apr 2010 10:06:46 -0000	1.949
+++ text-level-semantics.html	13 Apr 2010 21:27:14 -0000	1.950
@@ -290,7 +290,7 @@
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
-   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4052.</p>
+   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4053.</p>
 
 
    </div><div>
@@ -2479,7 +2479,8 @@
     information in response to navigation, provide caption information
     for the image, derived as follows:</p>
 
-    <ol><li><p>If the image has a <code title="attr-title"><a href="dom.html#the-title-attribute">title</a></code>
+    <ol><!-- when editing this list, search for the two other occurrences
+     of 'critical-no-alt' --><li><p>If the image has a <code title="attr-title"><a href="dom.html#the-title-attribute">title</a></code>
      attribute whose value is not the empty string, then the value of
      that attribute is the caption information; abort these
      steps.</p></li>
@@ -2489,19 +2490,6 @@
      contents of the first such <code><a href="semantics.html#the-figcaption-element">figcaption</a></code> element are
      the caption information; abort these steps.</p></li>
 
-     <li><p>Run the algorithm to create the <a href="semantics.html#outline">outline</a> for
-     the document.</p></li>
-
-     <li><p>If the <code><a href="#the-img-element">img</a></code> element did not end up associated
-     with a heading in the outline, or if there are any other images
-     that are lacking an <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code>
-     attribute and that are associated with the same heading in the
-     outline as the <code><a href="#the-img-element">img</a></code> element in question, then there
-     is no caption information; abort these steps.</p></li>
-
-     <li><p>The caption information is the heading with which the
-     image is associated according to the outline.</p></li>
-
     </ol></dd>
 
    <dt>If the <code title="attr-img-src"><a href="#attr-img-src">src</a></code> attribute is not
@@ -3259,8 +3247,8 @@
     attribute's value may be omitted, but one of the following
     conditions must be met as well:</p>
 
-    <ul><!-- when editing this list, don't forget to update the "Guidance
-     for conformance checkers" section below --><li>The <code title="attr-title"><a href="dom.html#the-title-attribute">title</a></code> attribute is
+    <ul><!-- when editing this list, search for the two other occurrences
+     of 'critical-no-alt' --><li>The <code title="attr-title"><a href="dom.html#the-title-attribute">title</a></code> attribute is
      present and has a non-empty value.</li>
 
      <li>The <code><a href="#the-img-element">img</a></code> element is in a <code><a href="semantics.html#the-figure-element">figure</a></code>
@@ -3446,8 +3434,8 @@
   <p>A conformance checker must report the lack of an <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attribute as an error unless one of
   the conditions listed below applies:</p>
 
-  <ul><!-- don't forget to update the list in the id="unknown-images"
-   section above when editing this list --><li>The <code title="attr-title"><a href="dom.html#the-title-attribute">title</a></code> attribute is present
+  <ul><!-- when editing this list, search for the two other occurrences
+   of 'critical-no-alt' --><li>The <code title="attr-title"><a href="dom.html#the-title-attribute">title</a></code> attribute is present
    and has a non-empty value (as <a href="#unknown-images">described
    above</a>).</li>
 

Index: the-canvas-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-canvas-element.html,v
retrieving revision 1.816
retrieving revision 1.817
diff -u -d -r1.816 -r1.817
--- the-canvas-element.html	13 Apr 2010 10:06:46 -0000	1.816
+++ the-canvas-element.html	13 Apr 2010 21:27:14 -0000	1.817
@@ -290,7 +290,7 @@
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
-   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4052.</p>
+   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4053.</p>
 
 
    </div><div>

Index: tabular-data.html
===================================================================
RCS file: /sources/public/html5/spec/tabular-data.html,v
retrieving revision 1.944
retrieving revision 1.945
diff -u -d -r1.944 -r1.945
--- tabular-data.html	13 Apr 2010 10:06:46 -0000	1.944
+++ tabular-data.html	13 Apr 2010 21:27:14 -0000	1.945
@@ -290,7 +290,7 @@
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
-   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4052.</p>
+   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4053.</p>
 
 
    </div><div>

Index: embedded-content-0.html
===================================================================
RCS file: /sources/public/html5/spec/embedded-content-0.html,v
retrieving revision 1.941
retrieving revision 1.942
diff -u -d -r1.941 -r1.942
--- embedded-content-0.html	13 Apr 2010 10:06:45 -0000	1.941
+++ embedded-content-0.html	13 Apr 2010 21:27:13 -0000	1.942
@@ -290,7 +290,7 @@
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
-   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4052.</p>
+   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4053.</p>
 
 
    </div><div>

Index: dom.html
===================================================================
RCS file: /sources/public/html5/spec/dom.html,v
retrieving revision 1.955
retrieving revision 1.956
diff -u -d -r1.955 -r1.956
--- dom.html	13 Apr 2010 10:06:45 -0000	1.955
+++ dom.html	13 Apr 2010 21:27:12 -0000	1.956
@@ -290,7 +290,7 @@
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
-   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4052.</p>
+   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4053.</p>
 
 
    </div><div>

Index: references.html
===================================================================
RCS file: /sources/public/html5/spec/references.html,v
retrieving revision 1.949
retrieving revision 1.950
diff -u -d -r1.949 -r1.950
--- references.html	13 Apr 2010 10:06:45 -0000	1.949
+++ references.html	13 Apr 2010 21:27:14 -0000	1.950
@@ -290,7 +290,7 @@
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
-   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4052.</p>
+   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4053.</p>
 
 
    </div><div>

Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec/acknowledgements.html,v
retrieving revision 1.959
retrieving revision 1.960
diff -u -d -r1.959 -r1.960
--- acknowledgements.html	13 Apr 2010 10:06:44 -0000	1.959
+++ acknowledgements.html	13 Apr 2010 21:27:12 -0000	1.960
@@ -289,7 +289,7 @@
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
-   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4052.</p>
+   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4053.</p>
 
 
    </div><div>

Index: iana.html
===================================================================
RCS file: /sources/public/html5/spec/iana.html,v
retrieving revision 1.280
retrieving revision 1.281
diff -u -d -r1.280 -r1.281
--- iana.html	13 Apr 2010 10:06:45 -0000	1.280
+++ iana.html	13 Apr 2010 21:27:13 -0000	1.281
@@ -290,7 +290,7 @@
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
-   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4052.</p>
+   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4053.</p>
 
 
    </div><div>

Index: forms.html
===================================================================
RCS file: /sources/public/html5/spec/forms.html,v
retrieving revision 1.948
retrieving revision 1.949
diff -u -d -r1.948 -r1.949
--- forms.html	13 Apr 2010 10:06:45 -0000	1.948
+++ forms.html	13 Apr 2010 21:27:13 -0000	1.949
@@ -290,7 +290,7 @@
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
-   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4052.</p>
+   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4053.</p>
 
 
    </div><div>

Index: interactive-elements.html
===================================================================
RCS file: /sources/public/html5/spec/interactive-elements.html,v
retrieving revision 1.947
retrieving revision 1.948
diff -u -d -r1.947 -r1.948
--- interactive-elements.html	13 Apr 2010 10:06:45 -0000	1.947
+++ interactive-elements.html	13 Apr 2010 21:27:13 -0000	1.948
@@ -290,7 +290,7 @@
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
-   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4052.</p>
+   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4053.</p>
 
 
    </div><div>

Index: editing.html
===================================================================
RCS file: /sources/public/html5/spec/editing.html,v
retrieving revision 1.950
retrieving revision 1.951
diff -u -d -r1.950 -r1.951
--- editing.html	13 Apr 2010 10:06:45 -0000	1.950
+++ editing.html	13 Apr 2010 21:27:13 -0000	1.951
@@ -290,7 +290,7 @@
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
-   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4052.</p>
+   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4053.</p>
 
 
    </div><div>

Index: video.html
===================================================================
RCS file: /sources/public/html5/spec/video.html,v
retrieving revision 1.824
retrieving revision 1.825
diff -u -d -r1.824 -r1.825
--- video.html	13 Apr 2010 10:06:46 -0000	1.824
+++ video.html	13 Apr 2010 21:27:14 -0000	1.825
@@ -290,7 +290,7 @@
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
-   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4052.</p>
+   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4053.</p>
 
 
    </div><div>

Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec/browsers.html,v
retrieving revision 1.949
retrieving revision 1.950
diff -u -d -r1.949 -r1.950
--- browsers.html	13 Apr 2010 10:06:44 -0000	1.949
+++ browsers.html	13 Apr 2010 21:27:12 -0000	1.950
@@ -290,7 +290,7 @@
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
-   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4052.</p>
+   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4053.</p>
 
 
    </div><div>

Index: the-xhtml-syntax.html
===================================================================
RCS file: /sources/public/html5/spec/the-xhtml-syntax.html,v
retrieving revision 1.954
retrieving revision 1.955
diff -u -d -r1.954 -r1.955
--- the-xhtml-syntax.html	13 Apr 2010 10:06:46 -0000	1.954
+++ the-xhtml-syntax.html	13 Apr 2010 21:27:14 -0000	1.955
@@ -290,7 +290,7 @@
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
-   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4052.</p>
+   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4053.</p>
 
 
    </div><div>

Index: offline.html
===================================================================
RCS file: /sources/public/html5/spec/offline.html,v
retrieving revision 1.943
retrieving revision 1.944
diff -u -d -r1.943 -r1.944
--- offline.html	13 Apr 2010 10:06:45 -0000	1.943
+++ offline.html	13 Apr 2010 21:27:14 -0000	1.944
@@ -290,7 +290,7 @@
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
-   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4052.</p>
+   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4053.</p>
 
 
    </div><div>

Index: obsolete.html
===================================================================
RCS file: /sources/public/html5/spec/obsolete.html,v
retrieving revision 1.945
retrieving revision 1.946
diff -u -d -r1.945 -r1.946
--- obsolete.html	13 Apr 2010 10:06:45 -0000	1.945
+++ obsolete.html	13 Apr 2010 21:27:13 -0000	1.946
@@ -290,7 +290,7 @@
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
-   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4052.</p>
+   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4053.</p>
 
 
    </div><div>

Index: named-character-references.html
===================================================================
RCS file: /sources/public/html5/spec/named-character-references.html,v
retrieving revision 1.942
retrieving revision 1.943
diff -u -d -r1.942 -r1.943
--- named-character-references.html	13 Apr 2010 10:06:45 -0000	1.942
+++ named-character-references.html	13 Apr 2010 21:27:13 -0000	1.943
@@ -290,7 +290,7 @@
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
-   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4052.</p>
+   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4053.</p>
 
 
    </div><div>

Index: history.html
===================================================================
RCS file: /sources/public/html5/spec/history.html,v
retrieving revision 1.945
retrieving revision 1.946
diff -u -d -r1.945 -r1.946
--- history.html	13 Apr 2010 10:06:45 -0000	1.945
+++ history.html	13 Apr 2010 21:27:13 -0000	1.946
@@ -290,7 +290,7 @@
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
-   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4052.</p>
+   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4053.</p>
 
 
    </div><div>

Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec/semantics.html,v
retrieving revision 1.963
retrieving revision 1.964
diff -u -d -r1.963 -r1.964
--- semantics.html	13 Apr 2010 10:06:45 -0000	1.963
+++ semantics.html	13 Apr 2010 21:27:14 -0000	1.964
@@ -290,7 +290,7 @@
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
-   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4052.</p>
+   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4053.</p>
 
 
    </div><div>

Index: index.html
===================================================================
RCS file: /sources/public/html5/spec/index.html,v
retrieving revision 1.951
retrieving revision 1.952
diff -u -d -r1.951 -r1.952
--- index.html	13 Apr 2010 10:06:45 -0000	1.951
+++ index.html	13 Apr 2010 21:27:13 -0000	1.952
@@ -290,7 +290,7 @@
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
-   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4052.</p>
+   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4053.</p>
 
 
    </div><div>

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.993
retrieving revision 1.994
diff -u -d -r1.993 -r1.994
--- spec.html	13 Apr 2010 10:06:46 -0000	1.993
+++ spec.html	13 Apr 2010 21:27:14 -0000	1.994
@@ -307,7 +307,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>.
-This is revision 1.4052.
+This is revision 1.4053.
    </p> 
    <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Index: introduction.html
===================================================================
RCS file: /sources/public/html5/spec/introduction.html,v
retrieving revision 1.952
retrieving revision 1.953
diff -u -d -r1.952 -r1.953
--- introduction.html	13 Apr 2010 10:06:45 -0000	1.952
+++ introduction.html	13 Apr 2010 21:27:13 -0000	1.953
@@ -289,7 +289,7 @@
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
-   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4052.</p>
+   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4053.</p>
 
 
    </div><div>

Index: syntax.html
===================================================================
RCS file: /sources/public/html5/spec/syntax.html,v
retrieving revision 1.956
retrieving revision 1.957
diff -u -d -r1.956 -r1.957
--- syntax.html	13 Apr 2010 10:06:46 -0000	1.956
+++ syntax.html	13 Apr 2010 21:27:14 -0000	1.957
@@ -290,7 +290,7 @@
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
-   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4052.</p>
+   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4053.</p>
 
 
    </div><div>

Index: webappapis.html
===================================================================
RCS file: /sources/public/html5/spec/webappapis.html,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- webappapis.html	13 Apr 2010 10:06:46 -0000	1.78
+++ webappapis.html	13 Apr 2010 21:27:15 -0000	1.79
@@ -290,7 +290,7 @@
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
-   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4052.</p>
+   <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4053.</p>
 
 
    </div><div>

Received on Tuesday, 13 April 2010 21:27:20 UTC