JAWS-test

Results 91 issues of JAWS-test

For read-only or disabled controls, the user cannot change the value and yet the value should be used instead of the label. Therefore the insertion "where the user can adjust...

There are some steps with one exception. It is not explicitly said whether the entire step is aborted when the exception occurs (i.e. no text alternative can be determined) or...

editorial

Wouldn't it be good if at 2C more controls could be included. e.g. role=switch or checkbox. Then the status (checked, not checked) would be used as a localized string in...

> Otherwise, if the current node's native markup provides an attribute (e.g. title) or element (e.g. HTML label) that defines a text alternative, return that alternative in the form of...

editorial

If the rule always applies, the result is that nested elements that can only be labeled by the author, but do not require a label, will not pass a label...

Currently, according to the specification, it only skips to 2E if a form element is labeled with aria-label. However, this should also apply if it is labeled with label or...

If we determine the description of an element (first element) and aria-describedby references an ID of another element (second element), does the condition "if computing a description" or "if computing...

``` span1 span2 alb ``` What is the name of the input? * https://whatsock.github.io/w3c-alternative-text-computation/Editable%20Live%20Input%20AccName%20Test.html: span1 al * Chrome: alb al * Firefox: span1 al * IE 11: span1 span2 *...

> 2.B: if computing a name, and the current node has an aria-labelledby attribute that contains at least one valid IDREF, and the current node is not already part of...

# Describe your concern Is a menuitem, menuitemcheckbox or menuitemradio allowed in menubar? * table "Characteristics" says yes * text says no: "Authors MUST ensure [elements](https://dom.spec.whatwg.org/#concept-element) with [role](https://w3c.github.io/aria/#dfn-role) menuitem are...

good first issue