html5/spec-author-view/tools preprocess.xsl,1.36,1.37

Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv31271/tools

Modified Files:
	preprocess.xsl 
Log Message:
Fix the usage of CORS with <img> to support redirects and to support an unprompted CORS response. (whatwg r6143)

[updated by splitter]


Index: preprocess.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/preprocess.xsl,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- preprocess.xsl	10 May 2011 14:26:51 -0000	1.36
+++ preprocess.xsl	22 May 2011 09:11:35 -0000	1.37
@@ -84,12 +84,12 @@
 </ul>
 <ul>
   <li>
-    <a class="noindex" href="#the-h1-element">h1</a>
-    <a class="noindex" href="#the-h2-element">h2</a>
-    <a class="noindex" href="#the-h3-element">h3</a>
-    <a class="noindex" href="#the-h4-element">h4</a>
-    <a class="noindex" href="#the-h5-element">h5</a>
-    <a class="noindex" href="#the-h6-element">h6</a>
+    <a class="noindex" href="#the-h1-h2-h3-h4-h5-and-h6-lements">h1</a>
+    <a class="noindex" href="#the-h1-h2-h3-h4-h5-and-h6-lements">h2</a>
+    <a class="noindex" href="#the-h1-h2-h3-h4-h5-and-h6-lements">h3</a>
+    <a class="noindex" href="#the-h1-h2-h3-h4-h5-and-h6-lements">h4</a>
+    <a class="noindex" href="#the-h1-h2-h3-h4-h5-and-h6-lements">h5</a>
+    <a class="noindex" href="#the-h1-h2-h3-h4-h5-and-h6-lements">h6</a>
     <a class="noindex" href="#the-head-element">head</a>
     <a class="noindex" href="#the-header-element">header</a>
     <a class="noindex" href="#the-hgroup-element">hgroup</a>
@@ -159,9 +159,9 @@
   <li>
     <a class="noindex" href="#the-strong-element">strong</a>
     <a class="noindex" href="#the-style-element">style</a>
-    <a class="noindex" href="#the-sub-element">sub</a>
+    <a class="noindex" href="#the-sub-and-sup-elements">sub</a>
     <a class="noindex" href="#the-summary-element">summary</a>
-    <a class="noindex" href="#the-sup-element">sup</a>
+    <a class="noindex" href="#the-sub-and-sup-elements">sup</a>
   </li>
 </ul>
 <ul>

Received on Sunday, 22 May 2011 09:11:38 UTC