[Bug 22419] New: SVGMatrix rotateFromVector exception

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22419

            Bug ID: 22419
           Summary: SVGMatrix rotateFromVector exception
    Classification: Unclassified
           Product: SVG
           Version: SVG 2.0
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ECMAScript Language Binding
          Assignee: schepers@w3.org
          Reporter: arv@chromium.org
        QA Contact: www-svg@w3.org

http://www.w3.org/TR/SVG2/single-page.html#coords-__svg__SVGMatrix__rotateFromVector

SVGMatrix is documented to throw an InvalidAccessError. Maybe it makes more
sense to throw a RangeError (since 0 is outside the valid range).
http://people.mozilla.org/~jorendorff/es6-draft.html#sec-15.11.6.2

Another option is to throw a TypeError?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 20 June 2013 15:37:36 UTC