-
-
Notifications
You must be signed in to change notification settings - Fork 51.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: fix Tabs a11y issue #52677
fix: fix Tabs a11y issue #52677
Conversation
|
Deploying ant-design with
|
Latest commit: |
775110f
|
Status: | ✅ Deploy successful! |
Preview URL: | https://ad9eb8e8.ant-design.pages.dev |
Branch Preview URL: | https://chore-upgrade-tabs.ant-design.pages.dev |
👁 Visual Regression Report for PR #52677 Failed ❌
Important There are 1 diffs found in this PR: 🔄
|
WalkthroughThis pull request enhances the accessibility of the Tabs component by addressing an ARIA role compliance issue. The update ensures that specific ARIA roles contain the required children, improving the component's usability for assistive technologies. Changes
|
@@ -148,7 +146,7 @@ | |||
"rc-steps": "~6.0.1", | |||
"rc-switch": "~4.1.0", | |||
"rc-table": "~7.50.2", | |||
"rc-tabs": "~15.5.0", | |||
"rc-tabs": "~15.5.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The update of rc-tabs
from version ~15.5.0
to ~15.5.1
should be verified to ensure it resolves the ARIA role compliance issue without introducing new issues. Please ensure that all related components are tested for compatibility.
size-limit report 📦
|
More templates
commit: |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #52677 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 763 763
Lines 13781 13781
Branches 3610 3610
=========================================
Hits 13781 13781 ☔ View full report in Codecov by Sentry. |
中文版模板 / Chinese template
🤔 This is a ...
🔗 Related Issues
react-component/tabs#775
💡 Background and Solution
📝 Change Log
Certain ARIA roles must contain particular children
.Certain ARIA roles must contain particular children
的报错。