update README style - jscancer - Javascript crap (relatively small) | |
git clone git://git.codemadness.org/jscancer | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit a77d319fff5f1465898d949c51b940b0051cfcaa | |
parent d04e4412eb81de4e4f0eb8542a089fd66a03331a | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Thu, 2 Jun 2016 18:53:44 +0200 | |
update README style | |
Diffstat: | |
M README | 29 ++++++++++++++++------------- | |
1 file changed, 16 insertions(+), 13 deletions(-) | |
--- | |
diff --git a/README b/README | |
@@ -17,23 +17,26 @@ Issues with native behaviour | |
---------------------------- | |
Datepicker, <input type="date" />: | |
+---------------------------------- | |
- - No native control visible in Firefox, regular textbox, but validation | |
- attributes work. | |
- - Native control in Chrome. | |
- - Native control in Edge. | |
+- No native control visible in Firefox, regular textbox, but validation | |
+ attributes work. | |
+- Native control in Chrome. | |
+- Native control in Edge. | |
Datalist, <datalist>: | |
+--------------------- | |
- Inconsistent autocomplete behaviour, for example: | |
+Inconsistent autocomplete behaviour, for example: | |
- Filter: | |
- - In Firefox filter part of items in the list. | |
- - In Chrome filter from start of a label in the list, searche… | |
- - In IE/Edge filter does not work. | |
+Filter: | |
+- In Firefox filter part of items in the list. | |
+- In Chrome filter from start of a label in the list, searches on | |
+ <option value /> if set, but not label. | |
+- In IE/Edge filter does not work. | |
- Display: | |
- - In Firefox shows label but not the value, completes with val… | |
- - In Chrome shows label and the value, completes with value i… | |
- - In IE/Edge shows label but not the value, completes with val… | |
+Display: | |
+- In Firefox shows label but not the value, completes with value if set. | |
+- In Chrome shows label and the value, completes with value if set. | |
+- In IE/Edge shows label but not the value, completes with value if set. |