Conversation
chikara1608
approved these changes
Jan 8, 2026
There was a problem hiding this comment.
Pull request overview
This pull request updates rule tags for experimental accessibility rules by removing the standalone "experimental" tag and adding three new tags: "a11y-engine", "a11y-engine-experimental", and "medium-accuracy". This change standardizes the tagging approach for experimental rules across the accessibility rule engine.
Key changes:
- Removed the generic "experimental" tag from five rule configuration files
- Added three new tags ("a11y-engine", "a11y-engine-experimental", "medium-accuracy") to replace the experimental tag
- Reformatted one rule file (hidden-content.json) to maintain consistent JSON structure
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| lib/rules/td-has-header.json | Replaced "experimental" with three new tags for the table header validation rule |
| lib/rules/table-fake-caption.json | Replaced "experimental" with three new tags for the table caption validation rule |
| lib/rules/hidden-content.json | Replaced "experimental" with three new tags and reformatted tags array from single-line to multi-line |
| lib/rules/focus-order-semantics.json | Replaced "experimental" with three new tags for the focus order validation rule |
| lib/rules/css-orientation-lock.json | Replaced "experimental" with three new tags for the CSS orientation lock validation rule |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Abhi3685
approved these changes
Jan 8, 2026
rohitsahu-bstack
approved these changes
Jan 8, 2026
Collaborator
rohitsahu-bstack
left a comment
There was a problem hiding this comment.
lgtm, pending @Abhi3685 approval
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.
<< Describe the changes >>
Closes: