Closed
Bug 812041
Opened 12 years ago
Closed 12 years ago
ARIA slider and spinbutton don't provide a value for name computation
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla19
People
(Reporter: surkov, Assigned: surkov)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
4.87 KB,
patch
|
tbsaunde
:
review+
|
Details | Diff | Splinter Review |
1) tracker https://wiki.mozilla.org/Accessibility/ARIA1.0TestSuiteFailures#637
2) item d) of the alg: http://asurkov.blogspot.ru/2012/11/accessilbe-firefox-text-equivalent.html:
"If the node is not initial node or if it's recursively reentered initial node but it's not the fist or last part of a text equivalent computation then append the current user-managed value of this node."
Assignee | ||
Updated•12 years ago
|
Summary: ARIA spin and spinbutton doesn't pick up value during name computation → ARIA slider and spinbutton doesn't pick up value during name computation
Assignee | ||
Updated•12 years ago
|
Summary: ARIA slider and spinbutton doesn't pick up value during name computation → ARIA slider and spinbutton don't provide a value for name computation
Assignee | ||
Comment 1•12 years ago
|
||
Assignee: nobody → surkov.alexander
Status: NEW → ASSIGNED
Attachment #681827 -
Flags: review?(trev.saunders)
Comment 2•12 years ago
|
||
Comment on attachment 681827 [details] [diff] [review]
patch
It would be sort of nice to have some tests for more basic cases like <input role=slider value="foo"> so should someone need to debug what's going wrong there can be less posibilities
Attachment #681827 -
Flags: review?(trev.saunders) → review+
Assignee | ||
Comment 3•12 years ago
|
||
(In reply to Trevor Saunders (:tbsaunde) from comment #2)
> Comment on attachment 681827 [details] [diff] [review]
> patch
>
> It would be sort of nice to have some tests for more basic cases like <input
> role=slider value="foo"> so should someone need to debug what's going wrong
> there can be less posibilities
when name is computed for <input> itself then value is not included. It's sort of simplest plausible example. we could compute name for label (that's a simpler test case) but we have a bug saying that we probably shouldn't compute name for label from subtree.
Assignee | ||
Comment 4•12 years ago
|
||
Flags: in-testsuite+
Comment 5•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
You need to log in
before you can comment on or make changes to this bug.
Description
•