[Bug 12834] Allow LEGEND element to be wrapped in DIV

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

--- Comment #41 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-12-09 23:48:04 UTC ---
The negative impact:

 * It makes determining what the legend of a <fieldset> is harder, because you
have to go poking around in the DOM to find the legend.

 * It increases the complexity of maintaining pages that use <fieldset>,
because you can't be guaranteed that the <legend> will always be in the right
place.

 * It makes it more likely that authors will make mistakes with <fieldset>,
because now you have to look all over the place to make sure you haven't
already given a legend.

 * It makes writing editors and conformance checkers more complicated.

-- 
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 Friday, 9 December 2011 23:48:07 UTC