Skip to content

Commit f6a218f

Browse files
authored
drop redundant role=presentation from slot element
1 parent 7cb0674 commit f6a218f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tab-container-element.ts

-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ export class TabContainerElement extends HTMLElement {
184184
const panelSlot = document.createElement('slot')
185185
panelSlot.setAttribute('part', 'panel')
186186
panelSlot.setAttribute('name', 'panel')
187-
panelSlot.setAttribute('role', 'presentation')
188187
const beforeTabSlot = document.createElement('slot')
189188
beforeTabSlot.setAttribute('part', 'before-tabs')
190189
beforeTabSlot.setAttribute('name', 'before-tabs')

0 commit comments

Comments
 (0)