Skip to content

Commit 7d4929c

Browse files
committed
Add note about multiple displays.
1 parent 64ac529 commit 7d4929c

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

index.html

+4-7
Original file line numberDiff line numberDiff line change
@@ -955,8 +955,10 @@ <h4>
955955
The details of implementing the permission request and display
956956
selection are left to the user agent; for example it may show the
957957
user a dialog and allow the user to select an available display
958-
(granting permission), or cancel the selection (denying
959-
permission).
958+
(granting permission), or cancel the selection (denying permission).
959+
Implementers are encouraged to show the user whether an available
960+
display is currently in use, to facilitate presentations that can
961+
make use of multiple displays.
960962
</div>
961963
<div class="note">
962964
The <var>presentationUrl</var> should name a resource accessible to
@@ -965,11 +967,6 @@ <h4>
965967
or <code>https</code> schemes; behavior for other schemes is not
966968
defined by this specification.
967969
</div>
968-
<div class="issue">
969-
Do we want to distinguish the permission-denied outcome from the
970-
no-screens-available outcome? Developers would be able to infer it
971-
anyway from <code>getAvailability()</code>.
972-
</div>
973970
</section>
974971
<section>
975972
<h4>

0 commit comments

Comments
 (0)