This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
https://drafts.csswg.org/cssom-view-1/#extension-to-the-element-interface [[ Let list be the result of invoking getClientRects() on the same element this method was invoked on. ]] This implies that I can change the result of getClientRect() by doing Element.prototype.getClientRects = function () { ... }; It would be better to factor out the getClientRects algorithm and have both getClientRects() and getClientRect() refer to it.
Sorry, should have searched; dupe I guess. *** This bug has been marked as a duplicate of bug 28930 ***