html5/markup Makefile,1.113,1.114 Overview.html,1.472,1.473 button.submit.html,1.87,1.88 form.html,1.91,1.92 index.html,1.18,1.19 input.image.html,1.95,1.96 input.submit.html,1.91,1.92 patch-schema,1.97,1.98 schema.html,1.29,1.30 spec.html,1.296,1.297

Update of /sources/public/html5/markup
In directory hutz:/tmp/cvs-serv9328

Modified Files:
	Makefile Overview.html button.submit.html form.html index.html 
	input.image.html input.submit.html patch-schema schema.html 
	spec.html 
Log Message:
undoc now-invalid put,delete on method,formmethod


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/markup/Overview.html,v
retrieving revision 1.472
retrieving revision 1.473
diff -u -d -r1.472 -r1.473
--- Overview.html	7 Dec 2010 09:46:00 -0000	1.472
+++ Overview.html	8 Dec 2010 10:32:47 -0000	1.473
@@ -13,7 +13,7 @@
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
 <div class="head">
 <h1>HTML: The Markup Language Reference</h1>
-<h2>Unofficial Editor&#8217;s Draft <em>7 December 2010</em>
+<h2>Unofficial Editor&#8217;s Draft <em>8 December 2010</em>
 </h2>
 <dt>Editors:</dt>
 <dd>
@@ -66,7 +66,7 @@
       <h2>Status of this Document </h2>
     
     <p>
-        This document is the 7 December 2010 Editor&#8217;s Draft of 
+        This document is the 8 December 2010 Editor&#8217;s Draft of 
         <cite>HTML: The Markup Language Reference</cite>.
       
       If you&#8217;d like to comment on this document, the preferred
@@ -106,13 +106,7 @@
     </dl>
 </div>
 </div>
-    <p>
-          Publication as
-          an Editor&#8217;s Draft does not imply endorsement by the
-          W3C Membership. This is a draft document and may be updated, replaced
-          or obsoleted by other documents at any time. It is inappropriate to cite
-          this document as other than work in progress.
-        </p>
+    
     </div>
 <div class="toc" id="toc">
 

Index: schema.html
===================================================================
RCS file: /sources/public/html5/markup/schema.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- schema.html	7 Dec 2010 09:46:01 -0000	1.29
+++ schema.html	8 Dec 2010 10:32:48 -0000	1.30
@@ -5122,10 +5122,8 @@
 </div>
 <div class='define' id='form.attrs.method.data-define'>
   <div class='patternname' id='the-form.attrs.method.data'><a href='#the-form.attrs.method.data'>method.data</a> =</div>
-  <span class='pattern' id='form.attrs.method.data'> <span class='agroupof'>d:string "get"
-                          <span class='postfix or'>or</span> d:string "post"</span>
-   <span class='postfix or'>or</span>  <span class='agroupof'>d:string "put"
-                                                              <span class='postfix or'>or</span> d:string "delete"</span></span>
+  <span class='pattern' id='form.attrs.method.data'>d:string "get"
+   <span class='postfix or'>or</span> d:string "post"</span>
 </div>
 <div class='define' id='form.attrs.enctype-define'>
   <div class='patternname' id='the-form.attrs.enctype'><a href='#the-form.attrs.enctype'>enctype</a> =</div>
@@ -5244,9 +5242,7 @@
 <div class='define' id='shared-form.attrs.formmethod.data-define'>
   <div class='patternname' id='the-shared-form.attrs.formmethod.data'><a href='#the-shared-form.attrs.formmethod.data'>formmethod.data</a> =</div>
   <span class='pattern' id='shared-form.attrs.formmethod.data'>d:string "get"
-   <span class='postfix or'>or</span> d:string "post"
-   <span class='postfix or'>or</span> d:string "put"
-   <span class='postfix or'>or</span> d:string "delete"</span>
+   <span class='postfix or'>or</span> d:string "post"</span>
 </div>
 <div class='define' id='shared-form.attrs.formtarget-define'>
   <div class='patternname' id='the-shared-form.attrs.formtarget'><a href='#the-shared-form.attrs.formtarget'>formtarget</a> =</div>

