From 4fe0f569ffd3e5cfca9b189a07cf6eb496fa531d Mon Sep 17 00:00:00 2001 From: Wilco Fiers Date: Tue, 11 Feb 2025 12:59:05 +0100 Subject: [PATCH] summary name, fix markdown error --- _rules/summary-non-empty-accessible-name-2t702h.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_rules/summary-non-empty-accessible-name-2t702h.md b/_rules/summary-non-empty-accessible-name-2t702h.md index b103f993c66..d0a24bb97f8 100755 --- a/_rules/summary-non-empty-accessible-name-2t702h.md +++ b/_rules/summary-non-empty-accessible-name-2t702h.md @@ -34,7 +34,7 @@ Each target element has an [accessible name][] that is not empty (`""`), nor jus ## Background -This rule is only applicable to `summary` elements that the browser will use as controls for a `details` element. While this rule is not applicable to `summary` elements with an [explicit semantic role][], most of the time these likely do still require an [accessible name][]. This is covered by other rules, such as the [Button has non-empty accessible name][97a4e1]. +This rule is only applicable to `summary` elements that the browser will use as controls for a `details` element. While this rule is not applicable to `summary` elements with an [explicit role][], most of the time these likely do still require an [accessible name][]. This is covered by other rules, such as the [Button has non-empty accessible name][97a4e1]. If the `summary` element is not included in the accessibility tree, but is still included in sequential focus navigation, this can result in accessibility issues not tested by this rule. This is covered under [Element with aria-hidden has no content in sequential focus navigation][6cfa84].