We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7cb0674 + f6a218f commit 17a45e7Copy full SHA for 17a45e7
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