Skip to content

Commit

Permalink
Make "Document Picture-in-Picture Support" owned by the user agent
Browse files Browse the repository at this point in the history
  • Loading branch information
steimelchrome committed May 10, 2023
1 parent c42beae commit fd3ccea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/out/
/spec.html
*.swp
6 changes: 3 additions & 3 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,9 @@ position is left to the discretion of the user agent.

## Document Picture-in-Picture Support ## {#pip-support}

<dfn>Document Picture-in-Picture Support</dfn> is <code>false</code> if there's
a user preference that disables it or a platform limitation. It is
<code>true</code> otherwise.
Each user agent has a <dfn>Document Picture-in-Picture Support</dfn> boolean,
whose value is <a>implementation-defined</a> (and might vary according to user
preferences).

## One PiP Window ## {#one-pip-window}

Expand Down

0 comments on commit fd3ccea

Please sign in to comment.