diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 8971d44adbcc..1f2a890b12ad 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 2d77bb50ef9e..083fa137e549 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 4018873f8dcd..674cdb44305f 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 b4923ab3f41b..62d0835ee935 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 7c76995ed3a1..5b5f78e05c47 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 Internet Explorer and Safari. Color inputs also [lack support](https://caniuse.com/#feat=input-color) on Internet Explorer. diff --git a/site/layouts/partials/home/masthead.html b/site/layouts/partials/home/masthead.html index 0cc05723fe39..42897a720d89 100644 --- a/site/layouts/partials/home/masthead.html +++ b/site/layouts/partials/home/masthead.html @@ -1,4 +1,4 @@ -
+