Bruce Blaser
Bruce Blaser
Another question to consider: Do the buttons all need to be the same width or can they be different widths depending on the length of the text in the button?
I think the main accessibility issue with auto scrolling in this scenario is that it could potentially move the keyboard focus indicator out of view, which is a no-no. For...
Regarding case and screen readers, I don't think this is something we need to be concerned about. Screen readers offer various levels of support for differentiating upper and lower case...
Ran into this issue in the [forum](https://forum.freecodecamp.org/t/learn-form-validation-by-building-a-calorie-counter-step-44/658691/2) today.
> I can't imagine the text "Start your `HTMLString` with a new line" in any way referring to using `\n`. I can easily imagine people interpreting that as using a...
If we did a two key command that included either `Ctrl` or `Alt` then we would be fine as far as accessibility is concerned. If we wanted to do a...
Put a white border around it, like we do for the buttons?
@mmatsumoto1026, you are correct, the default focus outline is often not adequate. Technically, if you rely on the browser default (in other words, you make absolutely no CSS changes to...
This was merged 3 weeks ago but we are still getting complaints in the forum. Has this code made it to production?
Ya, I ran into this about a week ago. I guess I was too lazy to open an issue though :disappointed: https://forum.freecodecamp.org/t/learn-basic-string-and-array-methods-by-building-a-music-player-step-62/658928 I think we need to do more than...