- From: Steve Kobes <notifications@github.com>
- Date: Wed, 08 Apr 2020 18:20:52 -0700
- To: w3ctag/design-reviews <design-reviews@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 9 April 2020 01:21:06 UTC
On memory leaks: this actually came up on the PR and we made some changes as a result: `LayoutShiftAttribution` does not retain a DOM node after it is removed from a document. The getter for the `node` attribute returns null in this case (via the "get an element" algorithm from the element timing spec). So the attribution acts like a weak pointer, and still provides some information (new and previous visual rects) when `node` is null. On privacy: we do not claim that fingerprinting applies to resource loading but not layout instability. On the contrary, the intent is to disclose that layout instability _is affected by_ resource loading, and therefore shares the same theoretical fingerprinting opportunities. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3ctag/design-reviews/issues/485#issuecomment-611275385
Received on Thursday, 9 April 2020 01:21:06 UTC