From 439d59c3332ba06bac601177567d88c45a8a1379 Mon Sep 17 00:00:00 2001 From: Giacomo Petri Date: Sat, 1 Feb 2025 13:46:09 +0100 Subject: [PATCH] Update aria-state-or-property-permitted-5c01ea.md --- _rules/aria-state-or-property-permitted-5c01ea.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_rules/aria-state-or-property-permitted-5c01ea.md b/_rules/aria-state-or-property-permitted-5c01ea.md index e9e49899c4..99042d7821 100755 --- a/_rules/aria-state-or-property-permitted-5c01ea.md +++ b/_rules/aria-state-or-property-permitted-5c01ea.md @@ -129,7 +129,7 @@ The `aria-checked` [state][] is [required][] for the [semantic][semantic role] ` The `aria-controls` [property][] is [required][] for the [semantic][semantic role] `combobox`. ```html - + ``` #### Passed Example 7 @@ -137,7 +137,7 @@ The `aria-controls` [property][] is [required][] for the [semantic][semantic rol The `aria-controls` [property][] is [required][] for the [semantic][semantic role] `combobox`. [WAI-ARIA states and properties][wai-aria state or property] with empty value are still applicable to this rule. ```html - + ``` #### Passed Example 8 @@ -145,7 +145,7 @@ The `aria-controls` [property][] is [required][] for the [semantic][semantic rol The `aria-controls` [property][] is [required][] for the [semantic][semantic role] `combobox`. [WAI-ARIA states and properties][wai-aria state or property] with empty value (specified as an empty string) are still applicable to this rule. ```html - + ``` #### Passed Example 9