- From: Tab Atkins Jr. <jackalmage@gmail.com>
- Date: Thu, 3 Oct 2013 11:08:23 -0700
- To: Allen Wirfs-Brock <allen@wirfs-brock.com>
- Cc: "Mark S. Miller" <erights@google.com>, "Robert O'Callahan" <robert@ocallahan.org>, "public-script-coord@w3.org" <public-script-coord@w3.org>
On Thu, Oct 3, 2013 at 11:02 AM, Allen Wirfs-Brock <allen@wirfs-brock.com> wrote: > From that perspective, I would name the most general concept: > > DOMRect -- it encompass all rectangle used by the DOM > DOMVarRec -- it specializes DOMRect by adding the ability to vary its > coordinates. > DOMImmutableRec It never changes We're trying to name from the developer-use standpoint, though, where having an easy name for the readonly version is unnecessary (who'll construct one?), but you do want a good one for the mutable version. ~TJ
Received on Thursday, 3 October 2013 18:09:13 UTC