commit | c8ef5f0a8e7536f27bb864d07672c859b1744869 | [log] [tgz] |
---|---|---|
author | Benjamin Beaudry <bebeaudr@microsoft.com> | Thu Jan 27 05:06:37 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 27 05:06:37 2022 |
tree | f68cc480a4451fbc4564713ef990def10cf1bfc1 | |
parent | 61f8b67cf60ee42a24dff3ab3a1cac265c2c3a30 [diff] |
Compute PosInSet and SetSize for TreeGrid rows when no value Based on a discussion the ARIA WG had in December [1], we should now compute the PosInSet and SetSize values for TreeGrid rows automatically when no value is explicitly provided by the author. We implement this change in this CL. [1] https://www.w3.org/2021/12/09-aria-minutes.html#t05 AX-Relnotes: Compute PosInSet and SetSize for TreeGrid rows automatically when no author-provided value. Bug: 1234710 Change-Id: I2dbdf751e22ea5da88813365a204e33973b9c17c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3387491 Reviewed-by: Aaron Leventhal <aleventhal@chromium.org> Commit-Queue: Benjamin Beaudry <benjamin.beaudry@microsoft.com> Cr-Commit-Position: refs/heads/main@{#963894}
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.