Захар Авсиевич, EffectiveSoft
How Better design could make mobile devices easier for seniors to use
UsableNet Releases its 2019 ADA Web Accessibility and App Lawsuit Report
The Difference Between WCAG A and WCAG AA Conformance? - Level Access
Сила Интернета заключается в его универсальности. Всеобщая доступность, невзирая на ограничения здоровья, является непременным его условием
article, section, nav, aside, h1, h2, h3, h4, h5, h6, header, footer, p, address, hr, blockquote, ol, ul, li, dl, dt, dd, figure, figcaption, main, a, em, strong, small, cite, q, time, code, sub and sups, mark, picture, source, img, table, caption, colgroup, col, tbody, thead, tfoot, tr, td, th, form, label, input, button, select, datalist, optgroup, option, textarea, progress, fieldset, legend, details, summary, dialog.
<header>
<nav>
<main>
<button>
<h*>
<footer>
<button>I'am button</button>
<input type="checkbox" checked>
<header role="banner"></header>
<div role="button"></div>
<nav role="banner"></nav>
<header role="contentinfo"></header>
<header role="button">
Хедер или кнопка?
</header>
<button aria-disabled="true">
Кликабельна или нет?
</button>
<input type="checkbox"
aria-checked="false"
checked
>
<button aria-label="Закрыть меню">
x
</button>
<section aria-labelledby="heading">
<h3 id="heading">
Описывает секцию
</h3>
</section>
<button aria-controls="section">
Контролирует секцию
</button>
<section id="section"
aria-expanded="true">
Контролируется кнопкой
</section>
<i class="fab fa-accessible-icon"
aria-hidden="true">
</i>
<div class="checkbox"></div>
<div
class="checkbox"
role="checkbox">
</div>
<div
class="checkbox"
role="checkbox"
tabindex="0">
</div>
<div
class="checkbox"
role="checkbox"
tabindex="0"
aria-label="Включить уведомления">
</div>
<div
class="checkbox"
role="checkbox"
tabindex="0"
aria-label="Включить уведомления"
aria-checked="false">
</div>
role="tab"
id="tab-id"
aria-controls="item-id"
aria-selected="true/false"
role="tabpanel"
id="item-id"
aria-labelledby="btn-id"