Index: Makefile
===================================================================
RCS file: /sources/public/html5/markup/Makefile,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -d -r1.113 -r1.114
--- Makefile	7 Dec 2010 09:46:00 -0000	1.113
+++ Makefile	8 Dec 2010 10:32:46 -0000	1.114
@@ -56,7 +56,7 @@
 	@echo $(MULTIPAGE_SPEC_FILES)
 
 patch-schema: $(SCHEMA_FILES)
-	$(HG) $(HGFLAGS) diff syntax/relaxng > $@
+	$(HG) $(HGFLAGS) diff -X "*datatype/java*" syntax/relaxng > $@
 
 html.rng: $(SCHEMA_FILES)
 	$(TRANG) $(TRANGFLAGS) html.rnc $@
@@ -291,7 +291,8 @@
 syntax:
 ifneq ($(WHATTF_SCHEMA),)
 	cp -pR $(WHATTF_SCHEMA) syntax
-	-$(PATCH) $(PATCHFLAGS) < patch-schema
+	$(RM) -f syntax/datatype
+	-$(PATCH) $(PATCHFLAGS) -p1 -d syntax < patch-schema
 endif
 
 clean:

Index: input.image.html
===================================================================
RCS file: /sources/public/html5/markup/input.image.html,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- input.image.html	3 Dec 2010 07:23:26 -0000	1.95
+++ input.image.html	8 Dec 2010 10:32:48 -0000	1.96
@@ -169,9 +169,7 @@
             <dt id="input.image.attrs.formmethod" title="input.image.attrs.formmethod">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fs-formmethod">&#9432;</a>
 <span class="attribute-name">formmethod</span> = <span class="attr-values"> "get"
-   <span class="postfix or">or</span>  "post"
-   <span class="postfix or">or</span>  "put"
-   <span class="postfix or">or</span>  "delete"</span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+   <span class="postfix or">or</span>  "post"</span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="input.image.html#input.image.attrs.formmethod">#</a>
 </dt>
             <dd>The HTTP method with which a UA is meant to associate

