[html5] r2155 - [] (0) WF2: Make sure all elements returned by form.elements have a 'type' DOM a [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Sep 4 15:53:44 PDT 2008


Author: ianh
Date: 2008-09-04 15:53:43 -0700 (Thu, 04 Sep 2008)
New Revision: 2155

Modified:
   index
   source
Log:
[] (0) WF2: Make sure all elements returned by form.elements have a 'type' DOM attribute.

Modified: index
===================================================================
--- index	2008-09-04 22:48:01 UTC (rev 2154)
+++ index	2008-09-04 22:53:43 UTC (rev 2155)
@@ -26588,6 +26588,8 @@
            attribute DOMString <span title=dom-fieldset-disabled>disabled</span>;
   readonly attribute <a href="#htmlformelement">HTMLFormElement</a> <span title=dom-fieldset-form>form</span>;
 
+  readonly attribute DOMString <span title=dom-select-type>type</span>;
+
   readonly attribute <a href="#htmlformcontrolscollection0">HTMLFormControlsCollection</a> <span title=dom-fieldset-elements>elements</span>;
 
   readonly attribute boolean <span title=dom-fieldset-willValidate>willValidate</span>;
@@ -27134,7 +27136,7 @@
 
    <dt>Element-specific attributes:
 
-   <dd><code title=attr-output-for>for/code></code>
+   <dd><code title=attr-output-for>for</code>
 
    <dd><code title=attr-output-form>form</code>
 

Modified: source
===================================================================
--- source	2008-09-04 22:48:01 UTC (rev 2154)
+++ source	2008-09-04 22:53:43 UTC (rev 2155)
@@ -23945,6 +23945,8 @@
            attribute DOMString <span title="dom-fieldset-disabled">disabled</span>;
   readonly attribute <span>HTMLFormElement</span> <span title="dom-fieldset-form">form</span>;
 
+  readonly attribute DOMString <span title="dom-select-type">type</span>;
+
   readonly attribute <span>HTMLFormControlsCollection</span> <span title="dom-fieldset-elements">elements</span>;
 
   readonly attribute boolean <span title="dom-fieldset-willValidate">willValidate</span>;
@@ -24350,7 +24352,7 @@
    <dt>Content model:</dt>
    <dd><span>Phrasing content</span>.</dd>
    <dt>Element-specific attributes:</dt>
-   <dd><code title="attr-output-for">for/code></dd>
+   <dd><code title="attr-output-for">for</code></dd>
    <dd><code title="attr-output-form">form</code></dd>
    <dd><code title="attr-output-name">name</code></dd>
    <dt>DOM interface:</dt>




More information about the Commit-Watchers mailing list