You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix-broken-summary-link
* Add link destination to ensure it works properly
* Update summary-non-empty-accessible-name-2t702h.md
---------
Co-authored-by: Daniel <dmontalvo@w3.org>
Copy file name to clipboardExpand all lines: _rules/summary-non-empty-accessible-name-2t702h.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,11 @@ acknowledgments:
21
21
22
22
## Applicability
23
23
24
-
This rule applies to HTML `summary` elements for which all the following is true:
24
+
This rule applies to HTML `summary` elements for which all the following are true:
25
25
26
26
- the element is [included in the accessibility tree][]; and
27
27
- the element works as the [summary button for its parent `details` element][details summary]; and
28
-
- the element has no [explicit role][], or the [explicit role][] is ignored due to a [presentational role conflict][].
28
+
- the element has no [explicit role][], or the [explicit role][] is ignored due to a [presentational role conflict][presentational roles conflict].
29
29
30
30
## Expectation
31
31
@@ -130,7 +130,7 @@ This `summary` element has no [accessible name][], or an accessible name with ju
130
130
131
131
#### Failed Example 2
132
132
133
-
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][].
133
+
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][].
134
134
135
135
```html
136
136
<details>
@@ -200,7 +200,7 @@ This `summary` element is hidden to everyone.
200
200
[explicit role]: #explicit-role'Definition of explicit role'
201
201
[focusable]: #focusable'Definition of focusable'
202
202
[included in the accessibility tree]: #included-in-the-accessibility-tree'Definition of included in the accessibility tree'
[details summary]: https://html.spec.whatwg.org/multipage/interactive-elements.html#summary-for-its-parent-details' HTML 5 definition of summary for its parent details'
0 commit comments