How are we going to handle Internet Explorer
retirement?
#620
-
Internet Explorer is reaching end of life soon(~2 months): https://death-to-ie11.com How are we going to handle it on MDN?
Note: there are around 472 cases of point 2 and 3 in |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 9 replies
-
As the end-of-life for IE11 is not really complete in 2 months (only on the most common products), I think we can start by doing this:
I don't think there is a need for a site-wide message to developers. That way: we clean our content and make it easier (= contained) to remove what is left when we decide to do it while making it harder (= more costly) to maintain for IE11, and impossible (on MDN) for earlier IE. I think none of this work would be thrown away when we remove all mentions of IE (the worst-case scenario is in 2029). |
Beta Was this translation helpful? Give feedback.
-
Worth remembering that Edge will still have IE-mode and that I imagine most current IE users who weren't dissuaded by the "switch to Edge!" banners will suddenly switch. I want to drop IE too, but 5% of respondents to the latest WebAIM screen reader survey use it (I imagine the real percentage is higher since survey respondents are not representative), so I think that the right course of action would be to avoid completely erasing it. That is, at least until its market share drops not just globally but in each population MDN wishes to support: Japan and the screen reader community see disproportionately high usage. Annotating all IE-specific information and including links warning users to switch would be more helpful. I also don't think the information should "disappear" or become unnecessarily hard to find; it just shouldn't crowd the more relevant information. A Preserving some historical information to show progress over time is really helpful. I like knowing not only which features are supported, but which versions of each browser were the first to get support. IE information could hold comparable value to some. Showing IE info doesn't need to imply any sort of endorsement (far from). Relevant discussion: mdn/browser-compat-data#15333 |
Beta Was this translation helpful? Give feedback.
-
I agree about not doing this immediately but setting a time in the future to start changes - @ddbeck 's 6 months and 2 years sounds good to me 👍 |
Beta Was this translation helpful? Give feedback.
-
IE has been removed from the presented BCD tables. Our documentation still includes some references to IE, mostly historical, including when some media codecs initially got browser support. I created two PRs to get rid of most of these: mdn/content#32868 and mdn/content#32861. What should be done about IE/Edge to 18 features like Web/API/MediaError/msExtendedCode? |
Beta Was this translation helpful? Give feedback.
-
Let's write an issue to remove all msXX API features starting in April and close this discussion as resolved :D |
Beta Was this translation helpful? Give feedback.
-
I don't think I see the merit of *deleting* historical knowledge, rather than simply putting a notice that the feature is obsolete. Are there any other easily-accessible resources with as much detail on historical browser features?
|
Beta Was this translation helpful? Give feedback.
When this mdn/content#33012 is merged, we can mark this as answered: the last bits of IE-related documentaiton will no more be on mdn/content.
There are years that mdn/content was not suitable for IE-specific stuff, and these "exceptions" were going on the way of other developers by making the web platform look more complicated that it is nowadays.