Skip to content

Commit b0798e4

Browse files
committed
[cssom-view][editorial] Separate Security and Privacy sections
1 parent 5c8759d commit b0798e4

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

cssom-view-1/Overview.bs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2397,13 +2397,18 @@ When asked to <dfn export>run snapshot post-layout state steps</dfn> for a {{Doc
23972397
The state that is snapshot is defined in other specifications. These steps must not invalidate <var>doc</var> or any other {{Document}}s in such a way that other post-layout snapshotting steps can observe that such snapshotting happened. It follows that the order of which such snapshotting takes place must not matter.
23982398

23992399

2400-
Security and Privacy Considerations {#priv-sec}
2400+
Privacy Considerations {#privacy}
24012401
===============================================
24022402

24032403
The {{Screen}} interface exposes information about the user's display configuration, which maybe be used as input to fingerprinting algorithms. User agents may choose to hide or quantize information about the screen size or configuration, in order to protect the user’s privacy.
24042404

24052405
{{MouseEvent}} contains information about the screen-relative coordinates of the event. User agents may set these properties to values that obscure the actual screen-relative location of the event, in order to protect the user’s privacy.
24062406

2407+
Security Considerations {#security}
2408+
===================================
2409+
2410+
No new security considerations have been reported on this specification.
2411+
24072412

24082413

24092414
Changes {#changes}
@@ -2428,7 +2433,7 @@ Changes since the <a href="https://www.w3.org/TR/2016/WD-cssom-view-1-20160317/"
24282433
* Renamed the arguments to {{Window/resizeTo()}} to be <var>width</var> and <var>height</var>
24292434
* Added script-triggered scroll-snap to list of scrolls affected by 'scroll-behavior'.
24302435
* Fixed a logical error in the Terminology section.
2431-
* Added the "Security and Privacy Considerations" section
2436+
* Added the "Security Considerations" and "Privacy Considerations" sections
24322437
* Moved the 'scroll-behavior' property to [[CSS-OVERFLOW-3]]
24332438
* Adjusted the algorithm for {{HTMLElement/offsetWidth}} and {{HTMLElement/offsetHeight}}.
24342439
* Added {{Element/checkVisibility()}} method to {{Element}}.

0 commit comments

Comments
 (0)