[Bug 24036] New: SVG validator failed with animateMotion without mpath child

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

            Bug ID: 24036
           Summary: SVG validator failed with animateMotion without mpath
                    child
           Product: Validator
           Version: HEAD
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: check
          Assignee: dave.null@w3.org
          Reporter: patrick.ausderau@gmail.com
        QA Contact: www-validator-cvs@w3.org

In my svg, I have a animateMotion element without a mpath child (exactly as in
the specification example
http://www.w3.org/TR/SVG/animate.html#AnimationElementsExample); but the
validator gives an error:
 end tag for "animateMotion" which is not finished

In the specification
(http://www.w3.org/TR/SVG/animate.html#AnimateMotionElement), it says that the
animateMotion can have "at most one ‘mpath’ element"; so if I have zero mpath
element it has to be correct too.

If I give a mpath child to my animateMotion then the validator gives the "green
light".

Sorry, I was not sure if the problem is with "The check CGI script" but there
was no "General" category. If the problem is somewhere else, can you plese
change the component.

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

Received on Monday, 9 December 2013 18:48:56 UTC