Skip to content

Commit

Permalink
Merge pull request #93 from github/drop-redundant-role=presentation-f…
Browse files Browse the repository at this point in the history
…rom-slot-element

drop redundant role=presentation from slot element
  • Loading branch information
keithamus authored May 9, 2024
2 parents 7cb0674 + f6a218f commit 17a45e7
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 17a45e7

Please sign in to comment.