Bruce Blaser
Bruce Blaser
@Sboonny @Sembauke I've been thinking about this PR for quite a while now and I don't think I'm happy with it. The MC quizzing format currently used by fCC does...
Hey @huyenltnguyen, I mentioned above that this PR is on the wrong track because as you alluded to above, I realized that some of the accessibility issues with the MC...
I'm closing this issue so that there is no confusion over whether this PR has a chance of going forward. This was my naive attempt to try to fix accessibility...
@Sembauke In the `LowerJawStatus` function, can we tack on the percentage complete message in sr-only text immediately after the `congratulationText`? So that screen reader users will hear the congrats message...
> can we tack on the percentage complete message in sr-only text immediately after the congratulationText? If we want to push this through now without this, that's fine. I realize...
I've actually been working on this for the past few days. I think it might be slightly more complicated than just adding a fieldset/legend. For example, take the following challenge:...
I'm going to create a PR later today with a proof of concept on how this might work. I've already got most of it in place since I've been working...
Hey, I know accessibility is not the main focus of this course so I'm not going to suggest we try to implement a truly accessible grid. The only thing I...
> I do worry about the complexity of this project Completely agree. I am not insisting we implement an accessible grid. Just giving the `input`s an `aria-label` will be good...
Would this be used only for code samples, or would it apply to any content that is wrapped in a `code` element?