diff --git a/mediaqueries-5/Overview.bs b/mediaqueries-5/Overview.bs index 27574f5d3393..20f0e8662b3f 100644 --- a/mediaqueries-5/Overview.bs +++ b/mediaqueries-5/Overview.bs @@ -1301,7 +1301,7 @@ Display Modes: the ''display-mode'' media feature
 	Name: display-mode
-	Value: fullscreen | standalone | minimal-ui | browser
+	Value: fullscreen | standalone | minimal-ui | browser | picture-in-picture
 	For: @media
 	Type: discrete
 	
@@ -1350,6 +1350,16 @@ Display Modes: the ''display-mode'' media feature 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). + +
picture-in-picture +
+ 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. +