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

Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv18713/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.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- preprocess.xsl	1 Jul 2011 11:16:48 -0000	1.79
+++ preprocess.xsl	2 Jul 2011 03:59:26 -0000	1.80
@@ -467,13 +467,10 @@
       | p[child::dfn[@id = 'dom-audio-s']]
       | p[child::dfn[@id = 'dom-base-href']]
       | p[child::dfn[@id = 'dom-cva-validity']]
-      | p[child::dfn[@id = 'dom-document-nameditem']]
       | p[child::dfn[@id = 'dom-dragevent-initdragevent']]
       | p[child::dfn[@id = 'dom-external']]
       | p[child::dfn[@id = 'dom-fieldset-elements']]
       | p[child::dfn[@id = 'dom-history']]
-      | p[child::dfn[@id = 'dom-htmlallcollection-nameditem']]
-      | p[child::dfn[@id = 'dom-htmloptionscollection-remove']]
       | p[child::dfn[@id = 'dom-keygen-type']]
       | p[child::dfn[@id = 'dom-meter-value']]
       | p[child::dfn[@id = 'dom-hashchangeevent-inithashchangeevent']]
@@ -482,10 +479,9 @@
       | p[child::dfn[@id = 'dom-progress-value']]
       | p[child::dfn[@id = 'dom-input-indeterminate']]
       | p[child::dfn[@id = 'dom-media-startoffsettime']]
-      | p[child::dfn[@id = 'dom-radionodelist-value']]
       | p[child::dfn[@id = 'dom-tokenlist-tostring']]
       | p[child::dfn[starts-with(@id, 'dom-datatransferitemlist-')]]
-      | p[child::dfn[starts-with(@id, 'dom-form-')]]
+      | 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-')]]
@@ -495,8 +491,8 @@
       | 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-')]]
-      | p[child::dfn[starts-with(@id, 'dom-windowtimers-')]]
+      | 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-')]]
       ">

Received on Saturday, 2 July 2011 03:59:29 UTC