[html5] r2635 - [e] (0) add missing feature note

whatwg at whatwg.org whatwg at whatwg.org
Tue Jan 6 04:24:44 PST 2009


Author: ianh
Date: 2009-01-06 04:24:43 -0800 (Tue, 06 Jan 2009)
New Revision: 2635

Modified:
   index
   source
Log:
[e] (0) add missing feature note

Modified: index
===================================================================
--- index	2009-01-01 21:53:05 UTC (rev 2634)
+++ index	2009-01-06 12:24:43 UTC (rev 2635)
@@ -21,7 +21,7 @@
   <div class=head>
    <p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <h1>HTML 5</h1>
-   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 1 January 2009</h2>
+   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 6 January 2009</h2>
    <p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <dl><dt>Multiple-page version:</dt>
@@ -55623,6 +55623,13 @@
        and "base-sixteen", the order that 0-9 A-Z a-z is mentioned,
        and the detail to which the spec explains how to interpret a
        string as a hexadecimal number.
+ XXX * expose the form data set, either as an object (on which one can
+       invoke the JSON serialiser), or in the form of a method on
+       HTMLFormElement that returns the form data set serialised
+       according to a particular encoding (defaulting to the form's
+       enctype="" one, probably). This would allow forms to be used
+       with XHR-like systems without having to manually construct the
+       form data set the way that is done today.
 -->
 
  

Modified: source
===================================================================
--- source	2009-01-01 21:53:05 UTC (rev 2634)
+++ source	2009-01-06 12:24:43 UTC (rev 2635)
@@ -60755,6 +60755,13 @@
        and "base-sixteen", the order that 0-9 A-Z a-z is mentioned,
        and the detail to which the spec explains how to interpret a
        string as a hexadecimal number.
+ XXX * expose the form data set, either as an object (on which one can
+       invoke the JSON serialiser), or in the form of a method on
+       HTMLFormElement that returns the form data set serialised
+       according to a particular encoding (defaulting to the form's
+       enctype="" one, probably). This would allow forms to be used
+       with XHR-like systems without having to manually construct the
+       form data set the way that is done today.
 -->
 
  </body>




More information about the Commit-Watchers mailing list