You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The {{pictureInPictureEnabled}} attribute's getter must return `true` if
<a>Picture-in-Picture support</a> is `true` and the <a>context object</a> is
<a>allowed to use</a> the feature indicated by attribute name
`picture-in-picture`, and `false` otherwise.
I could not find a definition for context object; I think it probably means browsing context, as that is an input to the allowed to use steps.
The spec also defines the term active Picture-in-Picture session, but does not reference it anywhere (at line 188). Was it meant to be exported?
The text was updated successfully, but these errors were encountered:
The spec refers to a context object, e.g.
I could not find a definition for context object; I think it probably means browsing context, as that is an input to the allowed to use steps.
The spec also defines the term active Picture-in-Picture session, but does not reference it anywhere (at line 188). Was it meant to be exported?
The text was updated successfully, but these errors were encountered: