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

Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv416/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.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- preprocess.xsl	22 May 2011 09:11:35 -0000	1.37
+++ preprocess.xsl	22 May 2011 09:29:00 -0000	1.38
@@ -84,12 +84,12 @@
 </ul>
 <ul>
   <li>
-    <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-h1-h2-h3-h4-h5-and-h6-elements">h1</a>
+    <a class="noindex" href="#the-h1-h2-h3-h4-h5-and-h6-elements">h2</a>
+    <a class="noindex" href="#the-h1-h2-h3-h4-h5-and-h6-elements">h3</a>
+    <a class="noindex" href="#the-h1-h2-h3-h4-h5-and-h6-elements">h4</a>
+    <a class="noindex" href="#the-h1-h2-h3-h4-h5-and-h6-elements">h5</a>
+    <a class="noindex" href="#the-h1-h2-h3-h4-h5-and-h6-elements">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>

Received on Sunday, 22 May 2011 09:29:04 UTC