-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
image-resolution: no browser supports it #16026
Conversation
Preview URLsFlawsURL:
No first query argument or 'browser-compat' or 'spec-urls' front-matter value passed` External URLsURL: No new external URLs |
@hamishwillee , @queengooborg , the same applies to this as to #16066, only in this case it's not even supported behind a pref. Again I would prefer it if we had BCD for CSS properties like this:
|
I would be all for having something in bcd, or if not possible in YAML, that indicates that there is no support. Also, we should be stricter in not accepting docs about features that are not yet implemented: they can stay forever (like this property) not implemented, they can change and this leads to false expectations for web developers. |
Yeah I agree: we can decide not to have pages from some features that we think are a long way off implementation, but if we have pages, we should have BCD. |
BCD normally takes the view that things need to at least have some kind of implementation. The reason being that quite a lot of things make it to spec and never go further. Personally I'd like to have this in BCD but perhaps with infrastructure to make it more clear that a doc is a placeholder and everything below is not supported. E.g. |
Can we do something like: (Note that if we use bcd as the source of trust for information about experimental/deprecated/non-standard, the problem will only thicken as we will need to deal with these cases too) |
Before defaulting to saying that a feature isn't supported in any browser, I'd first like to come to a decision on the corresponding guideline, see mdn/browser-compat-data#10619 for details. While we have been removing features that are all false and not merging any new data, I'd still like to come to a concrete decision before we represent it in Yari. As for the statuses, perhaps we can use a meta tag like "status" that acts as an intermediary if BCD data doesn't exist, similar to how |
The two spec/browser compat tables were broken: as nobody implements this feature, it has no bcd entry.
This PR:
spec-url
in Yaml to link to the spec{{Compat}}
and replace it with a text instead of the broken table message.