Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This constant has been renamed to `ax::mojom::Role::kSectionFooter`. Chromium change: https://chromium.googlesource.com/chromium/src/+/03a093c456608e8deb9e0c7ce2077f09022ac3f3 commit 03a093c456608e8deb9e0c7ce2077f09022ac3f3 Author: Jocelyn Tran <[email protected]> Date: Fri Aug 16 15:53:13 2024 +0000 [A11y] Rename kHeaderAsNonLandmark and kFooterAsNonLandmark Two new roles are being added to aria: sectionheader and sectionfooter [1]. header scoped to the main element or a sectioning content element will map to sectionheader and footer scoped to the main element or a sectioning content element will map to sectionfooter. There are two existing internal roles, kHeaderAsNonLandmark and kFooterAsNonLandmark, that represent these concepts so only the role name and output strings for the platform APIs have to be updated. [1] w3c/aria#1931 Fixed: 337094897, 358159988, 358192585
- Loading branch information