Tom Brunet
Tom Brunet
Carolyn is updating the ARIA definitions for 1.2 and noted that the roleType was obviously outdated. The only rule that seems to be affected is Rpt_Aria_WidgetLabels_Implicit. It's set up to...
JAWS is getting confused on the current table structure of the issues list. We should try doing this as a treegrid: https://www.w3.org/TR/wai-aria-practices-1.1/examples/treegrid/treegrid-1.html
### Project a11y checker ### Browser _No response_ ### Operating system _No response_ ### Description https://ibm-studios.slack.com/archives/C036P1CTN/p1653658647868209 When using Jest 28.1.0, UUID is throwing errors due to ESM / CommonJS confusion....
### Project a11y checker engine ### Browser _No response_ ### Operating system _No response_ ### Description `WCAG20_Input_ExplicitLabel` does not treat `button` as a labellable element (label[for]). It should be allowed....
This is regarding https://www.w3.org/WAI/tutorials/tables/irregular/ . This tutorial incorrectly implies that `scope="col"` does not work when `colspan` is used and seems to direct authors to use `scope="colgroup"` instead. Similar for `row...
https://act-rules.github.io/rules/bc4a75 Pass example 6: ``` Item 1 Item 2 Item 3 ``` ARIA 1.1 allows a group child for `list`: https://www.w3.org/TR/wai-aria-1.1/#list ARIA 1.2 DOES NOT allow a group child: https://www.w3.org/TR/wai-aria-1.2/#list
See https://codesandbox.io/s/issue-741-h46zge?file=/index.html
### Project a11y checker engine ### Browser Chrome ### Operating system MacOS ### Description Reported by user. Tom did some brief investigation. Looks like the rule is checking for tabindex...
Changes include: * Removes the restriction of applicability to widgets. Maintains exclusion for disabled widgets. * This caused inapplicable examples to now passed using default browser colors * Created two...
### Project accessibility-checker for Node ### Description Slack conversation: https://web-a11y.slack.com/archives/C04LZSN3T/p1709504028693609?thread_ts=1702465227.812449&cid=C04LZSN3T `getCompliance("https://www.leka.kommune.no/")` scans the loaded page, but fires some errors because the page scans before the post-load script processing occurs. See...