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

Define DisplayMediaStreamConstraints.selfBrowserSurface #216

Merged
merged 11 commits into from
Apr 7, 2022
Prev Previous commit
Next Next commit
Update index.html
Co-authored-by: Jan-Ivar Bruaroey <jan-ivar@users.noreply.github.com>
  • Loading branch information
eladalon1983 and jan-ivar committed Mar 28, 2022
commit 43ebcd24f9cad7a58ddb794b974a7956a51aa253
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -823,10 +823,11 @@ <h2>Dictionary <a class="idlType">DisplayMediaStreamConstraints</a>
defaulting to {{CurrentTabPreferenceEnum/none}}
</dt>
<dd>
Signals application preference for whether the current
[=browser=] [=display surface=] should be included in the list
of [=display surfaces=] offered to the user.
The user agent MAY regard this hint.
If present, signals application preference for whether the
[=browser=] [=display surface=] associated with
[=this=]'s [=relevant global object=]'s [=associated Document=]'s
[=top-level browsing context=] should be among the choices
offered to the user. The user agent MAY ignore this hint.
</dd>
</dl>
</section>
Expand Down