[Bug 10909] New: Clarify how fieldset's first legend should behave if the fieldset is disabled because of another disabled fieldset

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

           Summary: Clarify how fieldset's first legend should behave if
                    the fieldset is disabled because of another disabled
                    fieldset
           Product: HTML WG
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: HTML5 spec (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: mounir.lamouri@gmail.com
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org


The specifications should make clear that, in the following case, the legend
should be disabled:
<fieldset disabled>
  <fieldset>
    <legend></legend>
  </fieldset>
</fieldset>

The current state of the specifications might let think the readers the should
be done this way but isn't clear clear.

-- 
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 Thursday, 30 September 2010 22:09:47 UTC