File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -851,7 +851,7 @@ The {{ViewTransition/domUpdated}} [=getter steps=] are to return [=this's=] [=Vi
851851 1. Set |document|'s [=document/active DOM transition=] to null.
852852
853853 1. If |transition|'s [=ViewTransition/ready promise=] has not yet been resolved, [=reject=] it with |reason|.
854- Note: The ready promise would've been resolved if skipTransition() is called after we start animating.
854+ Note: The ready promise would've been resolved if skipTransition() is called after we start animating.
855855
856856 1. [=Reject=] |transition|'s [=ViewTransition/finished promise=] with |reason|.
857857</div>
@@ -1132,3 +1132,12 @@ The {{ViewTransition/domUpdated}} [=getter steps=] are to return [=this's=] [=Vi
11321132 * If |callbackPromise| was rejected with reason |r|, then [=reject=] |transition|'s [=ViewTransition/DOM updated promise=] with |r|.
11331133
11341134</div>
1135+
1136+ <h2 id="priv-sec">
1137+ Privacy and Security Considerations</h2>
1138+
1139+ The images generated using [=capture the image=] algorithm could contain cross-origin data if the Document is embedding cross-origin resources. The
1140+ implementations must sure this data can not be accessed by the Document. This should be feasible since access to this data should already be prevented
1141+ in the default rendering of the Document.
1142+
1143+ This feature introduces no privacy considerations.
You can’t perform that action at this time.
0 commit comments