Bruce Blaser

Results 351 comments of Bruce Blaser

@Sboonny Tooltips on these buttons aren't for screen reader users. Screen reader users will hear the accessible name of the button when they focus it (e.g. if we use `aria-label="reset...

Hey @Sboonny most of the above sounds good but I'm not quite sure I understand everything. Are we going to rely on the `title` attribute and the browser's default tooltip...

@Sboonny For the default browser behavior, you only need the first two items and you can just add a note on the second item that the values of `aria-label` and...

Just want to add that I spent most of today searching for accessible react tooltip components, just to see what was out there, and was greatly disappointed except for one,...

Ya, that stupid period is a source of much frustration. Ideally, the sentence should probably be rewritten so that the link text doesn't come at the very end and thus...

Just throwing out another option that I alluded to above. Reword the sentence to something like: "View more cat photos from our collection." And have the link text be "more...

Per [WCAG 1.1.1: Non-text Content](https://www.w3.org/WAI/WCAG21/Understanding/non-text-content.html), the logo does require alt text. Functionality isn't the deciding factor here, it's if the image conveys information (i.e. is not purely decorative), which this...

One caveat to this is that while the Steps in the RWD do not need the buttons in the tool panel at the bottom, the certification projects do need them.

> this issue is only about adding navigation-related tests This is correct. The keyboard functionality for the menu and language submenu is fine now, nothing needs to be fixed there....

@Sembauke I believe this is working properly, I just wasn't sure if this was the best way to implement it. I guess I shouldn't have left it as a draft?...