html5/markup-spec/tools generate-spec-source.xsl,1.166,1.167

Update of /sources/public/html5/markup-spec/tools
In directory hutz:/tmp/cvs-serv3016/tools

Modified Files:
	generate-spec-source.xsl 
Log Message:
fixed problem that was causing attribute description for th@headers to get dropped on the floor


Index: generate-spec-source.xsl
===================================================================
RCS file: /sources/public/html5/markup-spec/tools/generate-spec-source.xsl,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -d -r1.166 -r1.167
--- generate-spec-source.xsl	29 Apr 2009 16:16:39 -0000	1.166
+++ generate-spec-source.xsl	30 Apr 2009 10:40:49 -0000	1.167
@@ -2334,6 +2334,7 @@
         test="not(preceding::*[@href=$href])
         or starts-with($href,'#edit.attrs')
         or starts-with($href,'#aria-')
+        or $href='#tables.attrs.headers'
         or $href='#common-form.attrs.form'
         ">
         <xsl:variable name="ref">

Received on Thursday, 30 April 2009 10:41:00 UTC