0
Files
src/chrome
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-11-14 17:30:25 +00:00

Chrome

This directory contains the open source, application layer of Google Chrome.

Unlike other parts of Chromium like //content, which provide framework intended to support multiple products, this directory contains code that is focused on building specific products with opinionated UX.

Specific products include:

  • Chrome desktop browser for Chrome OS, Windows, Mac and Linux
  • Chrome mobile browser for Android
  • Chrome OS system UI

See //ios/chrome for the Chrome mobile browser for iOS, and note that code that is shared between //chrome and //ios/chrome is typically factored out into //components.