Skip to content

Commit 32c91b5

Browse files
committed
Add PresentationAvailability, PresentationConnectionCloseEvent
1 parent be30ab6 commit 32c91b5

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

index.html

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,10 @@

283283
presentations by providing a <a>controlling browsing contexta>
284284
as described in this specification. This context implements the
285285
<a><code>Presentationcode>a>,
286+
<a><code>PresentationAvailabilitycode>a>,
286287
<a><code>PresentationConnectioncode>a>,
287-
<a><code>PresentationConnectionAvailableEventcode>a>, and
288+
<a><code>PresentationConnectionAvailableEventcode>a>,
289+
<a><code>PresentationConnectionCloseEventcode>a>, and
288290
<a><code>PresentationRequestcode>a> interfaces.
289291
p>
290292
dd>
@@ -300,6 +302,7 @@

300302
<a><code>Presentationcode>a>,
301303
<a><code>PresentationConnectioncode>a>,
302304
<a><code>PresentationConnectionAvailableEventcode>a>,
305+
<a><code>PresentationConnectionCloseEventcode>a>,
303306
<a><code>PresentationConnectionListcode>a>, and
304307
<a><code>PresentationReceivercode>a> interfaces.
305308
p>
@@ -1188,19 +1191,19 @@

11881191
selection are left to the user agent; for example it may show the
11891192
user a dialog and allow the user to select an available display
11901193
(granting permission), or cancel the selection (denying
1191-
permission). Implementers are encouraged to show the user whether an
1192-
available display is currently in use, to facilitate presentations
1193-
that can make use of multiple displays.
1194+
permission). Implementers are encouraged to show the user whether
1195+
an available display is currently in use, to facilitate
1196+
presentations that can make use of multiple displays.
11941197
div>
11951198
<div class="note">
11961199
Receiving user agents are encouraged to advertise a user friendly
11971200
name for the presentation display, e.g. "Living Room TV",
1198-
to assist the user in selecting the intended display. Implementers
1199-
of receiving user agents are also encouraged to advertise the locale
1200-
and intended text direction of the user friendly name.
1201+
to assist the user in selecting the intended display. Implementers
1202+
of receiving user agents are also encouraged to advertise the
1203+
locale and intended text direction of the user friendly name.
12011204
Implementers of controlling user agents are encouraged to render a
1202-
user friendly name using its locale and text direction when they are
1203-
known.
1205+
user friendly name using its locale and text direction when they
1206+
are known.
12041207
div>
12051208
<div class="note">
12061209
The <var>presentationUrlvar> should name a resource accessible to

0 commit comments

Comments
 (0)