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

WAI-ARIA Authoring Practices Guide (APG)

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

Compose guidance for aria-colindextext and aria-rowindextext in the [Grid and Table Properties section](http://w3c.github.io/aria-practices/#gridAndTableProperties). #### Preview Work in Progress [View draft of new guidance in feature branch](https://raw.githack.com/w3c/aria-practices/issue1075-indextext-guidance/aria-practices.html#gridAndTableProperties)

documentation
guidance section
Required for ARIA Spec

A Toggletip, also called Infotip or BubbleHelp, is a really common pattern consisting of a button that shows a "tip" when clicked. It is _really_ similar to the Tooltip pattern,...

example of pattern implementation

[3.12 Grids](https://www.w3.org/TR/wai-aria-practices-1.1/#grid) lists _navigation links_ as an example for _Layout Grid_ and also provides an [implementation](https://www.w3.org/TR/wai-aria-practices-1.1/examples/grid/LayoutGrids.html). I like it. Personally, I’d implement any list of links like this. Also, breadcrumbs...

question
Feedback

There seems to be some inconsistency in the introduction to the [Navigation Menu Button Example page](https://www.w3.org/TR/wai-aria-practices-1.1/examples/menu-button/menu-button-links.html). The introduction states: > Another reason the menuitem role is not on the li...

question
Feedback
Pattern Page

After another reading of the [ARIA spinbutton specification](https://www.w3.org/TR/wai-aria-1.1/#spinbutton), I am wondering how we should structure the spinbutton and whether or not we need multiple examples, each with a different structure....

question
pattern section

### Issue 1: **ARIA:** [https://www.w3.org/TR/wai-aria-practices-1.1/#tooltip](url) If the tooltip is invoked when the **trigger element** receives focus, then it is dismissed when **it** no longer has focus (onBlur). If the tooltip...

question
Feedback
Pattern Page

Per [comments](https://github.com/w3c/aria-practices/issues/132#issuecomment-405461521) from @annabbott in issue #132, the [treegrid example](http://w3c.github.io/aria-practices/examples/treegrid/treegrid-1.html) has bugs in focus rectangle sizing: >Focus rectangle for Summary cell overlaps into Email cell in rows 3 through 8....

bug
example of pattern implementation
good first issue

From [5.5 Keyboard Navigation Between Components (The Tab Sequence)](https://www.w3.org/TR/wai-aria-practices-1.1/#kbd_general_between) > In HTML, the default tab sequence of a web page includes only links and HTML form elements, except In macOS,...

Feedback
Practice Page

For the menu button pattern examples, why does the menu expand in response to a `mouseover` event on the button? In my experience with widgets at the operating system level...

question
example of pattern implementation
Feedback

For menu buttons and menu bars there is a different treatment of aria-expanded. For the [menu button](https://www.w3.org/TR/wai-aria-practices-1.1/examples/menu-button/menu-button-links.html), there is no aria-expanded on page load and then only added when it's...

question
Feedback
pattern section