Closed
Bug 1309896
Opened 8 years ago
Closed 7 years ago
ARIA role separator should expose value interface
Categories
(Core :: Disability Access APIs, defect, P3)
Core
Disability Access APIs
Tracking
()
RESOLVED
DUPLICATE
of bug 1355954
People
(Reporter: surkov, Unassigned, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug, Whiteboard: [mentor=:surkov])
ARIA separator role [1] may have aria-valuemin/aria-valuemax/aria-valuenow attributes, which should be exposed via value interfaces.
steps to fix:
* flip eNoValue into eHasValueMinMax for separator role in accessible/base/ARIAMap.cpp
* add accessible/tests/mochitest/value/test_general_value.html to add testing for role="slider" (similar to test_number.html)
[1] https://www.w3.org/TR/wai-aria-1.1/#separator
Reporter | ||
Updated•8 years ago
|
Priority: -- → P3
Reporter | ||
Updated•7 years ago
|
Mentor: surkov.alexander
Comment 1•7 years ago
|
||
hey in the steps to fix -
- the first one means replace eNoValue into eHasValueMinMax at -
{ // doc-pagebreak
&nsGkAtoms::docPagebreak,
roles::SEPARATOR,
kUseMapRole,
eNoValue,
eNoAction,
eNoLiveAttr,
kGenericAccType,
kNoReqStates
},
did I get this right?
and I didn't understand the second step.
Thank you.
Reporter | ||
Comment 2•7 years ago
|
||
apparently the bug was fixed by bug 1355954. Videet, could you please pick up another bug?
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Comment 3•7 years ago
|
||
no problem
You need to log in
before you can comment on or make changes to this bug.
Description
•