Skip to content

Commit cd1a919

Browse files
authored
Update button-input-button.html
1 parent 9fb3917 commit cd1a919

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

tests/button-input-button.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@ <h1>ARIA in HTML - test case for additional role allowances for <code>button</co
4949
</header>
5050
<main>
5151
<h2>Tests:</h2>
52-
<p>
52+
53+
<h3>
5354
Authors MAY use <code>role=gridcell</code>, <code>slider</code> or <code>treeitem</code> on a <code>button</code> element.
54-
</p>
55+
</h3>
5556

5657
<div class="flex">
5758
<div class="widgetDemo">
@@ -87,10 +88,10 @@ <h2>Tests:</h2>
8788
</p>
8889
</div>
8990
</div>
90-
<hr>
91-
<p>
91+
92+
<h3>
9293
Authors MAY use <code>role=gridcell</code>, <code>slider</code> or <code>treeitem</code> on a <code>input type=button</code> element.
93-
</p>
94+
</h3>
9495
<p>
9596
Note that while these roles are allowed, web authors will generally have a much easier time building these components using another HTML
9697
element as their base (e.g., a button or even a div).

0 commit comments

Comments
 (0)