From 2cd37ec78504b8658d69d9196da3f3e20bf33788 Mon Sep 17 00:00:00 2001 From: Giacomo Petri Date: Thu, 7 May 2026 12:36:16 +0200 Subject: [PATCH] Update aria-global-property-not-prohibited-kb1m8s.md --- _rules/aria-global-property-not-prohibited-kb1m8s.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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