html5/spec-author-view/tools preprocess.xsl,1.21,1.22

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

Modified Files:
	preprocess.xsl 
Log Message:
Looks like whitespace stripping needs to happen to non-keywords too. (whatwg r6123)

[updated by splitter]


Index: preprocess.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/preprocess.xsl,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- preprocess.xsl	8 May 2011 03:44:15 -0000	1.21
+++ preprocess.xsl	8 May 2011 03:53:56 -0000	1.22
@@ -147,7 +147,7 @@
       <a href="#the-nav-element">nav</a>,
       <a href="#the-article-element">article</a>,
       <a href="#the-aside-element">aside</a>,
-      <a href="#the-h1-h2-h3-h4-h5-and-h6-element">h1, h2, h3, h4, h5, h6</a>,
+      <a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h1, h2, h3, h4, h5, h6</a>,
       <a href="#the-hgroup-element">hgroup</a>,
       <a href="#the-header-element">header</a>,
       <a href="#the-footer-element">footer</a>,

Received on Sunday, 8 May 2011 03:54:00 UTC