We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cb0674 commit f6a218fCopy full SHA for f6a218f
src/tab-container-element.ts
@@ -184,7 +184,6 @@ export class TabContainerElement extends HTMLElement {
184
const panelSlot = document.createElement('slot')
185
panelSlot.setAttribute('part', 'panel')
186
panelSlot.setAttribute('name', 'panel')
187
- panelSlot.setAttribute('role', 'presentation')
188
const beforeTabSlot = document.createElement('slot')
189
beforeTabSlot.setAttribute('part', 'before-tabs')
190
beforeTabSlot.setAttribute('name', 'before-tabs')
0 commit comments