- From: <bugzilla@jessica.w3.org>
- Date: Thu, 30 Sep 2010 22:09:40 +0000
- To: public-html@w3.org
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 on the CC list for the bug.
Received on Thursday, 30 September 2010 22:09:42 UTC