-
Notifications
You must be signed in to change notification settings - Fork 508
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
Treat BCD ranges as exact versions to avoid confusion for the reader #3494
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yaaaaaaaaay!
What's some good pages to test this on? |
client/src/document/ingredients/browser-compatibility-table/feature-row.tsx
Show resolved
Hide resolved
https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D#browser_compatibility has a bunch of entries with version ranges |
…ature-row.tsx Co-authored-by: Peter Bengtsson <peterbe@mozilla.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I approve of this, for sure. 👍
…dn#3494) * Treat BCD ranges as exact versions to avoid confusion for the reader * Update client/src/document/ingredients/browser-compatibility-table/feature-row.tsx Co-authored-by: Peter Bengtsson <peterbe@mozilla.com> Co-authored-by: Peter Bengtsson <peterbe@mozilla.com>
Fixes #3238.
BCD has version ranges to signal that the exact support version is unknown still. This is useful for data maintenance and data improvements but displaying the "≤" hint to readers on MDN compat tables has lead to confusion and the tooltip we've provided didn't really help with that either (apparently). So, let's not expose this to readers at all.