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)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla19

People

(Reporter: surkov, Assigned: surkov)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

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."
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
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
Attached patch patchSplinter Review
Assignee: nobody → surkov.alexander
Status: NEW → ASSIGNED
Attachment #681827 - Flags: review?(trev.saunders)
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+
(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.
https://hg.mozilla.org/mozilla-central/rev/7c34912e0cbc
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.

Attachment

General

Created:
Updated:
Size: