svg2: Update Changes appendix title.

details:   https://svgwg.org/hg/svg2/rev/c43ca66e58ee
branches:  
changeset: 357:c43ca66e58ee
user:      Cameron McCormack <cam@mcc.id.au>
date:      Thu Aug 23 09:35:32 2012 +1000
description:
Update Changes appendix title.

diffstat:

 master/changes.html |  4 ++--
 master/shapes.html  |  2 ++
 master/struct.html  |  2 ++
 3 files changed, 6 insertions(+), 2 deletions(-)

diffs (109 lines):

diff --git a/master/changes.html b/master/changes.html
--- a/master/changes.html
+++ b/master/changes.html
@@ -1,25 +1,25 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional+edit//EN" "xhtml1-transitional+edit.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:edit="http://xmlns.grorg.org/SVGT12NG/">
 <head>
-  <title>Changes</title>
+  <title>Changes from SVG 1.1</title>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
   <link rel="stylesheet"           title="Default"               type="text/css" media="screen" href="style/default_svg.css"/>
   <link rel="alternate stylesheet" title="No issues/annotations" type="text/css" media="screen" href="style/default_no_issues.css"/>
   <!--
   <link rel="alternate stylesheet" title="CSS3 Unmodified"       type="text/css" media="screen" href="style/default.css"/>
   <link rel="alternate stylesheet" title="SVG 1.1"               type="text/css" media="screen" href="style/svg-style.css"/>
   -->
   <!-- W3C style sheet will be added here during processing. -->
 </head>
 <body>
 
-<h1>Changes</h1>
+<h1>Changes from SVG 1.1</h1>
      
 <p class="normativity"><em>This appendix is informative, not normative.</em></p>
 
 <p>This appendix summarizes the changes that have been made since the
 <a href="http://www.w3.org/TR/2011/REC-SVG11-20110816/">SVG 1.1 Second Edition Recommendation</a>.</p>
 
 <h2 id="editorial">Editorial changes</h2>
 
diff --git a/master/shapes.html b/master/shapes.html
--- a/master/shapes.html
+++ b/master/shapes.html
@@ -43,16 +43,17 @@ that it is clear for example where dashi
 <h2 id="RectElement">The <span class="element-name">'rect'</span> element</h2>
 
 <edit:with element='rect'>
 
 <p>The <a>'rect'</a> element defines a rectangle which is axis-aligned
 with the current <a>user coordinate system</a>. Rounded rectangles can be achieved by setting
 appropriate values for attributes <a>'rx'</a> and <a>'ry'</a>.</p>
 
+<!--
 <table class="propdef eltdef">
   <tr>
     <th>Name:</th>
     <td><span class="element-name" style="font-size: inherit">rect</span></td>
   </tr>
   <tr>
     <th>Categories:</th>
     <td><a href="intro.html#TermGraphicsElement">Graphics element</a>, <a href="intro.html#TermShapeElement">shape element</a></td>
@@ -97,16 +98,17 @@ appropriate values for attributes <a>'rx
   readonly attribute <a class="idlinterface" href="types.html#InterfaceSVGAnimatedLength">SVGAnimatedLength</a> <a href="shapes.html#__svg__SVGRectElement__width">width</a>;
   readonly attribute <a class="idlinterface" href="types.html#InterfaceSVGAnimatedLength">SVGAnimatedLength</a> <a href="shapes.html#__svg__SVGRectElement__height">height</a>;
   readonly attribute <a class="idlinterface" href="types.html#InterfaceSVGAnimatedLength">SVGAnimatedLength</a> <a href="shapes.html#__svg__SVGRectElement__rx">rx</a>;
   readonly attribute <a class="idlinterface" href="types.html#InterfaceSVGAnimatedLength">SVGAnimatedLength</a> <a href="shapes.html#__svg__SVGRectElement__ry">ry</a>;
 };</pre>
     </td>
   </tr>
 </table>
+-->
 <edit:elementsummary name='rect'/>
 
     <div class="adef-list">
       <p><em>Attribute definitions:</em></p>
       <dl>
         <dt id="RectElementXAttribute"><span
         class="adef">x</span> = "<span class="attr-value"><a
         href="types.html#DataTypeCoordinate">&lt;coordinate&gt;</a></span>"</dt>
diff --git a/master/struct.html b/master/struct.html
--- a/master/struct.html
+++ b/master/struct.html
@@ -97,16 +97,17 @@ explicit namespace prefix must be assign
 
 <p>Namespace prefixes can be specified on ancestor elements (illustrated
 in the <a href="#EmbeddedSVGExample">above example</a>). For more
 information, refer to the <a href="http://www.w3.org/TR/2006/REC-xml-names-20060816/"><cite>Namespaces in XML</cite></a> Recommendation
 [<a href="refs.html#ref-XML-NS">XML-NS</a>].</p>
 
 <h3 id="SVGElement">The <span class='element-name'>'svg'</span> element</h3>
 
+<!--
 <table class="propdef eltdef">
   <tr>
     <th>Name:</th>
     <td><span class="element-name" style="font-size: inherit">svg</span></td>
   </tr>
   <tr>
     <th>Categories:</th>
     <td><a href="intro.html#TermContainerElement">Container element</a>, <a href="intro.html#TermStructuralElement">structural element</a></td>
@@ -200,16 +201,17 @@ information, refer to the <a href="http:
 
 <a>SVGSVGElement</a> implements <a>ViewCSS</a>;
 <a>SVGSVGElement</a> implements <a>DocumentCSS</a>;
 <a>SVGSVGElement</a> implements <a>SVGFitToViewBox</a>;
 <a>SVGSVGElement</a> implements <a>SVGZoomAndPan</a>;</pre>
     </td>
   </tr>
 </table>
+-->
 
 <edit:elementsummary name='svg'/>
 
 <div class="annotation svg2-requirement">
   <table>
     <tr>
       <th>SVG 2 Requirement:</th>
       <td>Support transforming <a>'svg'</a> elements.</td>

Received on Wednesday, 22 August 2012 23:36:21 UTC