[Bug 15513] section #4.9 Hello, is there any specific reason, why isn't posible, in html5 this? <!DOCTYPE html> <title>asd</title> <table> <tr> <form> <td>&nbsp;</td> </form> </tr> </table> browser can handle it OK thx

https://www.w3.org/Bugs/Public/show_bug.cgi?id=15513

--- Comment #2 from Simon Pieters <simonp@opera.com> 2012-01-11 12:32:55 UTC ---
It doesn't parse like you think it does. The use case is covered by

<!DOCTYPE html>
<title>asd</title>
<table>
<tr>
<td><form id=x><input name=a></form></td>
<td><input name=b form=x></td>
</tr>
</table>

-- 
Configure bugmail: https://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, 11 January 2012 12:33:15 UTC