Skip to content

Commit 49a4921

Browse files
RFC 179: Remove support for Internet Explorer and Microsoft Edge Legacy
1 parent de59a45 commit 49a4921

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

rfcs/remove_ie_edge_legacy.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# RFC 179: Remove support for Internet Explorer and Microsoft Edge Legacy
2+
3+
### Summary
4+
5+
Remove support for running WPT tests in Internet Explorer and Microsoft Edge
6+
Legacy.
7+
8+
### Details
9+
10+
Support for the Microsoft Edge Legacy desktop application ended on March 9,
11+
2021[1], and support for the Internet Explorer desktop application ended on
12+
June 15, 2022[2].
13+
14+
The proposal is to remove the `edge`, `edge_webdriver`, and `ie` options from
15+
the product parameter to `wpt run`, along with all related code.
16+
17+
After removal, the remaining supported products would be:
18+
19+
```
20+
[--product {android_weblayer,android_webview,chrome,chrome_android,chrome_ios,
21+
chromium,content_shell,edgechromium,firefox,firefox_android,safari,sauce,servo,
22+
servodriver,opera,webkit,webkitgtk_minibrowser,wktr,epiphany,ladybird}]
23+
```
24+
25+
[1] https://blogs.windows.com/msedgedev/2021/03/09/microsoft-edge-legacy-end-of-support/
26+
27+
[2] https://blogs.windows.com/windowsexperience/2022/06/15/internet-explorer-11-has-retired-and-is-officially-out-of-support-what-you-need-to-know/
28+
29+
30+
### Risks
31+
32+
* Someone running WPT tests against these browsers would now be broken.

0 commit comments

Comments
 (0)