Skip to content

Commit 472258a

Browse files
authored
Split privacy/security into separate sections
1 parent f718c67 commit 472258a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

css-view-transitions-1/Overview.bs

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,11 +1133,12 @@ The {{ViewTransition/domUpdated}} [=getter steps=] are to return [=this's=] [=Vi
11331133

11341134
</div>
11351135

1136-
<h2 id="priv-sec">
1137-
Privacy and Security Considerations</h2>
1136+
<h2 id="priv" class="no-num">
1137+
Privacy Considerations</h2>
11381138

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.
11421140

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

Comments
 (0)