Skip to content

Commit 0467888

Browse files
committed
Removed a stray line. It was in the wrong file.
1 parent 6a78798 commit 0467888

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/rules/no-static-element-interactions.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ If your element is catching bubbled click or key events from descendant elements
5252

5353
Marking an element with the role `presentation` indicates to assistive technology that this element should be ignored; it exists to support the web application and is not meant for humans to interact with directly.
5454

55-
### Case: This element is a heading that toggles a section of the page.
56-
57-
5855
### References
5956
1. [WAI-ARIA `role` attribute](https://www.w3.org/TR/wai-aria-1.1/#usage_intro)
6057
1. [WAI-ARIA Authoring Practices Guide - Design Patterns and Widgets](https://www.w3.org/TR/wai-aria-practices-1.1/#aria_ex)

0 commit comments

Comments
 (0)