Skip to content

Commit 02b8edd

Browse files
authored
Remove extraneous colon from heading for 'WAI-ARIA Roles, States, and Properties' (pull #3302)
Resolves issue #3300 by removing the trailing colon (:) character at the end of the heading for roles, states, and properties.
1 parent a8abeff commit 02b8edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/patterns/accordion/accordion-pattern.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h2>Keyboard Interaction</h2>
7474
</section>
7575

7676
<section id="roles_states_properties">
77-
<h2>WAI-ARIA Roles, States, and Properties:</h2>
77+
<h2>WAI-ARIA Roles, States, and Properties</h2>
7878
<ul>
7979
<li>The title of each accordion header is contained in an element with role <a href="#button" class="role-reference">button</a>.</li>
8080
<li>

0 commit comments

Comments
 (0)