From 018a94c9c1766c2f191d98f14d8a780882d671ae Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 9 Mar 2020 15:37:46 +0200 Subject: [PATCH] Remove Internet Explorer leftovers --- .github/ISSUE_TEMPLATE/bug.md | 4 +- .github/ISSUE_TEMPLATE/bug_report.md | 4 +- build/vnu-jar.js | 5 +-- js/tests/unit/modal.spec.js | 6 --- scss/_card.scss | 3 -- scss/forms/_form-control.scss | 6 --- scss/forms/_form-file.scss | 7 ---- scss/forms/_form-select.scss | 5 --- .../docs/4.3/examples/album/index.html | 2 +- .../content/docs/4.3/examples/blog/index.html | 2 +- .../docs/4.3/examples/carousel/index.html | 2 +- .../docs/4.3/examples/cover/index.html | 2 +- .../docs/4.3/examples/dashboard/index.html | 2 +- .../floating-labels/floating-labels.css | 11 ------ .../docs/4.3/examples/navbar-fixed/index.html | 2 +- .../4.3/examples/navbar-static/index.html | 2 +- .../docs/4.3/examples/navbars/index.html | 2 +- .../docs/4.3/examples/offcanvas/index.html | 2 +- .../4.3/examples/starter-template/index.html | 2 +- .../examples/sticky-footer-navbar/index.html | 2 +- .../4.3/examples/sticky-footer/index.html | 2 +- site/content/docs/4.3/forms/form-control.md | 2 - .../4.3/getting-started/browsers-devices.md | 9 ++--- .../docs/4.3/getting-started/javascript.md | 37 ------------------- .../docs/4.3/getting-started/theming.md | 2 +- site/content/docs/4.3/helpers/position.md | 2 - site/content/docs/4.3/layout/grid.md | 2 +- site/content/docs/4.3/migration.md | 2 +- site/content/docs/4.3/utilities/flex.md | 2 - site/layouts/_default/404.html | 2 +- site/layouts/_default/docs.html | 2 +- site/layouts/_default/single.html | 2 +- .../partials/callout-warning-input-support.md | 2 +- site/layouts/partials/home/masthead.html | 2 +- 34 files changed, 28 insertions(+), 115 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 8971d44adb..1f2a890b12 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -6,6 +6,6 @@ Before opening: Bug reports must include: -- Operating system and version (Windows, macOS, Android, iOS, Win10 Mobile) -- Browser and version (Chrome, Firefox, Safari, IE, MS Edge, Opera 15+, Android Browser) +- Operating system and version (Windows, macOS, Android, iOS) +- Browser and version (Chrome, Firefox, Safari, Microsoft Edge, Opera, Android Browser) - [Reduced test case](https://css-tricks.com/reduced-test-cases/) and suggested fix using [CodePen](https://codepen.io/) or [JS Bin](https://jsbin.com/) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2d77bb50ef..083fa137e5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -12,6 +12,6 @@ Before opening: Bug reports must include: -- Operating system and version (Windows, macOS, Android, iOS, Win10 Mobile) -- Browser and version (Chrome, Firefox, Safari, IE, MS Edge, Opera 15+, Android Browser) +- Operating system and version (Windows, macOS, Android, iOS) +- Browser and version (Chrome, Firefox, Safari, Microsoft Edge, Opera, Android Browser) - [Reduced test case](https://css-tricks.com/reduced-test-cases/) and suggested fix using [CodePen](https://codepen.io/) or [JS Bin](https://jsbin.com/) diff --git a/build/vnu-jar.js b/build/vnu-jar.js index 4018873f8d..674cdb4430 100644 --- a/build/vnu-jar.js +++ b/build/vnu-jar.js @@ -37,10 +37,7 @@ childProcess.exec('java -version', (error, stdout, stderr) => { 'The “month” input type is not supported in all browsers.*', 'The “color” input type is not supported in all browsers.*', 'The “datetime-local” input type is not supported in all browsers.*', - 'The “time” input type is not supported in all browsers.*', - // IE11 doesn't recognize
/ give the element an implicit "main" landmark. - // Explicit role="main" is redundant for other modern browsers, but still valid. - 'The “main” role is unnecessary for element “main”.' + 'The “time” input type is not supported in all browsers.*' ].join('|') const args = [ diff --git a/js/tests/unit/modal.spec.js b/js/tests/unit/modal.spec.js index b4923ab3f4..62d0835ee9 100644 --- a/js/tests/unit/modal.spec.js +++ b/js/tests/unit/modal.spec.js @@ -653,7 +653,6 @@ describe('Modal', () => { it('should enforce focus', done => { fixtureEl.innerHTML = ' -
+
{{ .Content }}
diff --git a/site/layouts/partials/callout-warning-input-support.md b/site/layouts/partials/callout-warning-input-support.md index 7c76995ed3..b6e140e9c8 100644 --- a/site/layouts/partials/callout-warning-input-support.md +++ b/site/layouts/partials/callout-warning-input-support.md @@ -1,3 +1,3 @@ ##### Date & color input support -Keep in mind date inputs are [not fully supported](https://caniuse.com/#feat=input-datetime) by IE and Safari. Color inputs also [lack support](https://caniuse.com/#feat=input-color) on IE. +Keep in mind date inputs are [not fully supported](https://caniuse.com/#feat=input-datetime) by all browsers, namely Safari. diff --git a/site/layouts/partials/home/masthead.html b/site/layouts/partials/home/masthead.html index 0cc05723fe..42897a720d 100644 --- a/site/layouts/partials/home/masthead.html +++ b/site/layouts/partials/home/masthead.html @@ -1,4 +1,4 @@ -
+