From bb186e02d46a8c0823ffacc9279805ee59232587 Mon Sep 17 00:00:00 2001 From: Carolyn MacLeod Date: Wed, 22 Jan 2020 19:47:36 -0500 Subject: [PATCH 1/2] Remove support for Internet Explorer issue #1304 --- aria-practices.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aria-practices.html b/aria-practices.html index 94add28540..154cbbf978 100644 --- a/aria-practices.html +++ b/aria-practices.html @@ -140,8 +140,8 @@

Browser and Assistive Technology Support

It is thus advisable to test implementations thoroughly with each browser and assistive technology combination that is relevant within a target audience.

- Similarly, JavaScript and CSS in this guide is written to be compatible with the most recent version of Chrome, Firefox, Internet Explorer, and Safari at the time of writing. - In particular, some JavaScript and CSS may not function correctly in Internet Explorer version 10 or earlier. + Similarly, JavaScript and CSS in this guide is written to be compatible with the most recent version of Chrome, Firefox, and Safari at the time of writing. + In particular, some JavaScript and CSS may not function correctly in Internet Explorer.

Except in cases where the ARIA Working Group and other contributors have overlooked an error, From beda3ca65ee5bae54d330318c57a4b2d7f6b0af0 Mon Sep 17 00:00:00 2001 From: Carolyn MacLeod Date: Tue, 28 Apr 2020 09:29:14 -0400 Subject: [PATCH 2/2] Remove "In particular" Co-Authored-By: Matt King --- aria-practices.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aria-practices.html b/aria-practices.html index 154cbbf978..0ed963dd46 100644 --- a/aria-practices.html +++ b/aria-practices.html @@ -141,7 +141,7 @@

Browser and Assistive Technology Support

Similarly, JavaScript and CSS in this guide is written to be compatible with the most recent version of Chrome, Firefox, and Safari at the time of writing. - In particular, some JavaScript and CSS may not function correctly in Internet Explorer. +Some JavaScript and CSS may not function correctly in Internet Explorer.

Except in cases where the ARIA Working Group and other contributors have overlooked an error,