Академія
Правило доступності · table-duplicate-name
Таблиці не повинні мати однаковий summary та caption
НезначнийНайкращі практики, RGAA
Впливає на:BlindDeafblind
Таблиця не повинна мати однаковий summary та <caption>.
Як виправити
<!-- ❌ Неправильно: однаковий текст -->
<table summary="Ціни на продукти">
<caption>Ціни на продукти</caption>
</table>
<!-- ✅ Правильно: різний текст -->
<table>
<caption>Ціни на продукти</caption>
...
</table>Ресурси · Зовнішні посилання
- №01H39: Using caption elements to associate data table captions with data tables
- №02H43: Using id and headers attributes to associate data cells with header cells in data tables
- №03H51: Using table markup to present tabular information
- №04H63: Using the scope attribute to associate header cells and data cells in data tables
- №05H73: Using the summary attribute of the table element to give an overview of data tables
Безкоштовна перевірка
Перевірте свій сайт
Дізнайтеся, чи є це порушення на вашому ресурсі
Безкоштовний аудит