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

Reply via email to