diff --git a/_rules/aria-global-property-not-prohibited-kb1m8s.md b/_rules/aria-global-property-not-prohibited-kb1m8s.md index bd0e86fb94..40e1e3649c 100755 --- a/_rules/aria-global-property-not-prohibited-kb1m8s.md +++ b/_rules/aria-global-property-not-prohibited-kb1m8s.md @@ -135,10 +135,10 @@ The `aria-roledescription` property is [prohibited][] for an element with a `gen #### Failed Example 5 -The `aria-brailleroledescription` property is [prohibited][] for an element with a `none` role. +The `aria-brailleroledescription` property is [prohibited][] for an element with a `generic` role. ```html -

I like bananas

+
I like bananas
``` ### Inapplicable