[Bug 7978] Form foster parenting introduces extra space to layout

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





--- Comment #8 from Boris Zbarsky <bzbarsky@mit.edu>  2009-10-26 13:16:10 ---
Because if you apply that in XHTML, then the following perfectly reasonable
(from a parsing point of view; it's clearly invalid) XHTML document won't work
right:

<body>
  <table>
    <form>
      <tr><td>Some text</td></tr>
    </form>
  </table>
</body>

This is a common pattern in HTML authoring, in fact; the display:none is OK in
HTML because in this case the <form> ends up empty when parsed as HTML.



-- 
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 13:16:17 UTC