Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[] (0) WF2: Make sure all elements returned by form.elements have a '…
…type' DOM attribute.

git-svn-id: http://svn.whatwg.org/webapps@2155 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 4, 2008
1 parent 952f47d commit 31ccbd2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion index
Expand Up @@ -26588,6 +26588,8 @@ function AddCloud(data, x, y) { ... }</pre>
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>;
Expand Down Expand Up @@ -27134,7 +27136,7 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href="#htmlelem

<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>

Expand Down
4 changes: 3 additions & 1 deletion source
Expand Up @@ -23945,6 +23945,8 @@ function AddCloud(data, x, y) { ... }</pre>
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>;
Expand Down Expand Up @@ -24350,7 +24352,7 @@ interface <dfn>HTMLOptionElement</dfn> : <span>HTMLElement</span> {
<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>
Expand Down

0 comments on commit 31ccbd2

Please sign in to comment.