-
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
Remove PhotoCapabilities API from BCD #13479
Conversation
This PR removes `PhotoCapabilities` from BCD. This feature is a dictionary, enum, or WebIDL typedef and should not be included in BCD.
@queengooborg this PR is also adding stuff. Can you split out the additions into a separate PR? |
It isn't adding new features; I'm folding the features of the |
Though actually, since the subfeatures and the parent feature have the same versions and there's no inconsistencies, I'll just remove the new subfeatures! |
This is blocked on mdn/content#10471 now. |
Content PR merged! |
This PR removes
PhotoCapabilities
from BCD. This feature is a dictionary, enum, or WebIDL typedef and should not be included in BCD.