drop redundant role=presentation from slot element

This commit is contained in:
Keith Cirkel 2024-05-08 18:09:46 +01:00 коммит произвёл GitHub
Родитель 7cb0674e5f
Коммит f6a218f24f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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')