[Bug 10216] When inserting a <form> element in table we need to set the form element pointer to point to the element created.

http://www.w3.org/Bugs/Public/show_bug.cgi?id=10216


Adam Barth <w3c@adambarth.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1
                 CC|                            |eric@webkit.org,
                   |                            |w3c@adambarth.com
           Severity|normal                      |critical




--- Comment #1 from Adam Barth <w3c@adambarth.com>  2010-07-21 08:19:04 ---
Here's a test case:

<table>
<form onsubmit="document.write('Form did submit'); return false">
<input type=submit>
<script>
document.getElementsByTagName('input')[0].click();
</script>

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 21 July 2010 08:19:06 UTC