aria-practices icon indicating copy to clipboard operation
aria-practices copied to clipboard

WAI-ARIA Authoring Practices Guide (APG)

Results 354 aria-practices issues
Sort by recently updated
recently updated
newest added

Most desktop and mobile operating systems have an accessibility feature for users to set a more contrast accessibility preference. When this preference is set, browsers set the `prefers-contrast` media query...

question

As part of recent work to get tabs to behave correctly in Bootstrap (see https://github.com/twbs/bootstrap/pull/33079), a few observations. # `aria-orientation` and keyboard interactions Support for `aria-orientation` is still not all...

question
assistive-technology-dependency

Closes: #3149 Description: Added a fallback foreground color of `#000` to the body element in the Infinite Scrolling Feed Example iframe to address the 1.4.3 contrast failure. ___ [WAI Preview...

On the [Infinite Scrolling Feed Example](https://www.w3.org/WAI/ARIA/apg/patterns/feed/examples/feed/) page, within the [iframe embedded](https://www.w3.org/WAI/ARIA/apg/patterns/feed/examples/feed-display), the background color is specified, but elements with the selectors `h3` and `.restaurant-name` do not have a defined text...

___ [WAI Preview Link](https://deploy-preview-366--aria-practices.netlify.app/ARIA/apg) _(Last built on Thu, 17 Oct 2024 00:09:21 GMT)._

This version of skipto supports scrolling, but it is off by default. Feedback that I have received indicates people with motion distractions want an opt in, rather than default feature,...

https://www.w3.org/WAI/ARIA/apg/patterns/feed/examples/feed/ Recommendations for lists require to use arrow keys, home and end keys and optionally "type ahead" to efficiently navigate among list items. Lists gain focus with a single TAB...

The [Scrollable Listbox Example](https://www.w3.org/WAI/ARIA/apg/patterns/listbox/examples/listbox-scrollable/) does not match the behavior described by the [Listbox Pattern Keyboard Interaction](https://www.w3.org/WAI/ARIA/apg/patterns/listbox/#keyboardinteraction) docs. ## Expected According to the docs, "When a single-select listbox receives focus, if...

Hi I am a web developer at the University of Strathclyde in Glasgow. We are currently redeveloping areas of our web site and are looking to your site for guidance...

"I've created a form that expands when content is entered into the first and only visible field initially. What pattern should I be following? See attached screenshots. Note: pressing enter...