Bruce Blaser

Results 351 comments of Bruce Blaser

> I think we should get another opinion or two. My two cents. I personally like the auto-refresh and preserving the scroll position. I think it is very annoying to...

I think these guides are saying that the ellipses should be added when the button opens a window that requires the user to enter more information or perform another action....

I left my comments in the issue.

> The implementation could be close to the one of GitHub I would not use the github implementation as a model as it is not accessible because you can't get...

Hey @ieahleen How do I get to that profile you displayed in your first pic?

There are quite a few accessibility issues with this profile page, but I'll stick to the topic at hand. For the personal information displayed in your first pic above, there...

@NiharPhansalkar > The request was to add a checked attribute to the buttons and create a legend. However, I personally feel that a required attribute is the best and the...

Just a minor nitpick. Do we need to float the get help button to the left of the reset button? Usually the tab sequence goes left to right so it...

No need to switch to flexbox for accessibility, this is purely about the DOM order of elements, which flexbox won't change. Although if we eventually add more buttons then I...

Implementing accessible tooltips is not easy. The WCAG requirements are very hard to meet. And of course there may be issues with hover on touch devices. @SleemBee444, you'll notice that...