Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(625)

Unified Diff: Source/core/dom/ClientRect.idl

Issue 964133002: Document the ClientRect* vs DOMRect* situation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/dom/ClientRectList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/ClientRect.idl
diff --git a/Source/core/dom/ClientRect.idl b/Source/core/dom/ClientRect.idl
index 4fae5d7f938242aa57ff41591b32017b15791d1c..f356b39f9423b7c117724ab84baf27ca042464a3 100644
--- a/Source/core/dom/ClientRect.idl
+++ b/Source/core/dom/ClientRect.idl
@@ -24,6 +24,14 @@
*
*/
+// An old version of CSSOM View Module defines the ClientRect interface:
+// http://www.w3.org/TR/2011/WD-cssom-view-20110804/#the-clientrect-interface
+
+// It has since been replaced by DOMRect in CSSOM View Module and
+// Geometry Interfaces Module:
+// http://dev.w3.org/csswg/cssom-view/#extension-to-the-element-interface
+// http://dev.w3.org/fxtf/geometry/#DOMRect
+
[
WillBeGarbageCollected,
] interface ClientRect {
@@ -34,4 +42,3 @@
readonly attribute float width;
readonly attribute float height;
};
-
« no previous file with comments | « no previous file | Source/core/dom/ClientRectList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698