Index: patch-schema
===================================================================
RCS file: /sources/public/html5/markup/patch-schema,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- patch-schema	3 Dec 2010 07:23:27 -0000	1.97
+++ patch-schema	8 Dec 2010 10:32:48 -0000	1.98
@@ -1,284 +1,343 @@
-Index: syntax/relaxng/revision.rnc
-===================================================================
---- syntax/relaxng/revision.rnc	(revision 577)
-+++ syntax/relaxng/revision.rnc	(working copy)
-@@ -2,17 +2,6 @@
- ##  RELAX NG Schema for HTML 5: Revision Annotations                  #
+diff -r b7c516d99a63 relaxng/applications.rnc
+--- a/relaxng/applications.rnc	Wed Dec 08 01:47:47 2010 +0900
++++ b/relaxng/applications.rnc	Wed Dec 08 17:50:00 2010 +0900
+@@ -4,18 +4,6 @@
+ ##  RELAX NG Schema for HTML 5: Web Application Features              #
[...1525 lines suppressed...]
--		oli.attrs.value =
-+		li.attrs.value =
- 			attribute value {
- 				common.data.integer
+-	textarea.attrs.rows-and-cols-wf1.inner &=
+-		notAllowed
+-	textarea.attrs.rows-and-cols-wf1 |= 
+-		empty
+ 	textarea.attrs &=
+ 		(	shared-form.attrs.maxlength?
+ 		&	shared-form.attrs.autofocus? 
+@@ -739,7 +732,7 @@
  			}
+ 		form.attrs.target = 
+ 			attribute target {
+-				common.data.browsing-context-or-keyword
++				common.data.browsing-context-name-or-keyword
+ 			}
+ 		form.attrs.autocomplete = 
+ 			attribute autocomplete {

Index: index.html
===================================================================
RCS file: /sources/public/html5/markup/index.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- index.html	7 Dec 2010 09:46:01 -0000	1.18
+++ index.html	8 Dec 2010 10:32:48 -0000	1.19
@@ -13,7 +13,7 @@
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
 <div class="head">
 <h1>HTML: The Markup Language Reference</h1>
-<h2>Unofficial Editor&#8217;s Draft <em>7 December 2010</em>
+<h2>Unofficial Editor&#8217;s Draft <em>8 December 2010</em>
 </h2>
 <dt>Editors:</dt>
 <dd>
@@ -66,7 +66,7 @@
       <h2>Status of this Document </h2>
     
     <p>
-        This document is the 7 December 2010 Editor&#8217;s Draft of 
+        This document is the 8 December 2010 Editor&#8217;s Draft of 
         <cite>HTML: The Markup Language Reference</cite>.
       
       If you&#8217;d like to comment on this document, the preferred
@@ -106,13 +106,7 @@
     </dl>
 </div>
 </div>
-    <p>
-          Publication as
-          an Editor&#8217;s Draft does not imply endorsement by the
-          W3C Membership. This is a draft document and may be updated, replaced
-          or obsoleted by other documents at any time. It is inappropriate to cite
-          this document as other than work in progress.
-        </p>
+    
     </div>
 <div class="toc" id="toc">
 

Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.296
retrieving revision 1.297
diff -u -d -r1.296 -r1.297
--- spec.html	7 Dec 2010 09:46:01 -0000	1.296
+++ spec.html	8 Dec 2010 10:32:48 -0000	1.297
@@ -10,7 +10,7 @@
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
 <div class="head">
 <h1>HTML: The Markup Language Reference</h1>
-<h2>Unofficial Editor&#8217;s Draft <em>7 December 2010</em>
+<h2>Unofficial Editor&#8217;s Draft <em>8 December 2010</em>
 </h2>
 <dt>Editors:</dt>
 <dd>
@@ -63,7 +63,7 @@
       <h2>Status of this Document </h2>
     
     <p>
-        This document is the 7 December 2010 Editor&#8217;s Draft of 
+        This document is the 8 December 2010 Editor&#8217;s Draft of 
         <cite>HTML: The Markup Language Reference</cite>.
       
       If you&#8217;d like to comment on this document, the preferred
@@ -103,13 +103,7 @@
     </dl>
 </div>
 </div>
-    <p>
-          Publication as
-          an Editor&#8217;s Draft does not imply endorsement by the
-          W3C Membership. This is a draft document and may be updated, replaced
-          or obsoleted by other documents at any time. It is inappropriate to cite
-          this document as other than work in progress.
-        </p>
+    
     </div>
 <div class="toc" id="toc">
 
@@ -5099,9 +5093,7 @@
             <dt id="button.submit.attrs.formmethod" title="button.submit.attrs.formmethod">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fs-formmethod">&#9432;</a>
 <span class="attribute-name">formmethod</span> = <span class="attr-values"> "get"
-   <span class="postfix or">or</span>  "post"
-   <span class="postfix or">or</span>  "put"
-   <span class="postfix or">or</span>  "delete"</span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+   <span class="postfix or">or</span>  "post"</span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="#button.submit.attrs.formmethod">#</a>
 </dt>
             <dd>The HTTP method with which a UA is meant to associate
@@ -7919,10 +7911,8 @@
           
             <dt id="form.attrs.method" title="form.attrs.method">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fs-method">&#9432;</a>
-<span class="attribute-name">method</span> = <span class="attr-values"> <span class="agroupof"> "get"
-                          <span class="postfix or">or</span>  "post"</span>
-   <span class="postfix or">or</span>  <span class="agroupof"> "put"
-                                                              <span class="postfix or">or</span>  "delete"</span></span> 
+<span class="attribute-name">method</span> = <span class="attr-values"> "get"
+   <span class="postfix or">or</span>  "post"</span> 
 <a class="hash" href="#form.attrs.method">#</a>
 </dt>
             <dd>The HTTP method with which a UA is meant to associate
@@ -11279,9 +11269,7 @@
             <dt id="input.submit.attrs.formmethod" title="input.submit.attrs.formmethod">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fs-formmethod">&#9432;</a>
 <span class="attribute-name">formmethod</span> = <span class="attr-values"> "get"
-   <span class="postfix or">or</span>  "post"
-   <span class="postfix or">or</span>  "put"
-   <span class="postfix or">or</span>  "delete"</span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+   <span class="postfix or">or</span>  "post"</span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="#input.submit.attrs.formmethod">#</a>
 </dt>
             <dd>The HTTP method with which a UA is meant to associate
@@ -12254,9 +12242,7 @@
             <dt id="input.image.attrs.formmethod" title="input.image.attrs.formmethod">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fs-formmethod">&#9432;</a>
 <span class="attribute-name">formmethod</span> = <span class="attr-values"> "get"
-   <span class="postfix or">or</span>  "post"
-   <span class="postfix or">or</span>  "put"
-   <span class="postfix or">or</span>  "delete"</span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+   <span class="postfix or">or</span>  "post"</span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="#input.image.attrs.formmethod">#</a>
 </dt>
             <dd>The HTTP method with which a UA is meant to associate

Index: form.html
===================================================================
RCS file: /sources/public/html5/markup/form.html,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- form.html	24 Oct 2010 21:55:42 -0000	1.91
+++ form.html	8 Dec 2010 10:32:48 -0000	1.92
@@ -72,10 +72,8 @@
           
             <dt id="form.attrs.method" title="form.attrs.method">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fs-method">&#9432;</a>
-<span class="attribute-name">method</span> = <span class="attr-values"> <span class="agroupof"> "get"
-                          <span class="postfix or">or</span>  "post"</span>
-   <span class="postfix or">or</span>  <span class="agroupof"> "put"
-                                                              <span class="postfix or">or</span>  "delete"</span></span> 
+<span class="attribute-name">method</span> = <span class="attr-values"> "get"
+   <span class="postfix or">or</span>  "post"</span> 
 <a class="hash" href="form.html#form.attrs.method">#</a>
 </dt>
             <dd>The HTTP method with which a UA is meant to associate

Index: input.submit.html
===================================================================
RCS file: /sources/public/html5/markup/input.submit.html,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- input.submit.html	3 Dec 2010 07:23:27 -0000	1.91
+++ input.submit.html	8 Dec 2010 10:32:48 -0000	1.92
@@ -149,9 +149,7 @@
             <dt id="input.submit.attrs.formmethod" title="input.submit.attrs.formmethod">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fs-formmethod">&#9432;</a>
 <span class="attribute-name">formmethod</span> = <span class="attr-values"> "get"
-   <span class="postfix or">or</span>  "post"
-   <span class="postfix or">or</span>  "put"
-   <span class="postfix or">or</span>  "delete"</span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+   <span class="postfix or">or</span>  "post"</span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="input.submit.html#input.submit.attrs.formmethod">#</a>
 </dt>
             <dd>The HTTP method with which a UA is meant to associate

Index: button.submit.html
===================================================================
RCS file: /sources/public/html5/markup/button.submit.html,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- button.submit.html	24 Oct 2010 21:55:41 -0000	1.87
+++ button.submit.html	8 Dec 2010 10:32:48 -0000	1.88
@@ -151,9 +151,7 @@
             <dt id="button.submit.attrs.formmethod" title="button.submit.attrs.formmethod">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fs-formmethod">&#9432;</a>
 <span class="attribute-name">formmethod</span> = <span class="attr-values"> "get"
-   <span class="postfix or">or</span>  "post"
-   <span class="postfix or">or</span>  "put"
-   <span class="postfix or">or</span>  "delete"</span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+   <span class="postfix or">or</span>  "post"</span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="button.submit.html#button.submit.attrs.formmethod">#</a>
 </dt>
             <dd>The HTTP method with which a UA is meant to associate

Received on Wednesday, 8 December 2010 10:32:54 UTC