commit | 283cc227130f570fc679c2d6ad9028226b83ea79 | [log] [tgz] |
---|---|---|
author | Sara Tang <sartang@microsoft.com> | Mon Oct 17 22:30:20 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 17 22:30:20 2022 |
tree | e156b81f4ca94190037990e763b15e350ddf932e | |
parent | f858c39f5e1200d73f844b961781d20c07d88902 [diff] |
[Confirmation of Action] entry points Design doc: https://docs.google.com/document/d/1pz7KQUgd3zjjH7aTWFTFBEps_GrxXF3pZjaV8H76WjA/edit?usp=sharing The confirmation of action API aims to address accessibility scenarios that are not tied to a DOM node. This is the initial commit for CoA entrypoints. It creates and implements the relevant JS function calls and adds an experimental flag to guard the API while it is under development. AX-Relnotes: Add element.ariaNotify and document.ariaNotify JS APIs. Bug: 1291098 Change-Id: Ifc1b276b3c011027f6372e861f36a90cc5600196 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3453306 Reviewed-by: Daniel Libby <dlibby@microsoft.com> Commit-Queue: Sara Tang <sartang@microsoft.com> Cr-Commit-Position: refs/heads/main@{#1060178}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.