- From: <bugzilla@jessica.w3.org>
- Date: Wed, 09 Nov 2011 16:40:18 +0000
- To: public-html@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14740
Summary: title attribute definition does not match reality
Product: HTML WG
Version: unspecified
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: normal
Priority: P3
Component: HTML5 spec (editor: Ian Hickson)
AssignedTo: ian@hixie.ch
ReportedBy: faulkner.steve@gmail.com
QAContact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
public-html@w3.org
the HTML5 spec current states:
"The title attribute represents advisory information for the element, such as
would be appropriate for a tooltip. On a link, this could be the title or a
description of the target resource; on an image, it could be the image credit
or a description of the image; on a paragraph, it could be a footnote or
commentary on the text; on a citation, it could be further information about
the source; and so forth. The value is text."
The title attribute is mapped to the accessible name in all accessibility APIs
in all browsers (that implement mapping), so in the absence of other labelling
mechanisms, all HTML form controls are labelled by the title attribute content
if present. This reality is not reflected in the usage advice quoted above.
There is a WCAG technique that documents how to use the title attribute to
label controls:
H65: Using the title attribute to identify form controls when the label element
cannot be used http://www.w3.org/TR/WCAG20-TECHS/H65
Suggest updating the specification text to take into account the reality of how
title is implemented in browsers.
--
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 Wednesday, 9 November 2011 16:40:23 UTC