Updated: January 05, 2021
Accessibility
Many sites and tools are developed with barriers that make it difficult or impossible for some people to use. This is where accessibility comes in. By making sites more accessible we can make the web a better place for everyone.
Blogs to follow
Read/Subscribe
Sara has written some great articles on writing semantic and accessible HTML. She's also an all-round great human.
Tools
Contrast Checker
An easy to understand colour contrast checker by Brent Jackson.
HTML entities
Find the HTML equivelent to many a symbol, I've used this quite a few times and a good site is pretty hard to find on this!
Social Share Preview
A handy little tool to preview how your blog posts and site links will look when shared on different platforms.
Articles
Read
maintained by @stevefaulkner gives an overview of browser support for HTML5 features across browsers.
@necolas (the author of normalise.css) super timely article, a great read.
Why use CSS when HTML can do all of the heavy liftings for you? A short article on using the hidden attribute and making your HTML that smidge more semantic.
Full of some great tips for making your forms easy on the eye, understandable and functional. You may see some of these as common sense but it's always good to have those references for particular use cases.
Ever wondered how to make your checkboxes and radio buttons accessible? Sara explains the current pitfalls in using just CSS and talks us through an elegant approach that takes advantage of SVG.