html5/spec-author-view/tools preprocess.xsl,1.80,1.81

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

Modified Files:
	preprocess.xsl 
Log Message:
Attempt to reorganise the rendering section to make it more usable for implementors (whatwg r6276)

[updated by splitter]


Index: preprocess.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/preprocess.xsl,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- preprocess.xsl	2 Jul 2011 03:59:26 -0000	1.80
+++ preprocess.xsl	2 Jul 2011 04:59:21 -0000	1.81
@@ -480,21 +480,12 @@
       | p[child::dfn[@id = 'dom-input-indeterminate']]
       | p[child::dfn[@id = 'dom-media-startoffsettime']]
       | p[child::dfn[@id = 'dom-tokenlist-tostring']]
-      | p[child::dfn[starts-with(@id, 'dom-datatransferitemlist-')]]
-      | p[child::dfn[starts-with(@id, 'dom-form-')]][not(@id = 'dom-form-nameditem')][not(@id = 'dom-form-reset')]
       | p[child::dfn[starts-with(@id, 'dom-iframe-')]]
       | p[child::dfn[starts-with(@id, 'dom-image-')]]
       | p[child::dfn[starts-with(@id, 'dom-object-')]]
       | p[child::dfn[starts-with(@id, 'dom-option-')]]
       | p[child::dfn[starts-with(@id, 'dom-select-')]]
       | p[child::dfn[starts-with(@id, 'dom-textarea-')]]
-      | p[child::dfn[starts-with(@id, 'dom-texttrack-')]]
-      | p[child::dfn[starts-with(@id, 'dom-texttrackcue-')]]
-      | p[child::dfn[starts-with(@id, 'dom-texttrackcuelist-')]]
-      | p[child::dfn[starts-with(@id, 'dom-window-')]][not(starts-with(@id, 'dom-window-nameditem'))]
-      | p[child::dfn[starts-with(@id, 'dom-windowtimers-')]][not(@id = 'dom-windowtimers-settimeout')]
-      | dl[descendant::dfn[starts-with(@id, 'dom-textarea-')]]
-      | dl[descendant::dfn[starts-with(@id, 'dom-texttrack-')]]
       ">
       <xsl:text>&#10;</xsl:text>
       <p>

Received on Saturday, 2 July 2011 04:59:24 UTC