/Brad Frost

Reducing Motion With The Picture Element tl;dr: If you deal with moving images on the web, this is how you can use the "prefers-reduced-motion" within a picture tag in HTML.

featured in #143


You Probably Don’t Need Input type=“number” tl;dr: Often input="number" is used for numeric input fields allowing users to increment / decrement the input. This is a poor experience when the inputs are credit cards, social security numbers, etc...

featured in #134