Bruce Blaser
Bruce Blaser
Note: I'm reviewing this using my suggestion above that `map` be replaced with `filter`. What appears to be happening here is that if the user wants to look at the...
I have another thought on this that I'll throw out there. Perhaps instead of making the decision for the user about whether they can view only one or both editors...
I've never been fond of using "mobile" to describe smaller width view ports because it assumes that a small device like a phone will always be used, but I only...
I like both the suggestion to put more space between the Sign out button and Change Language and adding a confirmation modal. If I had to choose one I would...
Interesting. I help out on the forums at freecodecamp.org and this was first brought to my attention by a screen reader user going through the curriculum. FCC uses the monaco...
Hey @Sembauke Nice work. Just one request. Can you add an accessible name to the slider? If you don't want a visible label showing then you can add it with...
Also, slightly off topic, this is the first time I have really looked closely at the settings page and I'm noticing that these on/off toggles are not keyboard accessible. Gives...
@Sembauke > I was wondering what a good value is for the aria-label It should just describe what the control is for. It looks like this is the volume control...
@ahmadabdolsaheb The test result/hint content must be available to screen reader users on the page so that they can go through it manually if needed, so we can't just announce...
@ahmadabdolsaheb Concerning the feedback for incorrect code, I think either the middle or right one would be fine. The middle one has the text "Code does not pass" so we...