| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
It seems that this was originally added on purpose, maybe Jack has more context.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
It seems that this was originally added on purpose, maybe Jack has more context.
Yes this was added in a CL that shows the help button only on hover - https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5983127.
This however creates an accessibility issue where without hovering the button is inaccessible via the keyboard. My proposal is to always show this to resolve the a11y issue if that's fine.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
Sylvester Elorm CochIt seems that this was originally added on purpose, maybe Jack has more context.
Yes this was added in a CL that shows the help button only on hover - https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5983127.
This however creates an accessibility issue where without hovering the button is inaccessible via the keyboard. My proposal is to always show this to resolve the a11y issue if that's fine.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Remove hover effect for title help keyboard accessibility in metric card
Before:
The .title-help button is only keyboard accessible when the card is hovered. For users who don't rely on the mouse, this is not accessible.
After:
We always show this button so it's accessible via the keyboard.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |