1
0
Fork 0

Add formfive

This commit is contained in:
Starbeamrainbowlabs 2015-08-02 09:06:33 +01:00
parent f7cca7a9d4
commit e4db3248f7
1 changed files with 4 additions and 1 deletions

View File

@ -30,7 +30,10 @@
## Accessibility
- [abbr-touch](https://github.com/Tyriar/abbr-touch) - Make the `title` attribute of the `<abbr>` (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.