Skip to content

Commit f536617

Browse files
committed
data-cite not href for CSSOM link
1 parent 7b677e0 commit f536617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5986,7 +5986,7 @@ <h2>Privacy Considerations</h2>
59865986
it is thus possible to use JavaScript APIs
59875987
(e.g.
59885988
<a data-cite="HTML#dom-context-2d-getimagedata">context.getImageData</a> on content embedded in a canvas context, or even just
5989-
<a href="CSSOM-VIEW#dom-element-getboundingclientrect">getBoundingClientRect()</a>)
5989+
<a data-cite="CSSOM-VIEW#dom-element-getboundingclientrect">getBoundingClientRect()</a>)
59905990
to measure box sizes and positions and infer data from system fonts.
59915991
By combining miscelleneaous tests on such fonts and
59925992
comparing measurements against results of well-known fonts, an attacker

0 commit comments

Comments
 (0)