[Bug 12834] LEGEND should be allowed to NOT be exactly first child of FIELDSET ("The legend element" spec section)

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 the QA contact for the bug.

Received on Tuesday, 6 December 2011 00:46:10 UTC