Skip to content

Commit fa3832a

Browse files
committed
[geometry-1][editorial] Split separate Privacy and Security sections, which is now required.
1 parent 4eae0ca commit fa3832a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

geometry/Overview.bs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1730,8 +1730,9 @@ The <a>serialization steps</a> for {{DOMMatrixReadOnly}} and {{DOMMatrix}}, give
17301730
17. Set |value|'s <a for=matrix>is 2D</a> to <code>false</code>.
17311731

17321732

1733-
Privacy and Security Considerations {#priv-sec}
1734-
===============================================
1733+
1734+
Security Considerations {#security}
1735+
====================================
17351736

17361737
The {{DOMMatrix}} and {{DOMMatrixReadOnly}} interfaces have entry-points to parsing a string with
17371738
CSS syntax. Therefore the <a href="https://drafts.csswg.org/css-syntax/#priv-sec">privacy and
@@ -1745,6 +1746,9 @@ There are no other known security or privacy impacts of the interfaces defined i
17451746
specification. However, other specifications that have APIs that use the interfaces defined in this
17461747
specification could potentially introduce security or privacy issues.
17471748

1749+
Privacy Considerations {#privacy}
1750+
=================================
1751+
17481752
<div class=example>
17491753
For example, the {{Element/getBoundingClientRect()}} API defined in CSSOM View returns a
17501754
{{DOMRect}} that could be used to measure the size of an inline element containing some text of a

0 commit comments

Comments
 (0)