Open
Bug 559750
Opened 15 years ago
Updated 6 months ago
use HTML5 labels property to compute accessible name and relations for labelable HTML 5 controls
Categories
(Core :: Disability Access APIs, enhancement)
Core
Disability Access APIs
Tracking
()
NEW
People
(Reporter: surkov, Unassigned)
References
(Blocks 2 open bugs, )
Details
(Keywords: access)
HTML5 defines labels property on labelable elements. Now we search the associated label element in tree. HTML5 labels allows us to get all label elements associated with elements. Hopefully it will be quicker than what we have now.
Also we could use it to expose labelled_by accessible relation.
Reporter | ||
Updated•15 years ago
|
Summary: use HTML5 labels property to compute accessible name for labelable HTML 5 controls → use HTML5 labels property to compute accessible name and relations for labelable HTML 5 controls
Reporter | ||
Comment 1•15 years ago
|
||
The same time we could start to use control property on label element to find associated form control (bug 562932).
This bug should be a fix for bug 366723.
Reporter | ||
Comment 2•13 years ago
|
||
(In reply to alexander surkov from comment #0)
> HTML5 defines labels property on labelable elements. Now we search the
> associated label element in tree. HTML5 labels allows us to get all label
> elements associated with elements. Hopefully it will be quicker than what we
> have now.
Nowdays we don't search through the tree since we cache relations for attributes. But anyway it makes sense to keep code shared with content.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•