@@ -1116,9 +1116,9 @@ <h4>
1116
1116
</ li >
1117
1117
< li > If there is already an unsettled < a > Promise</ a > from a previous
1118
1118
call to < code > start</ code > on any < code > PresentationRequest</ code >
1119
- in the same < a > controlling browsing context</ a > , return a
1120
- new < a > Promise</ a > rejected with an < a > OperationError</ a > exception
1121
- and abort all remaining steps.
1119
+ in the same < a > controlling browsing context</ a > , return a new
1120
+ < a > Promise</ a > rejected with an < a > OperationError</ a > exception and
1121
+ abort all remaining steps.
1122
1122
</ li >
1123
1123
< li > Let < var > P</ var > be a new < a > Promise</ a > .
1124
1124
</ li >
@@ -1258,14 +1258,14 @@ <h4>
1258
1258
< dd >
1259
1259
< var > presentationRequest</ var > , the
1260
1260
< code > PresentationRequest</ code > that is used to start the
1261
- presentation connection.
1261
+ presentation connection
1262
1262
</ dd >
1263
1263
< dd >
1264
- < var > D</ var > , the selected < a > presentation display</ a > .
1264
+ < var > D</ var > , the selected < a > presentation display</ a >
1265
1265
</ dd >
1266
1266
< dd >
1267
1267
< var > P</ var > , an optional < a > Promise</ a > that will be resolved
1268
- with a new < a > presentation connection</ a > .
1268
+ with a new < a > presentation connection</ a >
1269
1269
</ dd >
1270
1270
</ dl >
1271
1271
< ol >
@@ -1349,7 +1349,7 @@ <h4>
1349
1349
< dd >
1350
1350
< var > presentationRequest</ var > , the < a > PresentationRequest</ a >
1351
1351
object that < code > < a for =
1352
- "PresentationRequest "> reconnect</ a > ()</ code > was called on.
1352
+ "PresentationRequest "> reconnect</ a > ()</ code > was called on
1353
1353
</ dd >
1354
1354
< dd >
1355
1355
< var > presentationId</ var > , a valid < a > presentation identifier</ a >
@@ -1653,8 +1653,8 @@ <h4>
1653
1653
</ dt >
1654
1654
< dd >
1655
1655
< var > presentationRequest</ var > , the
1656
- < code > PresentationRequest</ code > that
1657
- < code > getAvailability() </ code > was called on
1656
+ < code > PresentationRequest</ code > object that received the call to
1657
+ < code > getAvailability</ code >
1658
1658
</ dd >
1659
1659
< dt >
1660
1660
Output
@@ -2056,12 +2056,15 @@ <h4>
2056
2056
< dd >
2057
2057
< var > presentationConnection</ var > , the
2058
2058
< code > PresentationConnection</ code > object that is to be
2059
- connected. The < a > presentation connection state</ a > of
2060
- < var > presentationConnection</ var > must be < a for =
2061
- "PresentationConnectionState "> connecting</ a > .
2059
+ connected
2062
2060
</ dd >
2063
2061
</ dl >
2064
2062
< ol >
2063
+ < li > If the < a > presentation connection state</ a > of
2064
+ < var > presentationConnection</ var > is not < a for =
2065
+ "PresentationConnectionState "> connecting</ a > , then abort all
2066
+ remaining steps.
2067
+ </ li >
2065
2068
< li > Request connection of < var > presentationConnection</ var > to the
2066
2069
< a > receiving browsing context</ a > . The < a > presentation
2067
2070
identifier</ a > of < var > presentationConnection</ var > MUST be sent
@@ -2345,7 +2348,7 @@ <h4>
2345
2348
</ dd >
2346
2349
< dd >
2347
2350
< var > closeMessage</ var > , a human-readable message with details of
2348
- why the connection was closed.
2351
+ why the connection was closed
2349
2352
</ dd >
2350
2353
</ dl >
2351
2354
< ol >
@@ -2823,17 +2826,17 @@ <h4>
2823
2826
< dd >
2824
2827
< var > I</ var > , the < a > presentation identifier</ a > passed by the
2825
2828
< a > controlling browsing context</ a > with the incoming connection
2826
- request.
2829
+ request
2827
2830
</ dd >
2828
2831
< dd >
2829
2832
< var > presentationId</ var > , the < a > presentation identifier</ a >
2830
2833
used to < a data-lt ="create a receiving browsing context "> create
2831
- the receiving browsing context</ a > .
2834
+ the receiving browsing context</ a >
2832
2835
</ dd >
2833
2836
< dd >
2834
2837
< var > presentationUrl</ var > , the < a > presentation request URL</ a >
2835
2838
used to < a data-lt ="create a receiving browsing context "> create
2836
- the receiving browsing context</ a > .
2839
+ the receiving browsing context</ a >
2837
2840
</ dd >
2838
2841
</ dl >
2839
2842
< ol >
0 commit comments