Bruce Blaser

Results 351 comments of Bruce Blaser

@Sembauke Does this fix the Tab key issue? [Navigate your Mac using Full Keyboard Access](https://support.apple.com/guide/mac-help/navigate-your-mac-using-full-keyboard-access-mchlc06d1059/mac)

@ojeytonwilliams I think we are good to go here.

This is the most up-to-date explanation on using CSS to visually hide elements: [The anatomy of visually-hidden](https://www.tpgi.com/the-anatomy-of-visually-hidden/) Yes, unless we want to support IE, then the `sr-only` class does not...

While we are at it, we might as well get rid of some of the other properties in the `sr-only` class that don't need to be there (such as `padding`,...

@ahmadabdolsaheb @rajgaur98 I finally had a chance to look at the current PR for this and I do have a few accessibility concerns that I will elaborate on later this...

@ahmadabdolsaheb Thank you. We have two types of toggles on the Settings page. Some of them perform an action immediately when toggled, such as the Night Mode toggle. These should...

@rajgaur98 None of the toggles are currently using `button` elements on the Settings page. My point is that some of them **should** be using `button` elements, specifically, the toggles that...

I have created a codepen with an accessible working example of a two button toggle group using `button`s: [Codepen: Accessible Toggle Group Using Buttons](https://codepen.io/bbsmooth/pen/PoBGVOZ) I'm not implying you need to...

OK, I apologize, I think I may be confused about what this component really is. And I think we might not be using the terminology the same way. I was...

There is an open [issue about the toggles](https://github.com/freeCodeCamp/freeCodeCamp/issues/48913) on the Settings page. I think we'll have to wait to see how that turns out before we can answer these questions....