-
Notifications
You must be signed in to change notification settings - Fork 509
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature removals in BCD use a misleading version range #3971
Comments
While in the area, I'll also the the chance to complain about the use of the wide em dashes (—) here. The narrow en dash (–) is more commonly used to represent ranges. Edit: #3972 |
@foolip Is 79 a typo, and you meant 19 ? |
@teoli2003 no, this is a case of something that was in Edge 18 and then removed in Edge 79, which is the case where the problem is the most obvious. |
Oh yes, my bad, I understand now. Makes sense! |
Duplicate of #6667. |
I was sure I'd already filed an issue for this, but maybe it was for the old MDN site...
Take a look at this table:
https://developer.mozilla.org/en-US/docs/Web/API/FetchEvent/replacesClientId#browser_compatibility
The data for Edge being rendered here is:
This is rendered as "18 — 79" on a red background. I think the natural interpretation of this that the feature was in versions 18-79, but the correct interpretation is that it was in Edge 18 only.
I think the logic here should be:
version_removed
in BCD.cc @Elchi3 @ddbeck
The text was updated successfully, but these errors were encountered: