Mama of 2, tech generalist & junior frontend dev
β€οΈ swing dance, crochet & social justice
she/her BLM π³οΈβππ³οΈββ§οΈ ally
| Web (WIP) | http://sarajoy.dev |
Mama of 2, tech generalist & junior frontend dev
β€οΈ swing dance, crochet & social justice
she/her BLM π³οΈβππ³οΈββ§οΈ ally
| Web (WIP) | http://sarajoy.dev |
@dev_Paul thank you for the tips!
Mastodon.social also appears to be beset with issues probably because it's been/being hammered by new people like myself, which also feels like a good reason to jump...
A `<section>` is a meaningless element. Stop using it.
UNLESS you give it an accName. Then it becomes a region landmark:
https://www.w3.org/TR/html-aria/#el-section
Do not use `aria-label`. Associate `<section> with its `<h#>` via `aria-labelledby`. If it has no `<h#>`, stop using it.
This specification defines the authoring rules (author conformance requirements) for the use of Accessible Rich Internet Applications (WAI-ARIA) 1.2 and Digital Publishing WAI-ARIA Module 1.0 attributes on [HTML] elements. This specification's primary objective is to define requirements for use with conformance checking tools used by authors (i.e., web developers). These requirements will aid authors in their development of web content, including custom interfaces and widgets, which make use of ARIA to complement or extend the features of the host language [HTML].