Bug 61732
| Summary: | [GTK] Add support for tooltips triggered by keyboard | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
| Component: | WebKit2 | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bugs-noreply, mrobinson, robert.vuj.linder |
| Priority: | P2 | Keywords: | Gtk |
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Carlos Garcia Campos
We need mouseDidMoveOverElement() implemented first to have a hit test result in order to support tooltips triggered by keyboard.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
RobLi
Is this bug equivalent of https://bugs.chromium.org/p/chromium/issues/detail?id=829352 and https://bugzilla.mozilla.org/show_bug.cgi?id=97223?
RobLi
Titles (from `title` attribute or SVG `<title>`) that don't show tooltips on keyboard focus fail WCAG Success Criterion 2.1.1 Keyboard: https://www.w3.org/TR/WCAG22/#keyboard
This issue was also brought up in CSSWG issue #8930 (https://github.com/w3c/csswg-drafts/issues/8930#issuecomment-1644766081) discussing standardizing native tooltips for styling.