This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 10908 - :enabled and :disabled should apply on <fieldset> and <optgroup>
Summary: :enabled and :disabled should apply on <fieldset> and <optgroup>
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: LC1 HTML5 spec (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-30 22:05 UTC by Mounir Lamouri
Modified: 2011-08-04 05:05 UTC (History)
7 users (show)

See Also:


Attachments

Description Mounir Lamouri 2010-09-30 22:05:15 UTC
Fieldsets and optgroups can be disabled but don't have :enabled and :disabled applying to them according to the specifications.

All UAs (tested with Webkit, Presto and Gecko, didn't try Trident) support :enabled and :disabled on these elements if the disabled attribute is supported.
Comment 1 Ian 'Hixie' Hickson 2011-05-06 19:55:18 UTC
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Accepted
Change Description: see diff given below (fieldset was already done)
Rationale: Concurred with reporter's comments.
Comment 2 contributor 2011-05-06 19:56:24 UTC
Checked in as WHATWG revision r6104.
Check-in comment: Let <optgroup> match :enabled and :disabled too.
http://html5.org/tools/web-apps-tracker?from=6103&to=6104
Comment 3 Michael[tm] Smith 2011-08-04 05:05:43 UTC
mass-moved component to LC1