R Brown

Results 8 issues of R Brown

Two main changes in this PR: 1. Remove "outline: none" from button to improve keyboard accessibility: - Most of the functions of Darkroom are keyboard drivable (e.g. Save, Rotate, History)....

[tablist](http://www.w3.org/TR/wai-aria/roles#tablist) should support [aria-multiselectable](http://www.w3.org/TR/wai-aria/states_and_properties#aria-multiselectable)

ESLint generates too many warnings to be enabled as part of the core Grunt task. Fixing all of the warnings at once would create a huge review burden. I suggest...

infrastructure

If you have [Adblock Plus](https://chrome.google.com/webstore/detail/adblock-plus/cfhdojbkjhnklbpkdaibdccddilifddb?hl=en-US) installed every page you go to gets bundled into a shadow DOM. This shadow DOM prevents the accessibility developer tools JS library from finding any...

Inspired by Marcy Sutton's comments here: https://web-a11y.slack.com/archives/general/p1438280229002399 It is often tempting to attempt to override an `aria-hidden=true` ancestor with `aria-hidden=false`, for example when building a modal dialog. I spoke to...

enhancement

## aria-busy Soon I intend to add an audit along the lines of "MissingRequiredOwnedElement". In aria-toolkit this audit produced different messages depending on whether the element was 'aria-busy'. The spec...

enhancement

Hi there - I am the author of the [java cowsay port](https://github.com/ricksbrown/cowsay) and have contributed to your JS port previously. I have been testing java cowsay against native cowsay to...

Maybe I'm missing something here but hard coding the AMD module name seems problematic to me (and provides no benefits I can see). According to [the documentation](http://requirejs.org/docs/api.html#modulename): > You can...