Skip to content

Commit 1010f73

Browse files
authored
fix(ui5-li-groupheader): use group role on UL nodes only (#5518)
Fixes: #5400
1 parent 82317d0 commit 1010f73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/main/src/GroupHeaderListItem.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<li
1+
<ul
22
part="native-li"
33
tabindex="{{_tabIndex}}"
44
class="ui5-ghli-root {{classes.main}}"
@@ -12,4 +12,4 @@
1212
<div id="{{_id}}-content" class="ui5-li-content">
1313
<span class="ui5-ghli-title"><slot></slot></span>
1414
</div>
15-
</li>
15+
</ul>

0 commit comments

Comments
 (0)