Closed Bug 1309896 Opened 8 years ago Closed 6 years ago

ARIA role separator should expose value interface

Categories

(Core :: Disability Access APIs, defect, P3)

defect

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
Priority: -- → P3
Mentor: surkov.alexander
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.
apparently the bug was fixed by bug 1355954. Videet, could you please pick up another bug?
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
no problem
You need to log in before you can comment on or make changes to this bug.