-
Notifications
You must be signed in to change notification settings - Fork 2k
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
ImageResource - Missing from the compat tables #8938
Comments
I took a look at the spec, and it appears to define only a dictionary, no interfaces. Currently, we are still deciding whether or not to keep dictionary data in BCD -- see #7287 -- so I feel that we'll need to reach a conclusion on that before we can act on this one. |
I'm currently documenting the Background Fetch API, and found this issue because an image resource is used in that API https://wicg.github.io/background-fetch/#dictdef-backgroundfetchuioptions within another dictionary. We tend to end up documenting these things inline, but it raises an interesting thing with regard to representing these in BCD as image-resource is supported (for example) in I think when this has been discussed before the decision has been the fact these are dictionaries isn't that interesting to a web developer. They care about using I would dearly love #7287 to be resolved however and us to have a clear, documented process for dictionaries, as I keep coming across them! |
Totally understand that position, Rachel. Right now, the specs I am aware of that are using |
There's also the Content Index API. |
In #7287, we made the decision not to record dictionaries separately from the interfaces that use them, since their compatibility data hardly differs, and we're working to remove all existing dictionaries (see #6810). As such, we won't be adding the What we can do instead is add subfeatures to the methods and interfaces that use the dictionary, as suggested in this guideline. Are there methods out there that use this dictionary? |
The `ImageResource` dictionary is used in the context of the Web App
Manifest in `icons`, `shortcut.icons`, and `screenshots` (which is part of
Manifest App Info). This dictionary is also used in Notifications and (I
think) Payment Request.
|
What information was incorrect, unhelpful, or incomplete?
The ImageResource spec is not currently represented at all. What’s the best way to add it? I’m happy to help if someone can point me in the right direction.
The text was updated successfully, but these errors were encountered: