Looking at how CSS has taken over from where we used to use JavaScript, Flash or other techniques to achieve the delightful interfaces we're trying to create.
Using HTML5 and CSS3 /*
A
List
Apart:
Forward
Thinking
Form
Validation
http://bit.ly/bHNs9T
*/
type="number"
min="1001"
max="8000"
maxlength="4"
required> 24
Declarative CSS is more efficient than JavaScript It’s smaller It requests fewer resources Browser can offload to GPU It’s easier to separate concerns We’re describing visual states 67