You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a low-priority issue, I'm just recording it here for posterity.
In #16429 we added a linter rule for data guideline called "Removal of irrelevant features". However, this linter currently checks only for the first two rules:
a feature was never implemented in any browser and the specification has been abandoned.
a feature was implemented and has since been removed from all browsers dating back two or more years ago.
The third rule is currently not validated:
a feature is unsupported in all releases in the past five years.
For a follow-up, I think we could also enforce the third condition for irrelevant features, where it can be removed if "a feature is unsupported in all releases in the past five years" so we can track IE-only features better. Something for the future though!
I'm not entirely sure I understand the guideline. From reading #6429, I see that it is just a special clause written specifically for Internet Explorer. But this source seems to suggest that the last release of IE 11 happened as late as 2019 (which is only 3 years ago, less than 5). I'm not sure whether that counts as a release.
The text was updated successfully, but these errors were encountered:
This is a low-priority issue, I'm just recording it here for posterity.
In #16429 we added a linter rule for data guideline called "Removal of irrelevant features". However, this linter currently checks only for the first two rules:
The third rule is currently not validated:
@queengooborg suggested we should implement it:
I'm not entirely sure I understand the guideline. From reading #6429, I see that it is just a special clause written specifically for Internet Explorer. But this source seems to suggest that the last release of IE 11 happened as late as 2019 (which is only 3 years ago, less than 5). I'm not sure whether that counts as a release.
The text was updated successfully, but these errors were encountered: