Post #2907405
2026-04-30 18:15 UTC
Replies (2)
-
@cwilcox808@c.im 2026-04-30 22:53
@tezoatlipoca@mas.to The most important reason to use semantic HTML elements like , , etc. is they make the web understandable and useable by people with disabilities using assistive technologies like screen readers. The browser uses the HTML to create not only the DOM that's visually rendered but also an accessibility tree accessed through the operating system's accessibility APIs. There are other benefits, like having basic usability when there's a CSS error, when content is reused elsewhere like RSS feeds, and when people use a Reader Mode in their browser. #a11y @schrottkatze@social.treehouse.systems @fossheim@front-end.social
-
@dankeck@a11y.social 2026-05-01 00:11
@tezoatlipoca@mas.to Hey, I remember those Geocities days! Can you still remember your URL? I don't know what your time & money situations are, but I found that coursework in accessible web design helped me understand semantic HTML. I took Deque courses but only because my employer provided them. @SaraSoueidan@sarasoueidan.dev also has a course that looks engaging. Also https://a11yweekly.com is a great newsletter that often has articles about semantic HTML. Those are good refreshers. @schrottkatze@social.treehouse.systems @fossheim@front-end.social