Skip to content

Commit 8294b37

Browse files
committed
fix(pagination): remove implicit role=navigation
1 parent 942ebd3 commit 8294b37

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/kit-headless/src/components/pagination/pagination.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ export const Pagination = component$<PaginationProps>((props) => {
3535

3636
return (
3737
<nav
38-
role="navigation"
3938
aria-label="pagination"
4039
data-testid="pagination"
4140
class={_class}

0 commit comments

Comments
 (0)