We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cceac68 commit 6b531d3Copy full SHA for 6b531d3
sidebar/sidebar.stache
@@ -22,7 +22,11 @@
22
{{child.shortTitle}}
23
</a>
24
{{#if child.isCollapsible}}
25
- <button on:click="child.collapse()">
+ <button
26
+ aria-label="{{#if child.isCollapsed}}Expand{{else}}Collapse{{/if}} section"
27
+ aria-pressed="{{#if child.isCollapsed}}false{{else}}true{{/if}}"
28
+ on:click="child.collapse()"
29
+ >
30
{{#if child.isCollapsed}}
31
+
32
{{else}}
0 commit comments