-
Notifications
You must be signed in to change notification settings - Fork 78
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
Features with partial support appear as "Not supported" #2385
Comments
The same applies to preview support. Perhaps a way to include preview support would be nice to have on the dashboard. |
In one of the most recent discussion about handling partially supported features, we concluded the following: Most common cases of features being partially implemented/behind flags can likely be handed by leaving the baseline status unchanged, but surfacing the partial note information that BCD has at the feature level, so that consumers (such as the explorer website) can then use this extra information to show, for example, a little beaker icon, instead of a red X. Over time adding more fine grain statuses to baseline seems desirable, but for now, the 3 simple/summarized statuses (not baseline, baseline newly available, baseline widely available) are likely enough while getting developers used to the concept. Also, note that we can always handle this on a case by case basis. It really depends on how developers think about features. That being said, after Googling around for a bit, I didn't get the feeling that limiting |
The Web Features Explorer isn't a front end for only the web-features repo. It also includes data from sources like browser vendor standards position repos to add more color to why a feature has not achieved Baseline status in a given browser. If the status shown is intended to be reflective of browser support, not its support according to meeting the Baseline definition, then more color could be added by including support notes from the browser-compat-data repo as well and maybe a different representation to indicate some progress for that feature. If instead this is intended to show feature availability according to the Web Platform DX agreed definition for Baseline, then you might consider a change to the section label "Browser support" to be clearer about the status being represented. Maybe adding a sentence describing the Baseline definition of support is useful? There are a number of ways this could be improved. Either way I think there's an opportunity here to add clarity to the status being shown depending on what you're going for here. |
I'll give this a closer read later but briefly I think the discussion here is partly duplicating these two existing issues: |
The Web Features Explorer displays a feature with partial support as a feature with no support. Is there a way to improve the status representation that can signal partial support?
On the
::marker
entry, for instance (https://web-platform-dx.github.io/web-features-explorer/features/marker/) Safari shows an ❌. The binary status is misleading.The text was updated successfully, but these errors were encountered: