Found 20 bookmarks
Custom sorting
Blockquotes in Screen Readers
Blockquotes in Screen Readers
TL;DR: This post does not assert the correct way to code blockquotes, it will only demonstrate how screen readers announce some existing patterns. Test Details The first four examples are lifted from WHATWG HTML’s blockquote entry. The next three are from W3C HTML’s 2019 blockquote guidance (the W3C HTML spec…
·adrianroselli.com·
Blockquotes in Screen Readers
Semantic Code In HTML: What Is It And Does It Still Matter?
Semantic Code In HTML: What Is It And Does It Still Matter?
Semantic code in HTML is still important in modern web development. It can improve accessibility, SEO, maintainability, cross-device compatibility, future-proofing, collaboration, and page load times. In this post, I explain how you can ensure your code is semantic even if you are using a framework or website builder app.
·boagworld.com·
Semantic Code In HTML: What Is It And Does It Still Matter?
Be Wary of doc-subtitle
Be Wary of doc-subtitle
In early March, Steve Faulkner shared this nugget for making sub-headings: 👉If you want to semantically identify a heading subtitle, look no further than role="doc-subtitle" w3.org/TR/dpub-aria-1.0/#doc-subtitle #HTML #ARIA #WebDev pic.twitter.com/uaHcVRp6oz Steve Faulkner (@stevefaulkner) March 7, 2020 On its surface it looks pretty handy. Handy enough that Chris Ferdinandi wrote about…
·adrianroselli.com·
Be Wary of doc-subtitle
Accessible HTML Elements
Accessible HTML Elements
The goal of this post is to highlight a handful of useful HTML elements for improving a page's accessibility, and show that every developer can learn about and…
·amberwilson.co.uk·
Accessible HTML Elements
Stop Using ‘Drop-down’
Stop Using ‘Drop-down’
TL;DR: Stop using the word drop-down. Instead choose a term that accurately describes the control you want. I have worked both with native platform developers and web developers. While control names might differ, if a control was functionally the same then it was not an issue. A TextBox, for example,…
·adrianroselli.com·
Stop Using ‘Drop-down’
Some Things About `alt` Text | CSS-Tricks
Some Things About `alt` Text | CSS-Tricks
I'm sure you know about alt text. It's the attribute on the image tag that has the important task of describing what that image is for someone who can't see it for any reason. Please use them. I don't want to dimish the please use them message, but some interesting alt-text-related things have come up in my
·css-tricks.com·
Some Things About `alt` Text | CSS-Tricks
Accessibility Through Semantic HTML
Accessibility Through Semantic HTML
Laura Kalbag takes us back to basics to make sure we consider accessibility when structuring our HTML. The Christmas tree needs to be standing firm before we drape it in lights and tinsel, and until you lot start doing it, we’re not going to stop preaching it.
·24ways.org·
Accessibility Through Semantic HTML