Skip to content

Progress: Improve accessibility#9060

Merged
henon merged 1 commit intoMudBlazor:devfrom
danielchalmers:a11y-7
May 25, 2024
Merged

Progress: Improve accessibility#9060
henon merged 1 commit intoMudBlazor:devfrom
danielchalmers:a11y-7

Conversation

@danielchalmers
Copy link
Member

Description

  • Format razor
  • Use aria-live=polite to announce changes to the screen reader.
  • Use ToInvariantString in Circular like Linear
  • Apply user attributes at the end so they can override our defaults
  • Adds aria min and max values for Circular
  • DivClassname -> Classname
  • MagicNumber fix naming violation

How Has This Been Tested?

visually

Type of Changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation (fix or improvement to the website or code docs)

Checklist

  • The PR is submitted to the correct branch (dev).
  • My code follows the code style of this project.
  • I've added relevant tests.

- Format razor
- Use `aria-live=polite` to announce changes to the screen reader.
- Use `ToInvariantString` in Circular like Linear
- Apply user attributes at the end so they can override our defaults
- Adds aria min and max values for Circular
- `DivClassname` -> `Classname`
- `MagicNumber` fix naming violation
@github-actions github-actions bot added enhancement Adds a new feature or enhances existing functionality (not fixing a defect) in the main library PR: needs review labels May 25, 2024
@danielchalmers danielchalmers added accessibility Accessibility concerns (ARIA, keyboard, focus, screen readers, contrast) and removed enhancement Adds a new feature or enhances existing functionality (not fixing a defect) in the main library PR: needs review labels May 25, 2024
@danielchalmers
Copy link
Member Author

cc @igotinfected 3 of 3

@codecov
Copy link

codecov bot commented May 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.62%. Comparing base (28bc599) to head (1431eb9).
Report is 233 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #9060      +/-   ##
==========================================
+ Coverage   89.82%   90.62%   +0.79%     
==========================================
  Files         412      398      -14     
  Lines       11878    12372     +494     
  Branches     2364     2403      +39     
==========================================
+ Hits        10670    11212     +542     
+ Misses        681      621      -60     
- Partials      527      539      +12     

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

@ScarletKuro ScarletKuro requested a review from henon May 25, 2024 08:19
Copy link
Member

@igotinfected igotinfected left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@henon henon merged commit 85ec53b into MudBlazor:dev May 25, 2024
@henon
Copy link
Contributor

henon commented May 25, 2024

Thanks

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

Labels

accessibility Accessibility concerns (ARIA, keyboard, focus, screen readers, contrast)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants