Skip to content

Improve MudListItemExtended Accessibility - #616

Merged
mckaragoz merged 3 commits into
CodeBeamOrg:devfrom
PlayerModu:dev
Apr 8, 2026
Merged

Improve MudListItemExtended Accessibility#616
mckaragoz merged 3 commits into
CodeBeamOrg:devfrom
PlayerModu:dev

Conversation

@PlayerModu

Copy link
Copy Markdown
Contributor

Why
• Improves screen-reader/test automation behavior and overall ARIA semantics for MudListItems and associated checkboxes.

What changed
• Added a new AccessibleName property to MudListItemExtended and wired it into aria-label.
• Added role and aria-selected attributes to MudListItemExtended for correct semantics.
• Added checkbox aria-label identification

Migration notes
• No breaking changes. Consumers who want custom accessible labels can set AccessibleName on MudListItemExtended to provide an explicit aria-label.

@codecov

codecovBot commented Apr 8, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 50.00000% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 68.07%. Comparing base (28fde7e) to head (d0f06c2).
⚠️ Report is 2 commits behind head on dev.

Files with missing linesPatch %Lines
...mponents/ListExtended/MudListItemExtended.razor.cs50.00%1 Missing and 4 partials ⚠️

❌ Your patch status has failed because the patch coverage (50.00%) is below the target coverage (90.00%). You can increase the patch coverage or adjust the target coverage.

Additional details and impacted files
@@ Coverage Diff @@## dev #616 +/- ##
==========================================
- Coverage 68.09% 68.07% -0.03% 
==========================================
Files 107 107 Lines 7495 7504 +9 Branches 1286 1292 +6 ==========================================
+ Hits 5104 5108 +4 - Misses 1916 1917 +1 - Partials 475 479 +4 

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mckaragoz
mckaragoz merged commit 6a7efdc into CodeBeamOrg:devApr 8, 2026
2 of 3 checks passed
@mckaragoz

Copy link
Copy Markdown
Contributor

Thanks 🥇

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@PlayerModu@mckaragoz