1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-07 22:36:37 +02:00

Updated input control documentation, resolves #40

This commit is contained in:
Angelos Chalaris
2017-02-12 22:13:47 +02:00
parent fa645e7a8b
commit dd9e957c17
2 changed files with 15 additions and 4 deletions

View File

@@ -861,3 +861,4 @@
- Added accessibility guidelines for using `role="button"` in `navigation`.
- Added `sticky` documentation in `navigation`. No *dos* and *dont's* either, I'm afraid, can't find any troublesome things with this.
- Added a quick fix for `table`s' irregular styling of mutliline headers. Resolves #54.
- Updated `input_control` documentation for accessibility and `fluid` `input-group`s. Finally resolved #40, accessibility is now properly explained everywhere.