Skip to content
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

[mediaqueries-5] Add picture-in-picture display mode | issue #9260 #9920

Merged
merged 1 commit into from
Feb 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion mediaqueries-5/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1301,7 +1301,7 @@ Display Modes: the ''display-mode'' media feature </h3>

<pre class='descdef mq'>
Name: display-mode
Value: fullscreen | standalone | minimal-ui | browser
Value: fullscreen | standalone | minimal-ui | browser | picture-in-picture
For: @media
Type: discrete
</pre>
Expand Down Expand Up @@ -1350,6 +1350,16 @@ Display Modes: the ''display-mode'' media feature </h3>
The web application is displayed using the platform-specific convention
for opening hyperlinks in the user agent
(e.g., in a browser tab or a new window).

<dt><dfn>picture-in-picture</dfn>
<dd>
This mode allows users to continue consuming media while they interact
with other sites or applications on their device.
The web application is displayed in a floating and always-on-top window.
A user agent may include other platform specific UI elements,
such as "back-to-tab" and "site information" buttons
or whatever is customary on the platform and user agent.

</dl>

<details class="note">
Expand Down