Closed
Description
This issue was originally filed by @seaneagan
dart:html has three different interfaces to represent a Rectangle:
Rect
ClientRect
SVGRect
These ought to be unified into a single interface. The dart style guide recommends not to use abbreviations, so ideally it would be named 'Rectangle' instead of just 'Rect'.