Mike Gifford

Results 266 comments of Mike Gifford

@stubbornella Sadly, can't step forward on this one. I'm busy enough looking at accessibility for Drupal to take on much else.

Wow, been over 4 years now and nobody else has stepped forward on this yet. I'm still interested. @stubbornella do you have any suggestions on getting started? I'm more of...

Andrew Macpherson https://github.com/fuzzbomb in a Drupal slack chat suggested maybe focus-within is [more appropriate in some instances](https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-within): ``` tr:hover, tr:focus-within {} ``` Maybe a linter can say "whenever there's an...

Here's the WCAG 2.1 guideline https://www.w3.org/TR/WCAG21/#content-on-hover-or-focus

What is the status of this? It's now a pretty old PR. Still keyboard only support should be considered.

Definitely issues here when you look at the [demo](https://hemantnegi.github.io/jquery.sumoselect/sumoselect_demo.html) with WAVE. ![Simple screenshot with the WAVE Toolbar](https://user-images.githubusercontent.com/116832/104344979-cd09d500-54cb-11eb-9fb2-208f8464ca25.png)

ARIA can work, but it can actually make it worse. Basic semantic HTML is always a better bet. Remember the first rule of ARIA - "Don't use ARIA, use native...

Related to https://github.com/GSA/openacr/issues/269

See https://github.com/GSA/Section508.gov/pull/229