Aaron Leventhal

Results 30 issues of Aaron Leventhal

The following code is altered so that undefined is returned, rather than 99: ``` function shouldReturn99(event) { return 99; } ``` AMDClean adds a semicolon after the return, as follows:...

I like to name my callbacks. The hello method below is never called: ``` function hello() { console.log('hi'); } require(['locale-data/en'], hello); // TODO other languages for extensions ``` It is...

Steps: 1. Click on Redo Task(s) 2. Check "Check if bug still reproduces" 3. Submit form 4. Notice that log says "Redo task(s) progression" (this is a confusing message for...

Implement role="tree" on the outer widget. For each item that gets focused, use role="treeitem" aria-level="[number]"

In the "Static and global variables" section, can we mention that a workaround for using only objects that are trivially destructible is to use base::NoDestructor For example, if you want...

### Problem The` ` built into HTML is difficult to use, both for AT (assistive technology) and non-AT users. The reasons for its current design are historical and date back...

select-v2

At https://open-ui.org/components/select#use-with-assistive-technology the a11y information is only correct for `` See https://www.w3.org/TR/html-aam-1.0/#details-id-112 A `` is exposed differently, e.g. as a listbox. In addition, since a `` stands on its own...

a11y-tracker
stale
select-v2

Using ARIA APG examples in browser bug reports is currently inconvenient. Unless I'm missing something, the best thing we have is a link to the codepen. Unfortunately, the codepens do...

enhancement
Feedback

Environment: New Windows 10 computer with fresh install of everything Steps: Launch Firefox or Chrome Launch AViewer Inspect a text field What happens: - IA2 properties not displayed, even though...

1. An AX tree can contain accessible nodes that are backed by the document, or a text node, neither of which are elements. 2. It's possible to reach one of...