Matt King
Matt King
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....
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....
In issue #638 , we decided: >On today's call we agreed that NVDA announcing "List" was acceptable for the assertion "Role of the popup ('listbox') is conveyed". The test report...
Our current instruction for determining if NVDA is in browse mode is: >Insure NVDA is in browse mode by pressing Escape. Note: This command has no effect if NVDA is...
Looking at the code snippet on https://www.w3.org/WAI/tutorials/page-structure/example/ It shows the main starting with an article, and the first thing in the article is a TOC. At least for screen reader...
We have two separate patterns for Alert Dialog and Modal Dialog. However, at this time, the alert dialog example is located under the pattern for Modal Dialog. This is because...
Move the Two tree view examples that are in `/content/patterns/treeview/examples/treeview-1`: * treeview-1a.html * treeview-1b.html Move those two examples and their js and css up one level in the directory structure...
The column headers are not very screen reader friendly. There are 2 problems: 1. The label on the sort buttons are hard to understand because they are missing spaces, e.g.,...
The group wrapper on the table creates undesirable screen reader verbosity. I understand the need when there is a focusable div wrapping the table to support scrolling. However, if the...
@frozenzia wrote: In `toolbar_toolbar.js`, there are a couple of tests where CTRL+A are currently used to select all the text in a textarea. This does nothing on a Mac, and...