[whatwg] List Headers

Garrett Smith wrote:
> Firefox 3 adds a border around the list as a result of the legend
> element. It looks as if Firefox added an anonymous "fieldset"

It's not anonymous.  The HTML parser in Firefox actually creates a 
<fieldset> element when it encounters a <legend> that's not inside a 
<fieldset>.  You can verify this by examining the DOM.

We do plan to fix this parser issue.

-Boris

Received on Wednesday, 4 February 2009 13:01:03 UTC