- From: <bugzilla@jessica.w3.org>
- Date: Tue, 06 Dec 2011 00:46:08 +0000
- To: public-html-a11y@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=12834 --- Comment #34 from Marat Tanalin | tanalin.com <mtanalin@yandex.ru> 2011-12-06 00:46:08 UTC --- (In reply to comment #33) Maybe this is what you are calling usecase: legend in my forms is usually heading/title of the entire form. For example, poll form: <form action="#" method="post"><fieldset> <legend>Some question</legend> <ul> <li><label><input type="radio" ...> Answer 1</label></li> <li><label><input type="radio" ...> Answer 2</label></li> <li><label><input type="radio" ...> Answer 3</label></li> </ul> <div><input type="submit" value="Vote" /></div> </fieldset></form> I want to style legend _consistently_ across browsers _without_ workarounds and tricks. Styling legend itself is inconsistent across browsers while styling wrapper is consistent. -- 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 Tuesday, 6 December 2011 00:46:10 UTC