update README style - jscancer - Javascript crap (relatively small)
(HTM) git clone git://git.codemadness.org/jscancer
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit a77d319fff5f1465898d949c51b940b0051cfcaa
(DIR) parent d04e4412eb81de4e4f0eb8542a089fd66a03331a
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Thu, 2 Jun 2016 18:53:44 +0200
update README style
Diffstat:
M README | 29 ++++++++++++++++-------------
1 file changed, 16 insertions(+), 13 deletions(-)
---
(DIR) 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, searches on <option value /> if set, but not label.
- - 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 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.
+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.