@@ -1120,11 +1120,6 @@ <h4>
1120
1120
< li > Let < var > presentationUrls</ var > be the < a > presentation request
1121
1121
URLs</ a > of < var > presentationRequest</ var > .
1122
1122
</ li >
1123
- < li > If the document object's < a > active sandboxing flag set</ a > has
1124
- the < a > sandboxed presentation browsing context flag</ a > set, then
1125
- return a < a > Promise</ a > rejected with a < a > SecurityError</ a > and
1126
- abort these steps.
1127
- </ li >
1128
1123
< li > If there is already an unsettled < a > Promise</ a > from a previous
1129
1124
call to < a for ="PresentationRequest "> start</ a > on any
1130
1125
< a > PresentationRequest</ a > in the same < a > controlling browsing
@@ -1232,10 +1227,6 @@ <h4>
1232
1227
< li > Let < var > presentationUrls</ var > be the < a > presentation request
1233
1228
URLs</ a > of < var > presentationRequest</ var > .
1234
1229
</ li >
1235
- < li > If the < a > active sandboxing flag set</ a > for < var > W</ var > has
1236
- the < a > sandboxed presentation browsing context flag</ a > set, then
1237
- abort these steps.
1238
- </ li >
1239
1230
< li > If there is no < a > presentation request URL</ a > for
1240
1231
< var > presentationRequest</ var > for which < var > D</ var > is an
1241
1232
< a > available presentation display</ a > , then abort these steps.
@@ -1373,11 +1364,6 @@ <h4>
1373
1364
</ dd >
1374
1365
</ dl >
1375
1366
< ol >
1376
- < li > If the document object's < a > active sandboxing flag set</ a > has
1377
- the < a > sandboxed presentation browsing context flag</ a > set, then
1378
- return a < a > Promise</ a > rejected with a < a > SecurityError</ a > and
1379
- abort these steps.
1380
- </ li >
1381
1367
< li > Let < var > P</ var > be a new < a > Promise</ a > .
1382
1368
</ li >
1383
1369
< li > Return < var > P</ var > , but continue running these steps in
@@ -1672,17 +1658,6 @@ <h4>
1672
1658
</ dd >
1673
1659
</ dl >
1674
1660
< ol >
1675
- < li > If the document object's < a > active sandboxing flag set</ a > has
1676
- the < a > sandboxed presentation browsing context flag</ a > set, then
1677
- run the following substeps:
1678
- < ol >
1679
- < li > Return a new < a > Promise</ a > object < a data-lt =
1680
- "reject "> rejected</ a > with a < a > SecurityError</ a > .
1681
- </ li >
1682
- < li > Abort these steps.
1683
- </ li >
1684
- </ ol >
1685
- </ li >
1686
1661
< li > If there is an unsettled < a > Promise</ a > from a previous call to
1687
1662
< a for ="PresentationRequest "> getAvailability</ a > on
1688
1663
< code > presentationRequest</ code > , return that < a > Promise</ a > and
0 commit comments