SVG 1.1 2nd Edition Test Suite using svgweb (locally)

Hi folks,


http://dev.w3.org/SVG/profiles/1.1F2/test/harness/htmlSVGWeb_local/index.html

Why is it that the SVG Test Suite has the following:

            <!--[if IE]>
              <object src="../../svg/animate-dom-01-f.svg" width="480" height="360" classid="image/svg+xml"><p style="font-size:300%;color:red">FAIL</p>
            <![endif]-->
            <!--[if !IE]>-->
              <object data="../../svg/animate-dom-01-f.svg" width="480" height="360" type="image/svg+xml"><p style="font-size:300%;color:red">FAIL</p>
            <!--<![endif]-->

We don't believe that classid="image/svg+xml" is valid syntax, nor do we think this is being vendor agnostic.

Received on Tuesday, 17 August 2010 00:50:53 UTC