commit | a923c0870a632c4396c2fa11be0b4cd8503a7fc6 | [log] [tgz] |
---|---|---|
author | Yanling Wang <[email protected]> | Tue May 23 21:50:21 2023 |
committer | Devtools-frontend LUCI CQ <devtools-frontend-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 24 16:11:58 2023 |
tree | 2b19df75ddcc223c375a2bc664ce9d6024f10775 | |
parent | 65f473e0e4438e71b6869380937c9067a06727c3 [diff] |
[Accessibility] remove additional role setting for column header Currently, While navigating in table row cells in sortable column, column header text is not associated with cell content. The root cause is that we set the role for column header to be button if it's sortable, which causing screen reader won't identify the associated column header of the cell. With the extra text 'Press enter to apply sorting filter', users have enough information to interact with column header. Thus, remove this line to allow column header text associated with cell content. Now using 'ctrl+shift+alt+up' key on cell, screen reader will announce its column header info even if it's in sortable column. Bug: none Change-Id: Ib4a2f683a0d15e241887f9bcfbc03ad4434bf067 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/4559346 Reviewed-by: Jack Franklin <[email protected]> Commit-Queue: Yanling Wang <[email protected]>
The client-side of the Chrome DevTools, including all JS & CSS to run the DevTools webapp.
The frontend is available on chromium.googlesource.com.
Check out the project documentation for instructions to set up, use, and maintain a DevTools front-end checkout, as well as design guidelines, and architectural documentation.
DevTools frontend repository is mirrored on GitHub.
DevTools frontend is also available on NPM as the chrome-devtools-frontend package. It's not currently available via CJS or ES modules, so consuming this package in other tools may require some effort.
The version number of the npm package (e.g. 1.0.373466
) refers to the Chromium commit position of latest frontend git commit. It's incremented with every Chromium commit, however the package is updated roughly daily.
All DevTools commits: View the log or follow @DevToolsCommits on Twitter
All open DevTools tickets on crbug.com
File a new DevTools ticket: new.crbug.com
Code reviews mailing list: [email protected]
@ChromeDevTools on Twitter
Chrome DevTools mailing list: groups.google.com/forum/google-chrome-developer-tools