diff --git a/BigBoxOfHTML.md b/BigBoxOfHTML.md index d5820b3..a571de5 100644 --- a/BigBoxOfHTML.md +++ b/BigBoxOfHTML.md @@ -30,7 +30,10 @@ ## Accessibility - [abbr-touch](https://github.com/Tyriar/abbr-touch) - Make the `title` attribute of the `` (abbreviation) HTML element accessible to touch screen users - - [Help users checkout faster with autiofill](http://updates.html5rocks.com/2015/06/checkout-faster-with-Autofill) - A great article about using the `autocomplete` attribute to indicate what kind of content each input box should contain + - [Help users checkout faster with autofill](http://updates.html5rocks.com/2015/06/checkout-faster-with-Autofill) - A great article about using the `autocomplete` attribute to indicate what kind of content each input box should contain + +## Polyfills + - [formfive](http://etiennetalbot.github.io/formFive/) - HTML5 form support for legacy browsers. ## Colour Pickers - [Bumblemonkey Colour Picker](http://bumblemonkey.com/picker/picker.html) - A simple colour picker. Also converts RGB to Hex and vice versa.