Bruce Blaser

Results 351 comments of Bruce Blaser

> do you remember if there was a way to get the desired ordering of DOM elements while still using overlay widgets? Looking back at that original PR, I believe...

> Nowhere did it seem to imply that a span was supposed to be nested inside another span. This is the final line of the instructions: "Finally, nest the `Total...

Steps 53, 54, and 55 do the same thing as this step (i.e. add three `span`s to the text with the third `span` wrapping one of the previous `span`s). If...

OK, a couple of accessibility related issues here (because of course you would all be disappointed if I didn't have something). - Because the placeholder text is providing additional information,...

@ValdineiJunior This has a help wanted tag, so anyone is free to open a PR for this.

I agree that a heading would be a good addition. I'm not exactly sure what that heading should read, but it should help explain what the percentage is for, and...

Browsers are just getting too good at fixing bad code. I just tested your HTML example in FF and even though the `link` is outside of the `head`, when I...

I just tested JAWS 2023.2302.15 with Chrome/FF/Edge and this issue appears to be fixed as I am not able to replicate it with my codepen link above.

If you want to turn these sections into landmarks then using a `section` element with `aria-labelledby` is the best semantic option. You just don't need to add `role="region"`.

Based on the current heading structure that is used when you view the actual post, I would suggest that these headings should be `h3`.