- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 26 Oct 2009 14:13:27 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=7978 --- Comment #9 from Boris Zbarsky <bzbarsky@mit.edu> 2009-10-26 14:13:27 --- So I'm trying to understand the change linked to in comment 6. What behavior does it give for the following document: <body> <table> <form><tr><td><input name="one"></td></tr></form> <form><tr><td><input name="two"></td></tr></form> </table> <input name="three"> <form><input name="four"></form> <input name="five"> </body> ? What does the DOM look like? Which input is associated with which form? How does that compare to what UAs do currently? -- 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 Monday, 26 October 2009 14:13:32 UTC