Re: [cssom-view] DOMRect with aliases x, y to left, top?

Dirk Schulze skriver:
> Hi,
> 
> Would it be possible to add alias attributes 'x' and 'y' that point to 'left' and 'top'? That would make it more compatible with SVGRect and the SVG WG could start replacing SVGRect[1] with DOMRect as well for a unified platform.
> 
> Greetings,
> Dirk
> 
> [1] https://developer.mozilla.org/en-US/docs/Web/API/SVGRect
> 
> 

I brought it up less than a week ago. The thing is, the x and y
properties would work differently than the left and top properties. At
least when setting them. The rectangle has an invariant to enforce.

Received on Thursday, 26 September 2013 21:25:36 UTC