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: cssom-view-1/Overview.bs
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2397,13 +2397,18 @@ When asked to <dfn export>run snapshot post-layout state steps</dfn> for a {{Doc
2397
2397
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.
2398
2398
2399
2399
2400
-
Security and Privacy Considerations {#priv-sec}
2400
+
Privacy Considerations {#privacy}
2401
2401
===============================================
2402
2402
2403
2403
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.
2404
2404
2405
2405
{{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.
2406
2406
2407
+
Security Considerations {#security}
2408
+
===================================
2409
+
2410
+
No new security considerations have been reported on this specification.
2411
+
2407
2412
2408
2413
2409
2414
Changes {#changes}
@@ -2428,7 +2433,7 @@ Changes since the <a href="https://www.w3.org/TR/2016/WD-cssom-view-1-20160317/"
2428
2433
* Renamed the arguments to {{Window/resizeTo()}} to be <var>width</var> and <var>height</var>
2429
2434
* Added script-triggered scroll-snap to list of scrolls affected by 'scroll-behavior'.
2430
2435
* 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
2432
2437
* Moved the 'scroll-behavior' property to [[CSS-OVERFLOW-3]]
2433
2438
* Adjusted the algorithm for {{HTMLElement/offsetWidth}} and {{HTMLElement/offsetHeight}}.
2434
2439
* Added {{Element/checkVisibility()}} method to {{Element}}.
0 commit comments