[html5] r5540 - [giow] (2) Make the .method IDL attribute return lowercase values. Fixing http:/ [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Sep 28 16:20:24 PDT 2010
Author: ianh
Date: 2010-09-28 16:20:23 -0700 (Tue, 28 Sep 2010)
New Revision: 5540
Modified:
complete.html
index
source
Log:
[giow] (2) Make the .method IDL attribute return lowercase values.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10388
Modified: complete.html
===================================================================
--- complete.html 2010-09-28 23:18:18 UTC (rev 5539)
+++ complete.html 2010-09-28 23:20:23 UTC (rev 5540)
@@ -45791,19 +45791,19 @@
content attributes are <a href=#enumerated-attribute title="enumerated attribute">enumerated
attributes</a> with the following keywords and states:</p>
- <ul><li>The keyword <dfn id=attr-fs-method-get-keyword title=attr-fs-method-GET-keyword><code>GET</code></dfn>, mapping
+ <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>
Modified: index
===================================================================
--- index 2010-09-28 23:18:18 UTC (rev 5539)
+++ index 2010-09-28 23:20:23 UTC (rev 5540)
@@ -45771,19 +45771,19 @@
content attributes are <a href=#enumerated-attribute title="enumerated attribute">enumerated
attributes</a> with the following keywords and states:</p>
- <ul><li>The keyword <dfn id=attr-fs-method-get-keyword title=attr-fs-method-GET-keyword><code>GET</code></dfn>, mapping
+ <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>
Modified: source
===================================================================
--- source 2010-09-28 23:18:18 UTC (rev 5539)
+++ source 2010-09-28 23:20:23 UTC (rev 5540)
@@ -51354,22 +51354,22 @@
<ul>
<li>The keyword <dfn
- title="attr-fs-method-GET-keyword"><code>GET</code></dfn>, mapping
+ title="attr-fs-method-GET-keyword"><code>get</code></dfn>, mapping
to the state <dfn title="attr-fs-method-GET">GET</dfn>, indicating
the HTTP GET method.</li>
<li>The keyword <dfn
- title="attr-fs-method-POST-keyword"><code>POST</code></dfn>, mapping
+ title="attr-fs-method-POST-keyword"><code>post</code></dfn>, mapping
to the state <dfn title="attr-fs-method-POST">POST</dfn>, indicating
the HTTP POST method.</li>
<li>The keyword <dfn
- title="attr-fs-method-PUT-keyword"><code>PUT</code></dfn>, mapping
+ title="attr-fs-method-PUT-keyword"><code>put</code></dfn>, mapping
to the state <dfn title="attr-fs-method-PUT">PUT</dfn>, indicating
the HTTP PUT method.</li>
<li>The keyword <dfn
- title="attr-fs-method-DELETE-keyword"><code>DELETE</code></dfn>, mapping
+ title="attr-fs-method-DELETE-keyword"><code>delete</code></dfn>, mapping
to the state <dfn title="attr-fs-method-DELETE">DELETE</dfn>, indicating
the HTTP DELETE method.</li>
More information about the Commit-Watchers
mailing list