-
The WHATWG HTML5 spec allows placing headers (h1-h6) inside nested sections, functionally lowering the header level.
So the following code:
```html
Apples
Apples are fruit.
Taste
Th…
pbb72 updated
3 years ago
-
### Summary
Go to
* https://w3c.github.io/aria-practices/examples/combobox/grid-combo.html
* https://w3c.github.io/aria-practices/examples/combobox/combobox-autocomplete-list.html
* https://w3c…
-
### Summary
> When you code a button with an image using CSS content property, the label that is provided using aria-labelledby is not read in Firefox. It reads fine in Chrome.
>
### Expected …
-
### Steps to reproduce:
1. Open firefox
2. Open web page with editable date control (see attached html example)
3. Browse through the table until you land into the native date control
4. Listen to…
-
### Summary
JAWS does not announce `aria-describedby` or `aria-required` when `contenteditable="true"` when the container has content.
**Works with an empty element (label, description, and requ…
-
Which ARIA roles serve as group names/descriptions for contained child elements? For some it seems to be clear (e.g. role=group), for others not (role=generic may not have a name, but a description).
…
-
### Summary
The alt text of an image html tag is not being read in an aria-live region.
Here is one way to reproduce this:
1) Start with a div html tag with aria-live attribute
2) insert an im…
-
### Summary
Inconsistent Live Region output when dynamically adding ARIA roles/attributes
1. Save as HTML file:
```
live region
content of live region
add…
-
v1.1 Internal Message Details
Internal Message:
Test Plan: ACC SAP Kyma runtime 2024
Message Priority: High
Affected UI Listbox
Affected Check Point: ACC-253.1
Short text: ACC-253.1 (Level AA)_…
-
### Summary
select size>1 does not work
1. save as HTML file:
```
select size>1
ingredients 1
tomato
carrot
apple
pear
ingredients 2
to…