From c510fe8a787fc31bb73c489fbf0bf91b419c5ebc Mon Sep 17 00:00:00 2001 From: Drew Keller Date: Sun, 22 Sep 2019 19:34:39 -0500 Subject: [PATCH 001/207] Polyfill URLSearchParams and dispatchEvent() Fix demo in IE11. --- demo/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/index.html b/demo/index.html index 8e15c81..8a82e1c 100644 --- a/demo/index.html +++ b/demo/index.html @@ -42,7 +42,7 @@ /> - + From d982101739e0f2a0d1b4de7663297d23a5710c6d Mon Sep 17 00:00:00 2001 From: Drew Keller Date: Sun, 22 Sep 2019 19:42:24 -0500 Subject: [PATCH 002/207] Restore footer margin in IE11 Add clearfix after floated footer elements. --- demo/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/demo/styles.css b/demo/styles.css index cd083c8..b52bbd0 100644 --- a/demo/styles.css +++ b/demo/styles.css @@ -47,6 +47,12 @@ select:invalid { transition: border-color 0.6s ease-out; } +footer:after { + content: ''; + clear: both; + display: table; +} + @media (min-width: 576px) { label + select { margin-left: 0.5em; From af48cbaf03150039e52f35db3b7883a349a0a38c Mon Sep 17 00:00:00 2001 From: Drew Keller Date: Sun, 22 Sep 2019 19:43:30 -0500 Subject: [PATCH 003/207] Update demo copyright year --- demo/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/index.html b/demo/index.html index 8a82e1c..3b7adce 100644 --- a/demo/index.html +++ b/demo/index.html @@ -169,7 +169,7 @@