0
Files
src/extensions
Aaron Leventhal d62ef43218 [A11y] Expose presence of potential interest target
An interesttarget is an experimental HTML attribute that, along with
an interestaction, allows for the target's visibility to be toggled
on mouse hover. However, an AT user must be informed that there
is potentially an object there.

- Expose a new object attribute for "rich" interest targets that are not just plain text (plain text targets are exposed as descriptions)
- Unlike the details relation, the state is exposed even if if the
target is currently hidden

This will allow ATs to inform users that there is an interest target
present, so that they can use the command to bring it up
(e.g. ctrl+insert+enter  should work on JAWS, which routes the
mouse cursor to the object to trigger any mouseover effects).

Fixed: 377923492
Change-Id: I6103ce77154e94b14d67f6195888efc616e220f6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6012299
Commit-Queue: Aaron Leventhal <aleventhal@chromium.org>
Reviewed-by: David Tseng <dtseng@chromium.org>
Reviewed-by: Mark Schillaci <mschillaci@google.com>
Reviewed-by: Dominic Farolino <dom@chromium.org>
Auto-Submit: Aaron Leventhal <aleventhal@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1383299}
2024-11-14 22:59:47 +00:00
..
2024-10-10 20:35:01 +00:00
2024-10-18 17:39:17 +00:00

This will become a reusable extensions module. It implements the core parts of Chrome's extension system, and can be used with any host of the content module.

Some extensions code that is not Chrome-specific still lives in //chrome/browser/extensions and will be moved here.

Technical Documentation: