drop redundant role=presentation from slot element
This commit is contained in:
Родитель
7cb0674e5f
Коммит
f6a218f24f
|
@ -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')
|
||||
|
|
Загрузка…
Ссылка в новой задаче