Bruce Blaser
Bruce Blaser
> My question was "Is it okay for this PR to proceed without further changes?" And my answer is that it doesn't make sense to merge this PR as it...
Agreed, there is no reason for `role=textbox` on that `div` and it should be removed. Technically, you can't nest an input inside of an input, which is what is happening...
I think we need to clarify what needs to be done to fix this issue. The problem is that a div wrapping the input has been given the role of...
Maybe I am missing something here, but I only see the instructions asking for `aria-required`, not both `aria-required` and `required`. Regardless, you definitely don't need both any more and it...
@huyenltnguyen I like your idea of the `aria-hidden` asterisk. I always recommend this to clients.
> At least two of your input elements should be required and have an aria-required attribute set to true. Ya, I saw that, I just didn't take it to mean...
> only hiding the * will now leave screenreaderusers with a confusing piece of text. Can you expand on this. I don't understand what you mean.
> then hide the *'s in our labels or descriptions, it can be a bit confusing for screenreader users I'm not sure I agree. The input will have the required...
> ...the code block containing the html and text "I think freecodecamp is great" is not easily scrollable horizontally by mouse Can you be more specific by what you mean?...
Thank you for the video @ARodriguezHacks. That is very interesting. I don't have a mac so I can't replicate this. Perhaps someone else with a mac will be able to...