JAWS-test

Results 91 issues of JAWS-test

# Describe your concern https://github.com/w3c/aria/pull/1812: > Authors MUST NOT specify aria-owns on an element which has Presentational Children This means that aria-owns is no longer a global attribute. However, it...

editorial
clarification

# Describe the change aria-current and four other attributes (if I haven't lost count) are missing in "6.6 Taxonomy of WAI-ARIA States and Properties" I don't know if the chapter...

editorial

There is only one entry for combobox here. I wonder if this is correct, because since ARIA 1.2 a combobox can be used for two different element types: * at...

In my opinion there should be no different role for buttons with aria-haspopup (currently MSAA + IAccessible2: "ROLE_SYSTEM_BUTTONMENU" instead of "ROLE_SYSTEM_PUSHBUTTON"). reasons: 1. aria-haspopup can also be located on other...

If many HTML elements map to generic in the future, which are not grouping elements, then the mapping of generic should be adjusted. See: https://github.com/w3c/html-aria/issues/406

I suspect that in chapter "[4.8.1 State and Property Change Events](https://w3c.github.io/core-aam/#mapping_events_state-change)" [aria-errormessage](https://rawgit.com/w3c/aria/master/#aria-errormessage) and [aria-description](https://rawgit.com/w3c/aria/master/#aria-description) are missing, because both behave like aria-describedby and aria-describedby is mentioned in the chapter

### Summary Lists that receive the focus are output as "listbox" (like `select size>1`) 1. Go to https://codepen.io/jaws-test/pen/dyyYMqg 2. Tab to the lists and listitems ### Expected result * Lists...

triaged
LOW priority

### Summary * Open https://codepen.io/iamrafan/pen/NoPrBP?editors=1000 * Navigate with tab, arrow keys, X and B, * Press INS+F5 ### Expected result switch is output with the same role ### Actual result...

JAWS bug
triaged

### Summary Incorrect output for quick navigation to list entries with I 1. Go to https://codepen.io/jaws-test/pen/RwwwaQW 2. Navigate with I to the list entries ### Expected result * Consistent output...

### Summary Labeling of toggle buttons (aria-pressed) will not be output if they have a title attribute 1. Save as HTML file: ``` button text1 text2 text3 ``` 2. Tab...

JAWS bug
HIGH PRIORITY
triaged