vhardy 02/05/10 01:33:05
Modified: targets/batik supportedProperties.html
supportedElements.html
Log:
Added legend
Revision Changes Path
1.3 +20 -1 xml-site/targets/batik/supportedProperties.html
Index: supportedProperties.html
===================================================================
RCS file: /home/cvs/xml-site/targets/batik/supportedProperties.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- supportedProperties.html 7 May 2002 16:33:35 -0000 1.2
+++ supportedProperties.html 10 May 2002 08:33:04 -0000 1.3
@@ -16,7 +16,9 @@
<p> The following table lists all the CSS properties part of the SVG
specification or the CSS2 specification that are supported in the
Batik toolkit (that includes the <tt>ImageTranscoder</tt> and the
-<tt>JSVGCanvas</tt> swing component). </p>
+<tt>JSVGCanvas</tt> swing component) as of the 1.5 beta 2 release. See
+the <a href="#legend">legend</a> for explanations on the various support
levels. </p>
+
<table border="0" cellpadding="1" cellspacing="1" hspace="0" vspace="0">
<tr bgcolor="white"><td>
@@ -90,6 +92,23 @@
</td></tr>
</table>
+
+<br />
+<a name="legend" />
+<p><b>Table Legend</b></p>
+<table border="0" cellpadding="1" cellspacing="1" hspace="0" vspace="0">
+<tr bgcolor="white"><td>
+
+<table border="0" cellpadding="2" cellspacing="1" hspace="0" vspace="0"
width="500">
+<tr class="cellHeader"><td class="cellHeader">Cell Legend / Color</td><td
class="cellHeader">Meaning</td></tr>
+
+<tr class="cellContent"><td>Yes</td> <td>The property is fully
supported</td></tr>
+<tr class="cellContent"><td>1.5</td> <td>The property is supported
as of 1.5beta2. There are some limitations which will be addressed before the
1.5 final release</td></tr>
+<tr class="cellContent"><td class="notYet">1.5</td> <td>The
property is not supported as of 1.5beta2. However, the feature will be
supported in the 1.5 final release</td></tr>
+<tr class="cellContent"><td class="notYet">Not Planned</td> <td>There are
no plans to support the given property</td></tr>
+</table>
+</td></tr></table>
+
<h2>Copyright Notice</h2>
1.3 +22 -1 xml-site/targets/batik/supportedElements.html
Index: supportedElements.html
===================================================================
RCS file: /home/cvs/xml-site/targets/batik/supportedElements.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- supportedElements.html 7 May 2002 16:33:34 -0000 1.2
+++ supportedElements.html 10 May 2002 08:33:04 -0000 1.3
@@ -16,7 +16,8 @@
<p> The following table lists all the elements part of the SVG
specification that are supported in the Batik toolkit (that includes
the <tt>ImageTranscoder</tt> and the <tt>JSVGCanvas</tt> swing
-component). </p>
+component). See
+the <a href="#legend">legend</a> for explanations on the various support
levels. </p>
<table border="0" cellpadding="1" cellspacing="1" hspace="0" vspace="0">
<tr bgcolor="white"><td>
@@ -108,6 +109,26 @@
</td></tr>
</table>
+
+
+<br />
+<a name="legend" />
+<p><b>Table Legend</b></p>
+<table border="0" cellpadding="1" cellspacing="1" hspace="0" vspace="0">
+<tr bgcolor="white"><td>
+
+<table border="0" cellpadding="2" cellspacing="1" hspace="0" vspace="0"
width="500">
+<tr class="cellHeader"><td class="cellHeader">Cell Legend / Color</td><td
class="cellHeader">Meaning</td></tr>
+
+<tr class="cellContent"><td>Yes</td> <td>The element is fully
supported</td></tr>
+<tr class="cellContent"><td>1.5</td> <td>The element is supported
as of 1.5beta2. There are some limitations which will be addressed before the
1.5 final release</td></tr>
+<tr class="cellContent"><td class="notYet">1.5</td> <td>The element
is not supported as of 1.5beta2. However, the feature will be supported in the
1.5 final release</td></tr>
+<tr class="cellContent"><td class="notYet">2.0</td> <td>The element
is not supported as of 1.5beta2. However, the feature will be supported in the
2.0 final release</td></tr>
+<tr class="cellContent"><td class="notApplicable">NA</td> <td>The
cell has no meaning and is 'not applicable' (e.g., support of an animation
element in static).</td></tr>
+<tr class="cellContent"><td class="notYet">Not Planned</td> <td>There are
no plans to support the given element</td></tr>
+</table>
+</td></tr></table>
+
<h2>Copyright Notice</h2>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]