From 13b92bbedd2d07428e15c327860fa13fedd4a7ad Mon Sep 17 00:00:00 2001 From: WilcoFiers Date: Tue, 3 Sep 2024 12:46:18 +0000 Subject: [PATCH] fix-broken-summary-link (#2213) * fix-broken-summary-link * Add link destination to ensure it works properly * Update summary-non-empty-accessible-name-2t702h.md --------- Co-authored-by: Daniel --- content/rules/2t702h/proposed.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/rules/2t702h/proposed.md b/content/rules/2t702h/proposed.md index b6749bba1..8eeeaa47b 100644 --- a/content/rules/2t702h/proposed.md +++ b/content/rules/2t702h/proposed.md @@ -9,7 +9,7 @@ github: feedbackmail: public-wcag-act@w3.org footer: |

Rule Identifier: 2t702h

-

Date: Updated 26 August 2024

+

Date: Updated 3 September 2024

Authors: Wilco Fiers. Contributors: Participants of the ACT Rules Community Group (CG).

This rule was written in the ACT Rules Community Group. Implementations are part of the EU funded WAI-CooP Project. It will be reviewed by the Accessibility Guidelines Working Group (AG WG).

proposed: true @@ -20,7 +20,7 @@ rule_meta: original_file: summary-non-empty-accessible-name-2t702h.md description: | This rule checks that each `summary` element has a non-empty accessible name. - last_modified: 26 August 2024 + last_modified: 3 September 2024 scs_tested: - handle: Name, Role, Value num: 4.1.2 @@ -29,11 +29,11 @@ rule_meta: ## Applicability -This rule applies to HTML `summary` elements for which all the following is true: +This rule applies to HTML `summary` elements for which all the following are true: - the element is [included in the accessibility tree][]; and - the element works as the [summary button for its parent `details` element][details summary]; and -- the element has no [explicit role][], or the [explicit role][] is ignored due to a [presentational role conflict][]. +- the element has no [explicit role][], or the [explicit role][] is ignored due to a [presentational role conflict][presentational roles conflict]. ## Expectation @@ -177,7 +177,7 @@ This `summary` element has no [accessible name][], or an accessible name with ju Open in a new tab -This `summary` element has an [explicit role][] of `none`. However, it is [focusable][] (by default) which causes [Presentational Roles Conflict Resolution][]. It fails because it has an empty [accessible name][]. +This `summary` element has an [explicit role][] of `none`. However, it is [focusable][] (by default) which causes [Presentational Roles Conflict Resolution][presentational roles conflict]. It fails because it has an empty [accessible name][]. ```html
@@ -348,7 +348,7 @@ The _WAI ARIA Specifications_ group both the WAI ARIA W3C Recommendation and ARI [focusable]: #focusable 'Definition of focusable' [included in the accessibility tree]: #included-in-the-accessibility-tree 'Definition of included in the accessibility tree' [inclusive ancestors]: https://dom.spec.whatwg.org/#concept-tree-inclusive-ancestor 'DOM Definition of Inclusive Ancestor' -[presentational roles conflict resolution]: https://www.w3.org/TR/wai-aria-1.2/#conflict_resolution_presentation_none 'Presentational Roles Conflict Resolution' +[presentational roles conflict]: https://www.w3.org/TR/wai-aria-1.2/#conflict_resolution_presentation_none 'Presentational Roles Conflict Resolution' [role attribute]: https://www.w3.org/TR/role-attribute/ 'Specification of the role attribute' [rules for parsing integers]: https://html.spec.whatwg.org/#rules-for-parsing-integers [sequential focus navigation]: https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation