- From: <bugzilla@jessica.w3.org>
- Date: Fri, 09 Oct 2015 18:57:37 +0000
- To: public-css-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29191 Bug ID: 29191 Summary: "Let list be the result of invoking getClientRec..." Product: CSS Version: unspecified Hardware: PC OS: Windows NT Status: NEW Severity: normal Priority: P2 Component: CSSOM View Assignee: simonp@opera.com Reporter: d@domenic.me QA Contact: public-css-bugzilla@w3.org Target Milestone: --- 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. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Friday, 9 October 2015 18:57:39 UTC