ยฉ 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Alexi Taylor ๐
Software Engineer
What are some lessons you have learned from either implementing a11y or fixing a11y issues? I would love to hear about unexpected and unintuitive a11y problems that you may have come across when developing.
Twaha Rahman
I breathe JavaScript and TypeScript. In love with Rust and interested in WebAssembly.
If you have an anchor tag that uses a SVG as a logo, the you'll have to use aria-label to help improve a11y.
aria-label
Twaha Rahman
I breathe JavaScript and TypeScript. In love with Rust and interested in WebAssembly.
If you have an anchor tag that uses a SVG as a logo, the you'll have to use
aria-labelto help improve a11y.