html5/spec Overview.html,1.4426,1.4427

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8624

Modified Files:
	Overview.html 
Log Message:
Make the .method IDL attribute return lowercase values. (whatwg r5540)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4426
retrieving revision 1.4427
diff -u -d -r1.4426 -r1.4427
--- Overview.html	28 Sep 2010 23:18:23 -0000	1.4426
+++ Overview.html	28 Sep 2010 23:20:29 -0000	1.4427
@@ -34699,19 +34699,19 @@
   attribute, if <em>it</em> has one, or else the empty string.<hr><p>The <dfn id="attr-fs-method" title="attr-fs-method"><code>method</code></dfn> and
   <dfn id="attr-fs-formmethod" title="attr-fs-formmethod"><code>formmethod</code></dfn>
   content attributes are <a href="#enumerated-attribute" title="enumerated attribute">enumerated
-  attributes</a> with the following keywords and states:<ul><li>The keyword <dfn id="attr-fs-method-get-keyword" title="attr-fs-method-GET-keyword"><code>GET</code></dfn>, mapping
+  attributes</a> with the following keywords and states:<ul><li>The keyword <dfn id="attr-fs-method-get-keyword" title="attr-fs-method-GET-keyword"><code>get</code></dfn>, mapping
    to the state <dfn id="attr-fs-method-get" title="attr-fs-method-GET">GET</dfn>, indicating
    the HTTP GET method.</li>
 
-   <li>The keyword <dfn id="attr-fs-method-post-keyword" title="attr-fs-method-POST-keyword"><code>POST</code></dfn>, mapping
+   <li>The keyword <dfn id="attr-fs-method-post-keyword" title="attr-fs-method-POST-keyword"><code>post</code></dfn>, mapping
    to the state <dfn id="attr-fs-method-post" title="attr-fs-method-POST">POST</dfn>, indicating
    the HTTP POST method.</li>
 
-   <li>The keyword <dfn id="attr-fs-method-put-keyword" title="attr-fs-method-PUT-keyword"><code>PUT</code></dfn>, mapping
+   <li>The keyword <dfn id="attr-fs-method-put-keyword" title="attr-fs-method-PUT-keyword"><code>put</code></dfn>, mapping
    to the state <dfn id="attr-fs-method-put" title="attr-fs-method-PUT">PUT</dfn>, indicating
    the HTTP PUT method.</li>
 
-   <li>The keyword <dfn id="attr-fs-method-delete-keyword" title="attr-fs-method-DELETE-keyword"><code>DELETE</code></dfn>, mapping
+   <li>The keyword <dfn id="attr-fs-method-delete-keyword" title="attr-fs-method-DELETE-keyword"><code>delete</code></dfn>, mapping
    to the state <dfn id="attr-fs-method-delete" title="attr-fs-method-DELETE">DELETE</dfn>, indicating
    the HTTP DELETE method.</li>
 

Received on Tuesday, 28 September 2010 23:20:34 UTC