Building a share button custom element
The web share API allows access to the native share menu from a web page, and a custom element is a great way to add this capability to your site or app.
Read moreBuilding a better menu with roles and ARIA state
Using roles and ARIA can take a menu from a list of fairly innocuous items to something that is semantically very clearly a menu.
Read moreMarking external links with CSS
Adding some kind of indicator to links to third party websites is good practice, hinting to the user that they're about to leave the site they're reading. By combining a few CSS tricks and techniques it's possible to add these automatically.
Read more