Tag
Jake Archibald shares an accessibility mistake he made implementing tooltips with popover="hint" and aria-describedby, and explains the correct pattern after feedback from accessibility experts.
The article criticizes the misuse of ARIA and the ARIA Authoring Practices Guide (APG), warning against using LLM agents to generate code from the APG, and emphasizes that native HTML should be preferred over ARIA for accessibility.
A blog post by Ben Meyer shares new-to-me facts about the HTML <dl> element, including that multiple <dd> can follow a <dt>, grouping within <div>, ARIA labeling, and that they've been called 'description lists' since 2008.