- From: <bugzilla@jessica.w3.org>
- Date: Fri, 09 Dec 2011 23:48:05 +0000
- To: public-html-a11y@w3.org
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 on the CC list for the bug.
Received on Friday, 9 December 2011 23:48:06 UTC