From c505b2fb306d3fdf8e0daeda4d9fabf60abf87ba Mon Sep 17 00:00:00 2001 From: Giacomo Petri Date: Sat, 1 Feb 2025 13:58:48 +0100 Subject: [PATCH 1/2] Update aria-state-or-property-permitted-5c01ea.md --- _rules/aria-state-or-property-permitted-5c01ea.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_rules/aria-state-or-property-permitted-5c01ea.md b/_rules/aria-state-or-property-permitted-5c01ea.md index e9e49899c4..f79356919f 100755 --- a/_rules/aria-state-or-property-permitted-5c01ea.md +++ b/_rules/aria-state-or-property-permitted-5c01ea.md @@ -207,7 +207,7 @@ The `aria-label` property is [prohibited][] for an element with a `generic` role This `div` element has no [WAI-ARIA state or property][]. ```html -
A region of content
+
A region of content
``` #### Inapplicable Example 2 From 66fda53006a62a41e0cc67153cc13054371034f2 Mon Sep 17 00:00:00 2001 From: Giacomo Petri Date: Mon, 3 Feb 2025 10:13:36 +0100 Subject: [PATCH 2/2] Update aria-state-or-property-permitted-5c01ea.md --- _rules/aria-state-or-property-permitted-5c01ea.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_rules/aria-state-or-property-permitted-5c01ea.md b/_rules/aria-state-or-property-permitted-5c01ea.md index f79356919f..2b6841d5c5 100755 --- a/_rules/aria-state-or-property-permitted-5c01ea.md +++ b/_rules/aria-state-or-property-permitted-5c01ea.md @@ -207,7 +207,7 @@ The `aria-label` property is [prohibited][] for an element with a `generic` role This `div` element has no [WAI-ARIA state or property][]. ```html -
A region of content
+
A group of content
``` #### Inapplicable Example 2