You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by ca...@apache.org on 2007/09/12 08:34:15 UTC

svn commit: r574797 - in /xmlgraphics/site/deploy/batik: skin/profile.css status.html

Author: cam
Date: Tue Sep 11 23:34:14 2007
New Revision: 574797

URL: http://svn.apache.org/viewvc?rev=574797&view=rev
Log:
Automatic publish

Modified:
    xmlgraphics/site/deploy/batik/skin/profile.css
    xmlgraphics/site/deploy/batik/status.html

Modified: xmlgraphics/site/deploy/batik/skin/profile.css
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/batik/skin/profile.css?rev=574797&r1=574796&r2=574797&view=diff
==============================================================================
--- xmlgraphics/site/deploy/batik/skin/profile.css (original)
+++ xmlgraphics/site/deploy/batik/skin/profile.css Tue Sep 11 23:34:14 2007
@@ -352,17 +352,17 @@
     }
 
     
-    table.elements {
+    table.elements, table.tests {
       border-collapse: collapse;
       font-size: 10pt;
       width: auto ! important;
       margin-left: 2em;
       margin-right: 2em;
     }
-    table.elements td, table.elements th {
+    table.elements td, table.elements th, table.tests td, table.tests th {
       padding: 4px;
     }
-    table.elements .attribute-name, table.elements .attribute-note, div.object {
+    table.elements .attribute-name, table.elements .attribute-note, table.tests .attribute-name, table.tests .attribute-note, div.object {
       background: #eef;
     }
     div.object {
@@ -381,7 +381,8 @@
       background: navy;
       color: white;
     }
-    table.elements .supported, table.elements .yes, table.elements .partial, table.elements .no {
+    table.elements .supported, table.elements .yes, table.elements .partial, table.elements .no,
+    table.tests .supported, table.tests .yes, table.tests .partial, table.tests .no {
       text-align: center;
     }
     .yes {
@@ -409,7 +410,7 @@
       font-weight: normal;
       background: #eef;
     }
-    table.elements .attribute th, div.object-property-header {
+    table.elements .attribute th, table.tests .attribute th, div.object-property-header {
       padding-left: 4em ! important;
       padding-right: 2em ! important;
       text-align: left;
@@ -421,19 +422,19 @@
     div.object-property-desc {
       padding-left: 6em;
     }
-    table.elements .vertical-bar {
+    table.elements .vertical-bar, table.tests .vertical-bar {
       width: 4px;
     }
-    table.elements .element-header {
+    table.elements .element-header, table.tests .test-header {
       border-top: 3px solid white;
     }
-    table.elements .element-header th, div.object-header {
+    table.elements .element-header th, table.tests .tests-header th, div.object-header {
       background: #ccf;
       padding-right: 2em;
       text-align: left;
       font-weight: bold;
     }
-    table.elements .attribute-note {
+    table.elements .attribute-note, table.elements .test-note {
       padding-left: 1em ! important;
       padding-right: 1em ! important;
     }

Modified: xmlgraphics/site/deploy/batik/status.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/batik/status.html?rev=574797&r1=574796&r2=574797&view=diff
==============================================================================
--- xmlgraphics/site/deploy/batik/status.html (original)
+++ xmlgraphics/site/deploy/batik/status.html Tue Sep 11 23:34:14 2007
@@ -219,6 +219,9 @@
 <li>
 <a href="#ecmascript">ECMAScript objects</a>
 </li>
+<li>
+<a href="#test">SVG 1.1 test suite</a>
+</li>
 </ul>
 </div>
     
@@ -445,7 +448,7 @@
 <th class="attribute-name">xlink:arcrole</th><td class="yes">yes</td><td class="attribute-note"><a href="#noteXLink">[1]</a></td>
 </tr>
 <tr class="attribute">
-<th class="attribute-name">xlink:href</th><td class="yes">yes</td><td class="attribute-note"></td>
+<th class="attribute-name">xlink:href</th><td class="partial">partial</td><td class="attribute-note">URI references to animation elements will not trigger the animation when the link is activated.</td>
 </tr>
 <tr class="attribute">
 <th class="attribute-name">xlink:role</th><td class="yes">yes</td><td class="attribute-note"><a href="#noteXLink">[1]</a></td>
@@ -3049,7 +3052,7 @@
 <th class="attribute-name">xml:space</th><td class="yes">yes</td><td class="attribute-note"></td>
 </tr>
 <tr class="element-header">
-<td class="vertical-bar partial" rowspan="37"></td><th><a name="svg:font-face"></a>svg:font-face</th><th></th><th></th>
+<td class="vertical-bar partial" rowspan="38"></td><th><a name="svg:font-face"></a>svg:font-face</th><th></th><th></th>
 </tr>
 <tr class="section-header">
 <th colspan="3">Attributes</th>
@@ -3082,6 +3085,9 @@
 <th class="attribute-name">font-style</th><td class="yes">yes</td><td class="attribute-note"></td>
 </tr>
 <tr class="attribute">
+<th class="attribute-name">font-variant</th><td class="no">no</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
 <th class="attribute-name">font-weight</th><td class="yes">yes</td><td class="attribute-note"></td>
 </tr>
 <tr class="attribute">
@@ -6683,7 +6689,7 @@
 </div>
 
     
-<a name="N15162"></a><a name="dom"></a>
+<a name="N1516D"></a><a name="dom"></a>
 <h2 class="boxed">DOM interfaces</h2>
 <div class="section">
 <p>
@@ -9331,7 +9337,7 @@
 </div>
 
     
-<a name="N16F78"></a><a name="ecmascript"></a>
+<a name="N16F83"></a><a name="ecmascript"></a>
 <h2 class="boxed">ECMAScript objects</h2>
 <div class="section">
 <p>
@@ -9508,6 +9514,1128 @@
         
 </div>
 </div>
+</div>
+
+    
+<a name="N1709A"></a><a name="test"></a>
+<h2 class="boxed">SVG 1.1 test suite</h2>
+<div class="section">
+<p>
+        The table below lists the test cases from the December 2006 release
+        of the <a class="external" href="http://www.w3.org/Graphics/SVG/Test/">SVG 1.1 test suite</a>
+        and whether the latest Batik code in the Subversion repository passes
+        each one.
+      </p>
+<table class="tests">
+<tr class="tests-header">
+<td class="vertical-bar partial" rowspan="276"></td><th>
+          SVG 1.1 test suite
+        </th><th></th><th></th>
+</tr>
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+      
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-02-t.svg">animate-elem-02-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-03-t.svg">animate-elem-03-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-04-t.svg">animate-elem-04-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-05-t.svg">animate-elem-05-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-06-t.svg">animate-elem-06-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-07-t.svg">animate-elem-07-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-08-t.svg">animate-elem-08-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-09-t.svg">animate-elem-09-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-10-t.svg">animate-elem-10-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-11-t.svg">animate-elem-11-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-12-t.svg">animate-elem-12-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-13-t.svg">animate-elem-13-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-14-t.svg">animate-elem-14-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-15-t.svg">animate-elem-15-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-17-t.svg">animate-elem-17-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-19-t.svg">animate-elem-19-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-20-t.svg">animate-elem-20-t</a></th><td class="no">no</td><td class="attribute-note">Hyperlinking to an animation element is not supported.</td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-21-t.svg">animate-elem-21-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-22-b.svg">animate-elem-22-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-23-t.svg">animate-elem-23-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-24-t.svg">animate-elem-24-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-25-t.svg">animate-elem-25-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-26-t.svg">animate-elem-26-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-27-t.svg">animate-elem-27-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-28-t.svg">animate-elem-28-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-29-b.svg">animate-elem-29-b</a></th><td class="no">no</td><td class="attribute-note">Hyperlinking to an animation element is not supported.</td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-30-t.svg">animate-elem-30-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-31-t.svg">animate-elem-31-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-32-t.svg">animate-elem-32-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-33-t.svg">animate-elem-33-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-34-t.svg">animate-elem-34-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-36-t.svg">animate-elem-36-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-37-t.svg">animate-elem-37-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-39-t.svg">animate-elem-39-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-40-t.svg">animate-elem-40-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-41-t.svg">animate-elem-41-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-44-t.svg">animate-elem-44-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-46-t.svg">animate-elem-46-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-52-t.svg">animate-elem-52-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-60-t.svg">animate-elem-60-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-61-t.svg">animate-elem-61-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-62-t.svg">animate-elem-62-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-63-t.svg">animate-elem-63-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-64-t.svg">animate-elem-64-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-65-t.svg">animate-elem-65-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-66-t.svg">animate-elem-66-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-67-t.svg">animate-elem-67-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-68-t.svg">animate-elem-68-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-69-t.svg">animate-elem-69-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-70-t.svg">animate-elem-70-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-77-t.svg">animate-elem-77-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-78-t.svg">animate-elem-78-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-80-t.svg">animate-elem-80-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-81-t.svg">animate-elem-81-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-82-t.svg">animate-elem-82-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-83-t.svg">animate-elem-83-t</a></th><td class="partial">partial</td><td class="attribute-note">Performing interpolating animation of paths between an absolute and a corresponding relative path command (e.g. from <span class="codefrag">"M0,0 L10,10"</span> to <span class="codefrag">"M0,0 l10,20"</span>) is not supported.</td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-84-t.svg">animate-elem-84-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/animate-elem-85-t.svg">animate-elem-85-t</a></th><td class="partial">partial</td><td class="attribute-note">Performing interpolating animation of colors to or from the <span class="codefrag">currentColor</span> keyword is not supported.</td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/color-prof-01-f.svg">color-prof-01-f</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/color-prop-01-b.svg">color-prop-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/color-prop-02-f.svg">color-prop-02-f</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/color-prop-03-t.svg">color-prop-03-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/coords-coord-01-t.svg">coords-coord-01-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/coords-coord-02-t.svg">coords-coord-02-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/coords-trans-01-b.svg">coords-trans-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/coords-trans-02-t.svg">coords-trans-02-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/coords-trans-03-t.svg">coords-trans-03-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/coords-trans-04-t.svg">coords-trans-04-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/coords-trans-05-t.svg">coords-trans-05-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/coords-trans-06-t.svg">coords-trans-06-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/coords-units-01-b.svg">coords-units-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/coords-units-02-b.svg">coords-units-02-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/coords-units-03-b.svg">coords-units-03-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/coords-viewattr-01-b.svg">coords-viewattr-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/coords-viewattr-02-b.svg">coords-viewattr-02-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/coords-viewattr-03-b.svg">coords-viewattr-03-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/extend-namespace-01-f.svg">extend-namespace-01-f</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/filters-blend-01-b.svg">filters-blend-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/filters-color-01-b.svg">filters-color-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/filters-composite-02-b.svg">filters-composite-02-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/filters-comptran-01-b.svg">filters-comptran-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/filters-conv-01-f.svg">filters-conv-01-f</a></th><td class="partial">partial</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/filters-diffuse-01-f.svg">filters-diffuse-01-f</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/filters-displace-01-f.svg">filters-displace-01-f</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/filters-example-01-b.svg">filters-example-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/filters-felem-01-b.svg">filters-felem-01-b</a></th><td class="no">no</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/filters-gauss-01-b.svg">filters-gauss-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/filters-image-01-b.svg">filters-image-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/filters-light-01-f.svg">filters-light-01-f</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/filters-morph-01-f.svg">filters-morph-01-f</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/filters-offset-01-b.svg">filters-offset-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/filters-specular-01-f.svg">filters-specular-01-f</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/filters-tile-01-b.svg">filters-tile-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/filters-turb-01-f.svg">filters-turb-01-f</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/fonts-desc-02-t.svg">fonts-desc-02-t</a></th><td class="partial">partial</td><td class="attribute-note">Font glyph selection based on certain properties is not supported.</td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/fonts-elem-01-t.svg">fonts-elem-01-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/fonts-elem-02-t.svg">fonts-elem-02-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/fonts-elem-03-b.svg">fonts-elem-03-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/fonts-elem-04-b.svg">fonts-elem-04-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/fonts-elem-05-t.svg">fonts-elem-05-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/fonts-elem-06-t.svg">fonts-elem-06-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/fonts-elem-07-b.svg">fonts-elem-07-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/fonts-glyph-02-t.svg">fonts-glyph-02-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/fonts-glyph-03-t.svg">fonts-glyph-03-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/fonts-glyph-04-t.svg">fonts-glyph-04-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/fonts-kern-01-t.svg">fonts-kern-01-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/interact-cursor-01-f.svg">interact-cursor-01-f</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/interact-dom-01-b.svg">interact-dom-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/interact-events-01-b.svg">interact-events-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/interact-order-01-b.svg">interact-order-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/interact-order-02-b.svg">interact-order-02-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/interact-order-03-b.svg">interact-order-03-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/interact-zoom-01-t.svg">interact-zoom-01-t</a></th><td class="partial">partial</td><td class="attribute-note">Test is incorrect.</td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/linking-a-01-b.svg">linking-a-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/linking-a-02-b.svg">linking-a-02-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/linking-a-03-b.svg">linking-a-03-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/linking-a-04-t.svg">linking-a-04-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/linking-a-05-t.svg">linking-a-05-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/linking-a-07-t.svg">linking-a-07-t</a></th><td class="no">no</td><td class="attribute-note">The <span class="codefrag">target</span> attribute of the <span class="codefrag">a</span> element is ignored.</td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/linking-uri-01-b.svg">linking-uri-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/linking-uri-02-b.svg">linking-uri-02-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/linking-uri-03-t.svg">linking-uri-03-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/masking-intro-01-f.svg">masking-intro-01-f</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/masking-mask-01-b.svg">masking-mask-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/masking-opacity-01-b.svg">masking-opacity-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/masking-path-01-b.svg">masking-path-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/masking-path-02-b.svg">masking-path-02-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/masking-path-03-b.svg">masking-path-03-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/masking-path-04-b.svg">masking-path-04-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/masking-path-05-f.svg">masking-path-05-f</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/metadata-example-01-b.svg">metadata-example-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/painting-fill-01-t.svg">painting-fill-01-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/painting-fill-02-t.svg">painting-fill-02-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/painting-fill-03-t.svg">painting-fill-03-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/painting-fill-04-t.svg">painting-fill-04-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/painting-fill-05-b.svg">painting-fill-05-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/painting-marker-01-f.svg">painting-marker-01-f</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/painting-marker-02-f.svg">painting-marker-02-f</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/painting-marker-03-f.svg">painting-marker-03-f</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/painting-render-01-b.svg">painting-render-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/painting-stroke-01-t.svg">painting-stroke-01-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/painting-stroke-02-t.svg">painting-stroke-02-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/painting-stroke-03-t.svg">painting-stroke-03-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/painting-stroke-04-t.svg">painting-stroke-04-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/painting-stroke-07-t.svg">painting-stroke-07-t</a></th><td class="partial">partial</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/paths-data-01-t.svg">paths-data-01-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/paths-data-02-t.svg">paths-data-02-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/paths-data-03-f.svg">paths-data-03-f</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/paths-data-04-t.svg">paths-data-04-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/paths-data-05-t.svg">paths-data-05-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/paths-data-06-t.svg">paths-data-06-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/paths-data-07-t.svg">paths-data-07-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/paths-data-08-t.svg">paths-data-08-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/paths-data-09-t.svg">paths-data-09-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/paths-data-10-t.svg">paths-data-10-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/paths-data-12-t.svg">paths-data-12-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/paths-data-13-t.svg">paths-data-13-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/paths-data-14-t.svg">paths-data-14-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/paths-data-15-t.svg">paths-data-15-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/pservers-grad-01-b.svg">pservers-grad-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/pservers-grad-02-b.svg">pservers-grad-02-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/pservers-grad-03-b.svg">pservers-grad-03-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/pservers-grad-04-b.svg">pservers-grad-04-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/pservers-grad-05-b.svg">pservers-grad-05-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/pservers-grad-06-b.svg">pservers-grad-06-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/pservers-grad-07-b.svg">pservers-grad-07-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/pservers-grad-08-b.svg">pservers-grad-08-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/pservers-grad-09-b.svg">pservers-grad-09-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/pservers-grad-10-b.svg">pservers-grad-10-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/pservers-grad-11-b.svg">pservers-grad-11-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/pservers-grad-12-b.svg">pservers-grad-12-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/pservers-grad-13-b.svg">pservers-grad-13-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/pservers-grad-14-b.svg">pservers-grad-14-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/pservers-grad-15-b.svg">pservers-grad-15-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/pservers-grad-16-b.svg">pservers-grad-16-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/pservers-grad-17-b.svg">pservers-grad-17-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/pservers-grad-18-b.svg">pservers-grad-18-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/pservers-grad-19-b.svg">pservers-grad-19-b</a></th><td class="no">no</td><td class="attribute-note">Animation of gradients do not affect referencing elements.</td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/pservers-pattern-01-b.svg">pservers-pattern-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/render-elems-01-t.svg">render-elems-01-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/render-elems-02-t.svg">render-elems-02-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/render-elems-03-t.svg">render-elems-03-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/render-elems-06-t.svg">render-elems-06-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/render-elems-07-t.svg">render-elems-07-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/render-elems-08-t.svg">render-elems-08-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/render-groups-01-b.svg">render-groups-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/render-groups-03-t.svg">render-groups-03-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/script-handle-01-b.svg">script-handle-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/script-handle-02-b.svg">script-handle-02-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/script-handle-03-b.svg">script-handle-03-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/script-handle-04-b.svg">script-handle-04-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/shapes-circle-01-t.svg">shapes-circle-01-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/shapes-circle-02-t.svg">shapes-circle-02-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/shapes-ellipse-01-t.svg">shapes-ellipse-01-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/shapes-ellipse-02-t.svg">shapes-ellipse-02-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/shapes-intro-01-t.svg">shapes-intro-01-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/shapes-line-01-t.svg">shapes-line-01-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/shapes-polygon-01-t.svg">shapes-polygon-01-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/shapes-polyline-01-t.svg">shapes-polyline-01-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/shapes-rect-01-t.svg">shapes-rect-01-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/shapes-rect-02-t.svg">shapes-rect-02-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/struct-cond-01-t.svg">struct-cond-01-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/struct-cond-02-t.svg">struct-cond-02-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/struct-cond-03-t.svg">struct-cond-03-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/struct-defs-01-t.svg">struct-defs-01-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/struct-dom-01-b.svg">struct-dom-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/struct-dom-02-b.svg">struct-dom-02-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/struct-dom-03-b.svg">struct-dom-03-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/struct-dom-04-b.svg">struct-dom-04-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/struct-dom-05-b.svg">struct-dom-05-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/struct-dom-06-b.svg">struct-dom-06-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/struct-frag-01-t.svg">struct-frag-01-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/struct-frag-02-t.svg">struct-frag-02-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/struct-frag-03-t.svg">struct-frag-03-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/struct-frag-04-t.svg">struct-frag-04-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/struct-frag-05-t.svg">struct-frag-05-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/struct-frag-06-t.svg">struct-frag-06-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/struct-group-01-t.svg">struct-group-01-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/struct-group-02-b.svg">struct-group-02-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/struct-group-03-t.svg">struct-group-03-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/struct-image-01-t.svg">struct-image-01-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/struct-image-02-b.svg">struct-image-02-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/struct-image-03-t.svg">struct-image-03-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/struct-image-04-t.svg">struct-image-04-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/struct-image-05-b.svg">struct-image-05-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/struct-image-06-t.svg">struct-image-06-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/struct-image-07-t.svg">struct-image-07-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/struct-image-08-t.svg">struct-image-08-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/struct-image-09-t.svg">struct-image-09-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/struct-image-10-t.svg">struct-image-10-t</a></th><td class="no">no</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/struct-symbol-01-b.svg">struct-symbol-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/struct-use-01-t.svg">struct-use-01-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/struct-use-03-t.svg">struct-use-03-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/struct-use-05-b.svg">struct-use-05-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/styling-css-01-b.svg">styling-css-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/styling-css-02-b.svg">styling-css-02-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/styling-css-03-b.svg">styling-css-03-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/styling-css-04-f.svg">styling-css-04-f</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/styling-css-05-b.svg">styling-css-05-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/styling-css-06-b.svg">styling-css-06-b</a></th><td class="no">no</td><td class="attribute-note">The <span class="codefrag">:hover</span>, <span class="codefrag">:link</span>, <span class="codefrag">:visited</span>,
+            <span class="codefrag">:active</span> and <span class="codefrag">:focus</span> pseudo-classes are not
+            supported in selectors.</td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/styling-inherit-01-b.svg">styling-inherit-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/styling-pres-01-t.svg">styling-pres-01-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/text-align-01-b.svg">text-align-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/text-align-02-b.svg">text-align-02-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/text-align-03-b.svg">text-align-03-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/text-align-04-b.svg">text-align-04-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/text-align-05-b.svg">text-align-05-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/text-align-06-b.svg">text-align-06-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/text-align-08-b.svg">text-align-08-b</a></th><td class="no">no</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/text-altglyph-01-b.svg">text-altglyph-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/text-deco-01-b.svg">text-deco-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/text-fonts-01-t.svg">text-fonts-01-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/text-fonts-02-t.svg">text-fonts-02-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/text-fonts-03-t.svg">text-fonts-03-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/text-intro-01-t.svg">text-intro-01-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/text-intro-02-b.svg">text-intro-02-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/text-intro-03-b.svg">text-intro-03-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/text-intro-04-t.svg">text-intro-04-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/text-intro-05-t.svg">text-intro-05-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/text-path-01-b.svg">text-path-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/text-spacing-01-b.svg">text-spacing-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/text-text-01-b.svg">text-text-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/text-text-03-b.svg">text-text-03-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/text-text-04-t.svg">text-text-04-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/text-text-05-t.svg">text-text-05-t</a></th><td class="no">no</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/text-text-06-t.svg">text-text-06-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/text-text-07-t.svg">text-text-07-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/text-text-08-b.svg">text-text-08-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/text-tref-01-b.svg">text-tref-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/text-tselect-01-b.svg">text-tselect-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/text-tselect-02-f.svg">text-tselect-02-f</a></th><td class="partial">partial</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/text-tspan-01-b.svg">text-tspan-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/text-ws-01-t.svg">text-ws-01-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/text-ws-02-t.svg">text-ws-02-t</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+<tr class="attribute">
+<th class="attribute-name"><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/svg/types-basicDOM-01-b.svg">types-basicDOM-01-b</a></th><td class="yes">yes</td><td class="attribute-note"></td>
+</tr>
+</table>
 </div>
   
 </div>



---------------------------------------------------------------------
Apache XML Graphics Project URL: http://xmlgraphics.apache.org/
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org