Re: [csswg-drafts] [css-ui] Standardize tooltip styling and expose as `::tooltip` (#8930)

> > Making sure that browsers trigger them on focus [...]
>
> Internet Explorer, Legacy Edge (Ledge?), and now Chromium Edge (Chomiedge?) all show(ed) title attributes on focus (assuming the thing with title can take focus).

And here's the Chromium bug: https://bugs.chromium.org/p/chromium/issues/detail?id=829352

An a11y best practice for authors should be to not (only) use `:hover` with this new `::tooltip` pseudo-element (such as `[title]:hover::tooltip` used in the examples above), or at least also include `:focus`/`:focus-visible`.

-- 
GitHub Notification of comment by Malvoz
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8930#issuecomment-1646948967 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Sunday, 23 July 2023 20:10:56 UTC