-
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
Remove MediaKeySystemConfiguration dictionary from MDN #9786
Conversation
- : A non-empty {{jsxref('Array')}} of {{domxref('MediaKeySystemConfiguration')}} | ||
objects. The first element with a satisfiable configuration will be used. | ||
- : A non-empty {{jsxref('Array')}} of objects conforming to the object returned by | ||
{{domxref("MediaKeySystemAccess.getConfiguration")}}. The first element with a satisfiable configuration will be used. |
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.
This needs to be indented to line up under the ":", or the <dl>
isn't rendered properly.
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.
Or I guess it could just be one line?
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.
There's a broken <dl>
here, otherwise I think this makes sense :)
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.
👍 thank you @queengooborg !
This PR removes the documentation for the MediaKeySystemConfiguration dictionary. Correlates with its removal in BCD, see mdn/browser-compat-data#12840.