Skip to content

Commit ce38577

Browse files
committed
fix(a11y): add role=listitem to the "dots" button
role=list requires all children to have role=listitem
1 parent 1516f6a commit ce38577

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/uui-pagination/lib/uui-pagination.element.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ export class UUIPaginationElement extends LitElement {
300300
return html`<uui-button
301301
compact
302302
look="outline"
303+
role="listitem"
303304
tabindex="-1"
304305
class="dots"
305306
label="More pages"

0 commit comments

Comments
 (0)