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 8671 - Requiring the label attribute
Summary: Requiring the label attribute
Status: VERIFIED WORKSFORME
Alias: None
Product: HTML WG
Classification: Unclassified
Component: pre-LC1 HTML5 spec (editor: Ian Hickson) (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://www.w3.org/TR/html5/interactiv...
Whiteboard:
Keywords: a11y, a11ytf, a11y_labels
Depends on:
Blocks:
 
Reported: 2010-01-07 10:55 UTC by Gez Lemon
Modified: 2010-10-04 13:56 UTC (History)
6 users (show)

See Also:


Attachments

Description Gez Lemon 2010-01-07 10:55:40 UTC
Icon and label attributes give the visible and textual representation of the command.  This is actually a really elegant way of handling what is now handled by <a href><img alt="">Display Text</a>.

Label is not currently required, but it should be.  Suggest adding an attribute that shows or hides the label, so you could have a button that is just an icon, but that has a label anyway.  This would be great for toolbars that shrink and grow based on widow size.
Comment 1 Ian 'Hixie' Hickson 2010-02-05 21:07:35 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: no spec change
Rationale: This seems to have been fixed already, assuming you are referring to <command> and not <menu>, <option>, or <optgroup>.
Comment 2 Michael Cooper 2010-08-28 14:24:14 UTC
http://www.w3.org/2002/09/wbs/44061/20080513_bugs/results#xa4

Spec is now consistent with the change request in this bug.