Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Удаляет дубликат aria-label для кнопки копирования URL #336

Merged

Conversation

monochromer
Copy link
Member

@monochromer monochromer commented Sep 26, 2023

Для компонента tooltip создаётся дубликат атрибута aria-label в этих местах:

permalinkAttrs: () => ({
'aria-label': 'Этот заголовок',
}),

['aria-label', 'Копировать ссылку на заголовок'],
...Object.entries(opts.permalinkAttrs(slug, state)),

Браузеры в инспекторе не показывают этот дубликат, но в HTML он остаётся и на него жалуется W3C HTML validator.

Оставил этот aria-label - "Копировать ссылку на заголовок"

@pepelsbey pepelsbey merged commit 896e44f into web-standards-ru:main Sep 26, 2023
5 checks passed
@pepelsbey
Copy link
Member

Спасибо!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants