Skip to content

Commit

Permalink
chore: Update Rules with latest changes (#910)
Browse files Browse the repository at this point in the history
#### Details

We had some rule changes that didn't update RulesDescription.md. This PR
just runs the RulesMD project to refresh the file in the repo.

##### Motivation

Docs should be in sync with rules.

##### Context

<!-- Are there any parts that you've intentionally left out-of-scope for
a later PR to handle? -->

<!-- Were there any alternative approaches you considered? What
tradeoffs did you consider? -->

#### Pull request checklist
<!-- If a checklist item is not applicable to this change, write "n/a"
in the checkbox -->
- [n/a] Addresses an existing issue:
  • Loading branch information
DaveTryon authored Apr 27, 2023
1 parent f5fb031 commit 29d2869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/RulesDescription.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ NameEmptyButElementNotKeyboardFocusable | NeedsReview | The Name property for th
NameWithValidBoundingRectangle | Warning | An interactive element with a valid Name property is usually expected to have a valid BoundingRectangle that is not null and has area. | Section 508 502.3.1 ObjectInformation
NameOnOptionalType | NeedsReview | The Name property for the given element type is optional. | Section 508 502.3.1 ObjectInformation
NameNoSiblingsOfSameType | NeedsReview | The Name property of the given element may be null or empty if the element has no siblings of the same type. | Section 508 502.3.1 ObjectInformation
NameOnCustomWithParentWPFDataItem | NeedsReview | The Name property of a custom control may be empty if the parent is a WPF dataitem. | Section 508 502.3.1 ObjectInformation
NameOnCustomWithParentWPFDataItem | NeedsReview | The Name property of a custom control may be empty if the parent is a WPF DataItem. | Section 508 502.3.1 ObjectInformation
NameIsInformative | Error | The Name property of an element should not contain class names like 'Microsoft.*.*' or 'Windows.*.*' as these are not usually informative. | Section 508 502.3.1 ObjectInformation
LocalizedControlTypeNotWhiteSpace | Error | The LocalizedControlType property must not contain only white space. | Section 508 502.3.1 ObjectInformation
LocalizedControlTypeNotEmpty | Error | The LocalizedControlType property must not be an empty string. | Section 508 502.3.1 ObjectInformation
Expand All @@ -156,7 +156,7 @@ ClickablePointOnScreenWPF | Error | An element's IsOffScreen property must be fa
ClickablePointOffScreen | Warning | An element's IsOffScreen property must be true when its clickable point is off-screen. | Section 508 502.3.1 ObjectInformation
FrameworkDoesNotSupportUIAutomation | Error | The framework used to build this application does not support. | Section 508 502.3.1 ObjectInformation
EdgeBrowserHasBeenDeprecated | Error | The non-Chromium version of Microsoft Edge has been deprecated. | Section 508 502.3.1 ObjectInformation
ChromiumComponentsShouldUseWebScanner | Error | Chromium components should be scanned with a web-based scanner. | Not applicable
ChromiumComponentsShouldUseWebScanner | Error | Chromium components should be scanned with a web-based scanner. | WCAG 1.3.1 InfoAndRelationships

## Severity descriptions

Expand Down

0 comments on commit 29d2869

Please sign in to comment.