- From: Matt A. Bear <matt.bear@tenerity.com>
- Date: Wed, 5 Oct 2022 18:45:05 +0000
- To: "public-aria-practices@w3.org" <public-aria-practices@w3.org>
Received on Thursday, 6 October 2022 01:58:18 UTC
I've just come across the WAI patterns and I have to say I'm surprised that there are so many examples that don't use semantic HTML. For example the Link pattern uses a SPAN with a role of Link, and Listbox uses an unordered list and list items instead of SELECT/OPTION. Radio Group uses SVG instead of HTML Radio buttons. With new patterns like Carousel or TreeView, I understand the need for...idiosyncratic HTML. But why encourage developers to use non-standard HTML elements to recreate functionality that already exists in HTML (LINK vs A, etc..)? It just seems like a step backwards.
Received on Thursday, 6 October 2022 01:58:18 UTC