From e4db3248f74fbd381bedfd651ddc9058c04acdef Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 2 Aug 2015 09:06:33 +0100 Subject: [PATCH] Add formfive --- BigBoxOfHTML.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.