Bugzilla – Bug 115
<button> and <select> need to be associated with <form> elements. Also, make the wording for <frameset> more consistent with other wording.
Last modified: 2008-03-07 13:54:29 CET
Index: source =================================================================== --- source (revision 1318) +++ source (revision 1319) @@ -39721,6 +39721,12 @@ <p><span>Insert an HTML element</span> for the token.</p> + <p>If the <span><code title="">form</code> element pointer</span> + is not null, then <span>associate</span><!--XXX xref! --> the + <code>button</code> element with the <code>form</code> element + pointed to by the <span><code title="">form</code> element + pointer</span>.</p> + <p>Insert a marker at the end of the <span>list of active formatting elements</span>.</p> @@ -39975,6 +39981,12 @@ <p><span>Insert an HTML element</span> for the token.</p> + <p>If the <span><code title="">form</code> element pointer</span> + is not null, then <span>associate</span><!--XXX xref! --> the + <code>select</code> element with the <code>form</code> element + pointed to by the <span><code title="">form</code> element + pointer</span>.</p> + <p>Change the <span>insertion mode</span> to "<span title="insertion mode: in select">in select</span>".</p> @@ -40963,8 +40975,7 @@ <dt>A start tag whose tag name is "frameset"</dt> <dd> - <p><span title="Insert an HTML element">Insert a - <code>frameset</code> element</span> for the token.</p> + <p><span>Insert an HTML element</span> for the token.</p> </dd> <dt>An end tag whose tag name is "frameset"</dt>