Re: [matrix][cssom-view] DOMPoint, DOMPointLiteral definitions

On Mon, Sep 30, 2013 at 12:21 PM, Dirk Schulze <dschulze@adobe.com> wrote:
> On Sep 30, 2013, at 8:48 PM, Robert O'Callahan <robert@ocallahan.org> wrote:
>> On Tue, Oct 1, 2013 at 7:32 AM, Dirk Schulze <dschulze@adobe.com> wrote:
>> They are live but immutable. That is at least my interpretation of the expected behavior from SVG. Even if they change, they can not be set by the author.
>>
>> "Live" is by definition not immutable. "Immutable" means that something never changes after it is created.
>
> So we either need to accept that SVG DOM can make attributes "unsetable" in certain cases or make animVal return a real immutable DOMRect (or DOMPoint/DOMMatrix).

As Roc has already said, live readonly things would just be DOMRect.

~TJ

Received on Monday, 30 September 2013 19:44:44 UTC