Sayan Sivakumaran
Sayan Sivakumaran
**Product:** axe Extension **Expectation:** When scanning a [codepen with a nameless region](https://codepen.io/sivakusayan/pen/xxWjJpa), the extension would flag the nameless region as needing a name. **Actual:** Nameless region is not flagged. **Motivation:**...
I'm not sure if I'm doing something wrong, but the map seems to initialize at the wrong zoom and center if the center starts at [0,0]. Changing the center to...
I notice that in [Checkbox Example (Two State)](https://www.w3.org/WAI/ARIA/apg/example-index/checkbox/checkbox.html), focusing a checkbox and holding down the spacebar key repeatedly toggles the checkbox. This does not happen with [native HTML checkboxes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox). I...
### Summary When a `table` has a `rowheader` that isn't in the first column of the `table`, the `rowheader`'s name isn't read when navigating the first column of the table....
### Summary When setting an `aria-label` on a `columnheader` with empty text content, the `aria-label` is not respected. Maybe this was done on purpose to guard against non-ideal table implementations?...
### Summary This is specific to web code hosted in the Electron framework, which ultimately uses Chromium to do the rendering and communicate accessibility information. I'm not sure if the...
### Summary This is specific to web code hosted in the Electron framework, which ultimately uses Chromium to do the rendering and communicate accessibility information. When [WAI-ARIA Authoring Checkbox Example](https://www.w3.org/WAI/ARIA/apg/example-index/checkbox/checkbox.html)...
### Summary When a link wraps an element with `display: table`, the link isn't announced as a link when focused. 1. Navigate to [this codepen](https://codepen.io/sivakusayan/pen/WNMdvvP). 2. Focus the link. 3....
This should close #89. We're going to rely on the browsers' implementation of the `` element instead of trying to do our own focus handling. There is still the issue...
In a Clojure exercise, opening the "Settings" dialog should move focus into the dialog and prevent focus from moving into the blacked-out background of the dialog. Ditto for the dialog...