core(config): enable and add new axe audits for agentic category#16965
Merged
Conversation
Collaborator
Author
74e3f0e to
41a77c9
Compare
lusayaa
reviewed
Apr 14, 2026
41a77c9 to
4cadcd1
Compare
4cadcd1 to
526a932
Compare
paulirish
approved these changes
Apr 14, 2026
paulirish
left a comment
Member
There was a problem hiding this comment.
if you could.. do a search in the LH repo for each of these ids..
like the top global search (across code, issues, PRs)
- duplicate-id-active - apparently we used to have but removed cuz the axe rule was deprecated
- autocomplete valid - no discussion
- presentation-role-conflict - no discussion
- svg-img-alt - was added back here and we disabled it cuz we didnt make the audit. #10344 (comment) but.. you are so.. i guess its fine.
you can also look at https://github.com/dequelabs/axe-core/blob/develop/doc/rule-descriptions.md#deprecated-rules for the source of truth.
but yeah.. as i've now gone through these. these changes (aside from dup-id-active) seem good.
526a932 to
3c8795c
Compare
The new Baseline Compatibility audit introduces a UI string. This updates the allowed collisions array in to prevent CI assertion failures.
3c8795c to
06837e6
Compare
06837e6 to
5f644bb
Compare
5f644bb to
21d2f45
Compare
lusayaa
approved these changes
Apr 15, 2026
21d2f45 to
46331dc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR expands the accessibility auditing capabilities for the "Agentic Browsing" configuration in Lighthouse. It introduces four new accessibility audits, enables them in the axe-core gatherer, and adds them to the specific agent-accessibility configuration group.