Skip to content

Commit

Permalink
drop redundant role=presentation from slot element
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus authored May 8, 2024
1 parent 7cb0674 commit f6a218f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tab-container-element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ export class TabContainerElement extends HTMLElement {
const panelSlot = document.createElement('slot')
panelSlot.setAttribute('part', 'panel')
panelSlot.setAttribute('name', 'panel')
panelSlot.setAttribute('role', 'presentation')
const beforeTabSlot = document.createElement('slot')
beforeTabSlot.setAttribute('part', 'before-tabs')
beforeTabSlot.setAttribute('name', 'before-tabs')
Expand Down

0 comments on commit f6a218f

Please sign in to comment.