microsoft / axe-windows

Automated accessibility testing engine for Windows applications
MIT License
136 stars 62 forks source link

chore: Fix malformed rule description #775

Closed DaveTryon closed 1 year ago

DaveTryon commented 2 years ago

Details

We noticed that the description for the LocalizedLandmarkTypeExcludesPrivateUnicodeCharacters was malformed. It read:

The [StringProperty not set] property must not contain any characters in the private Unicode range.

It should read:

The LocalizedControlType property must not contain any characters in the private Unicode range.

Easy fix, just add the description to the property and rebuild RulesDescription.md

Motivation

Docs should be correct

Context

Pull request checklist

codecov-commenter commented 2 years ago

Codecov Report

Merging #775 (93b06c3) into main (4fc19c3) will increase coverage by 1.02%. The diff coverage is 77.56%.

:exclamation: Current head 93b06c3 differs from pull request most recent head 2c352a9. Consider uploading reports for the commit 2c352a9 to get more accurate results

@@            Coverage Diff             @@
##             main     #775      +/-   ##
==========================================
+ Coverage   73.70%   74.72%   +1.02%     
==========================================
  Files         398      420      +22     
  Lines       12046    12940     +894     
==========================================
+ Hits         8878     9669     +791     
- Misses       3168     3271     +103     
Impacted Files Coverage Δ
src/Actions/Actions/ControlPatternAction.cs 0.00% <0.00%> (ø)
src/Actions/Actions/CustomUIAAction.cs 0.00% <0.00%> (ø)
src/Actions/Actions/ListenAction.cs 0.00% <0.00%> (ø)
src/Actions/Actions/LoadActionParts.cs 90.90% <ø> (ø)
src/Actions/Actions/SetDataAction.cs 0.00% <0.00%> (ø)
...rc/Actions/Attributes/InteractionLevelAttribute.cs 0.00% <ø> (ø)
src/Actions/Contexts/ElementDataContext.cs 86.36% <ø> (ø)
src/Actions/Misc/ExtensionMethods.cs 7.46% <0.00%> (-31.60%) :arrow_down:
src/Actions/Resources/ErrorMessages.Designer.cs 0.00% <ø> (-55.56%) :arrow_down:
src/Automation/Data/OutputFile.cs 88.88% <ø> (ø)
... and 283 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.