You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-view-transitions-1/Overview.bs
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1133,11 +1133,12 @@ The {{ViewTransition/domUpdated}} [=getter steps=] are to return [=this's=] [=Vi
1133
1133
1134
1134
</div>
1135
1135
1136
-
<h2 id="priv-sec">
1137
-
Privacy and Security Considerations</h2>
1136
+
<h2 id="priv" class="no-num">
1137
+
Privacy Considerations</h2>
1138
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 ensure 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.
1139
+
This specification introduces no new privacy considerations.
1142
1140
1143
-
This feature introduces no privacy considerations.
1141
+
<h3 id="sec" class="no-num">
1142
+
Security Considerations</h2>
1143
+
1144
+
The images generated using [=capture the image=] algorithm could contain cross-origin data (if the Document is embedding cross-origin resources) or sensitive information like visited links. The implementations must ensure this data can not be accessed by the Document. This should be feasible since access to this data should already be prevented in the default rendering of the Document.
0 commit comments