-
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
Add information about FireFox override setting for disablePictureInPicture #36678
Conversation
|
||
## Overrides | ||
|
||
FireFox users can decide to ignore the request to disable PiP by changing the `media.videocontrols.picture-in-picture.respect-disablePictureInPicture` setting. |
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.
[mdn-linter] reported by reviewdog 🐶
FireFox users can decide to ignore the request to disable PiP by changing the `media.videocontrols.picture-in-picture.respect-disablePictureInPicture` setting. | |
FireFox users can decide to ignore the request to disable PiP by changing the `media.videocontrols.picture-in-picture.respect-disablePictureInPicture` setting. |
## Overrides | ||
|
||
FireFox users can decide to ignore the request to disable PiP by changing the `media.videocontrols.picture-in-picture.respect-disablePictureInPicture` setting. |
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 breaks our page structure conventions. Please make this a single paragraph under the introduction (before "Value"), because we don't have an H2 called "Overrides". Also, it's "Firefox". Also, I suggest a minor rephrase to let it less browser-specific:
This value only represents a request from the website to the user agent. User configuration may change the eventual behavior—for example, Firefox users can change the
media.videocontrols.picture-in-picture.respect-disablePictureInPicture
setting to ignore the request to disable PiP.
Description
Added information about a FireFox-specific setting users can set to override this setting.
Motivation
Might be useful for other people to know; both consumers & devs to keep into mind that this is an option.
Additional details
Related issues and pull requests