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

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

--- Comment #9 from Marat Tanalin <mtanalin@yandex.ru> 2011-08-14 10:43:54 UTC ---
(In reply to comment #8)
> Please give specific examples for this specific case if you wish it
> to be considered.

Example is provided in description of bug 13062:

    <fielset>
        <div>
            <ul>
                <li><a href="#">Minimize</a></li>
                <li><a href="#">Close</a></li>
            </ul>
            <legend>Example</legend>
        </div>
    </fieldset>

-- 
Configure bugmail: http://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 Sunday, 14 August 2011 10:43:59 UTC