You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-commits@xmlgraphics.apache.org by ca...@apache.org on 2007/03/30 15:25:02 UTC

svn commit: r524076 - in /xmlgraphics/batik/trunk/documentation-sources: content/xdocs/index.xml content/xdocs/status.xml resources/stylesheets/status2document.xsl skinconf.xml

Author: cam
Date: Fri Mar 30 06:25:00 2007
New Revision: 524076

URL: http://svn.apache.org/viewvc?view=rev&rev=524076
Log:
Documentation updates:
  1. status page to say that :hover is not implemented
  2. index page to fix the paragraph mentioning animation

Modified:
    xmlgraphics/batik/trunk/documentation-sources/content/xdocs/index.xml
    xmlgraphics/batik/trunk/documentation-sources/content/xdocs/status.xml
    xmlgraphics/batik/trunk/documentation-sources/resources/stylesheets/status2document.xsl
    xmlgraphics/batik/trunk/documentation-sources/skinconf.xml

Modified: xmlgraphics/batik/trunk/documentation-sources/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/documentation-sources/content/xdocs/index.xml?view=diff&rev=524076&r1=524075&r2=524076
==============================================================================
--- xmlgraphics/batik/trunk/documentation-sources/content/xdocs/index.xml (original)
+++ xmlgraphics/batik/trunk/documentation-sources/content/xdocs/index.xml Fri Mar 30 06:25:00 2007
@@ -156,10 +156,9 @@
         <a href="http://www.w3.org/TR/SVG11/interact.html">interactivity</a>,
         <a href="http://www.w3.org/TR/SVG11/linking.html">linking</a> and 
         <a href="http://www.w3.org/TR/SVG11/script.html">scripting</a> features
-        of the SVG specification.  The Batik project does not currently support
-        declarative
-        <a href="http://www.w3.org/TR/SVG11/animate.html">animation</a>,
-        however work is currently underway to add it.
+        of the SVG specification.  This release supports a nearly complete
+        implementation of declarative
+        <a href="http://www.w3.org/TR/SVG11/animate.html">animation</a>, too.
       </p> 
 
       <p>

Modified: xmlgraphics/batik/trunk/documentation-sources/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/documentation-sources/content/xdocs/status.xml?view=diff&rev=524076&r1=524075&r2=524076
==============================================================================
--- xmlgraphics/batik/trunk/documentation-sources/content/xdocs/status.xml (original)
+++ xmlgraphics/batik/trunk/documentation-sources/content/xdocs/status.xml Fri Mar 30 06:25:00 2007
@@ -1678,7 +1678,12 @@
           <attr name="lang" ns="http://www.w3.org/XML/1998/namespace"><yes/></attr>
           <attr name="space" ns="http://www.w3.org/XML/1998/namespace"><yes/></attr>
         </element>
-        <element name='style' ns='http://www.w3.org/2000/svg'>
+        <element name='style' ns='http://www.w3.org/2000/svg' status="partial">
+          <notes>
+            <p>
+              The <code>:hover</code> pseudo-class is not supported in selectors.
+            </p>
+          </notes>
           <attr name='id' ns=''><yes/></attr>
           <attr name='media' ns=''><yes/></attr>
           <attr name='title' ns=''><yes/></attr>

Modified: xmlgraphics/batik/trunk/documentation-sources/resources/stylesheets/status2document.xsl
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/documentation-sources/resources/stylesheets/status2document.xsl?view=diff&rev=524076&r1=524075&r2=524076
==============================================================================
--- xmlgraphics/batik/trunk/documentation-sources/resources/stylesheets/status2document.xsl (original)
+++ xmlgraphics/batik/trunk/documentation-sources/resources/stylesheets/status2document.xsl Fri Mar 30 06:25:00 2007
@@ -69,10 +69,11 @@
 
   <xsl:template match="element | interface">
     <tr class="element-header">
-      <td rowspan="{count(attr | prop | op) + number(boolean(attr)) + number(boolean(prop)) + number(boolean(op)) + 1}">
+      <td rowspan="{count(attr | prop | op) + number(boolean(attr)) + number(boolean(prop)) + number(boolean(op)) + number(boolean(notes))+ 1}">
         <xsl:attribute name="class">
           <xsl:text>vertical-bar </xsl:text>
           <xsl:choose>
+            <xsl:when test="@status"><xsl:value-of select="@status"/></xsl:when>
             <xsl:when test="yes">yes</xsl:when>
             <xsl:when test="partial">partial</xsl:when>
             <xsl:when test="no">no</xsl:when>
@@ -96,6 +97,15 @@
       <th/>
       <th/>
     </tr>
+    <xsl:if test="notes">
+      <tr class="section-note">
+        <td></td>
+        <td></td>
+        <td>
+          <xsl:apply-templates select="notes"/>
+        </td>
+      </tr>
+    </xsl:if>
     <xsl:if test="attr">
       <tr class="section-header">
         <th colspan="3">Attributes</th>

Modified: xmlgraphics/batik/trunk/documentation-sources/skinconf.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/documentation-sources/skinconf.xml?view=diff&rev=524076&r1=524075&r2=524076
==============================================================================
--- xmlgraphics/batik/trunk/documentation-sources/skinconf.xml (original)
+++ xmlgraphics/batik/trunk/documentation-sources/skinconf.xml Fri Mar 30 06:25:00 2007
@@ -420,6 +420,12 @@
       font-weight: normal;
       background: #eef;
     }
+    table.elements .section-note td {
+      padding-left: 2em ! important;
+      text-align: left;
+      font-weight: normal;
+      background: #eef;
+    }
     table.elements .attribute th, div.object-property-header {
       padding-left: 4em ! important;
       padding-right: 2em ! important;