Skip to content

Commit

Permalink
Merge pull request #71 from WICG/resize
Browse files Browse the repository at this point in the history
Define PictureInPictureWindow resize event
  • Loading branch information
beaufortfrancois authored May 23, 2018
2 parents e670295 + e126a17 commit 7b8ce7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,10 @@ The {{height}} attribute MUST return the height in <a lt=px value>CSS pixels</a>
<a>Picture-in-Picture window</a> associated with {{pictureInPictureElement}} if
the |state| is |opened|. Otherwise, it MUST return 0.

When the size of the <a>Picture-in-Picture window</a> associated with
{{pictureInPictureElement}} changes, the user agent MUST <a>queue a task</a> to
<a>fire an event</a> with the name {{resize}} at {{pictureInPictureElement}}.

## Event types ## {#event-types}

: <dfn event for="HTMLVideoElement"><code>enterpictureinpicture</code></dfn>
Expand Down

0 comments on commit 7b8ce7e

Please sign in to comment.