Update to tip.
authortbah <tavmjong@free.fr>
Fri, 30 Mar 2012 15:44:32 +0200
changeset 28 932a2e1429a4
parent 27 642899e03aeb (current diff)
parent 26 ff7b561adebb (diff)
child 29 71193f74cb22
Update to tip.
--- a/Makefile	Fri Mar 30 15:41:11 2012 +0200
+++ b/Makefile	Fri Mar 30 15:44:32 2012 +0200
@@ -27,3 +27,4 @@
 clean :
 	$(MAKE) -C master/images/implnote/arcs/ clean
 	@../svg2-tools/build.py -c
+
--- a/master/coords.html	Fri Mar 30 15:41:11 2012 +0200
+++ b/master/coords.html	Fri Mar 30 15:44:32 2012 +0200
@@ -984,6 +984,10 @@
     <h2 id="Units">Units</h2>
     <p>All coordinates and lengths in SVG can be specified with or
     without a <span class="SVG-Term">unit identifier</span>.</p>
+    <p class="issue">
+      This is misleading – path data for example takes values that look
+      like coordinates and lengths yet does not allow units.
+    </p>
     <p>When a coordinate or length value is a number without a unit
     identifier (e.g., "25"), then the given coordinate or length is
     assumed to be in user units (i.e., a value in the current user
@@ -1541,7 +1545,7 @@
 
 <h3 id="InterfaceSVGPoint">Interface SVGPoint</h3>
 
-<edit:interface name='::svg::SVGPoint'/>
+<edit:interface name="::svg::SVGPoint"/>
 
 <h3 id="InterfaceSVGPointList">Interface SVGPointList</h3>
 
--- a/master/definitions.xml	Fri Mar 30 15:41:11 2012 +0200
+++ b/master/definitions.xml	Fri Mar 30 15:44:32 2012 +0200
@@ -1525,7 +1525,7 @@
   <!-- ... elements, in alphabetic order ... -->
   <term name='animation element' href='intro.html#TermAnimationElement'/>
   <term name='animation elements' href='intro.html#TermAnimationElement'/>
-  <term name='container element' href='intro.html#TermGraphicsElement'/>
+  <term name='container element' href='intro.html#TermContainerElement'/>
   <term name='container elements' href='intro.html#TermContainerElement'/>
   <term name='descriptive element' href='intro.html#TermDescriptiveElement'/>
   <term name='descriptive elements' href='intro.html#TermDescriptiveElement'/>
--- a/master/index.html	Fri Mar 30 15:41:11 2012 +0200
+++ b/master/index.html	Fri Mar 30 15:44:32 2012 +0200
@@ -130,32 +130,9 @@
 <p>The SVG Working Group would like to thank the following people for
 contributing to this specification by raising issues that resulted
 in errata that were folded in to this document:
-Tavmjong Bah,
-Brian Birtles,
-Tolga Capin,
-Alex Danilo,
-Thomas DeWeese,
-Alexey Feldgendler,
-Vincent Hardy,
-Ian Hickson,
-Olaf Hoffmann,
-Daniel Holbert,
-Oliver Hunt,
-Anne van Kesteren,
-Takeshi Kurosawa,
-Paul Libbrecht,
-Robert Longson,
-Helder Magalhães,
-Robert O’Callahan,
-Olli Pettay,
-Antoine Quint,
-Kalle Raita,
-Tim Rowley,
-Peter Sorotokin,
-Henry S. Thompson,
-Jasper van de Gronde,
-Mohamed Zergaoui,
-Boris Zbarsky.
+M. Koray İnal,
+Sebastian Kuzminsky,
+Helder Magalhães.
 </p>
 
 <p>In addition, the SVG Working Group would like to acknowledge the
--- a/master/svg.idl	Fri Mar 30 15:41:11 2012 +0200
+++ b/master/svg.idl	Fri Mar 30 15:44:32 2012 +0200
@@ -2747,7 +2747,7 @@
 [y]
 [1]</pre>
    *
-   * <p>If an <a>SVGRect</a> object is designated as <em>read only</em>,
+   * <p>If an <a>SVGPoint</a> object is designated as <em>read only</em>,
    * then attempting to assign to one of its attributes will result in
    * an exception being thrown.</p>
    */
--- a/master/types.html	Fri Mar 30 15:41:11 2012 +0200
+++ b/master/types.html	Fri Mar 30 15:44:32 2012 +0200
@@ -167,7 +167,7 @@
 <h2 id="syntax">Syntax</h2>
 
   <p>The EBNF grammar is as used in the <a href="http://www.w3.org/TR/REC-xml/#sec-notation">XML specification</a>,
-  with the addition of <strong>~</strong>, a <em>case-insensitive literal</em>: characters in the ASCII range (only) are declared to be case-insensitive. For example, ~"Hello" will match (H|h)(e|e)(l|L)(l|L)(o|O). This makes the productions much easier to read.</p>
+  with the addition of <strong>~</strong>, a <em>case-insensitive literal</em>: characters in the ASCII range (only) are declared to be case-insensitive. For example, ~"Hello" will match (H|h)(e|E)(l|L)(l|L)(o|O). This makes the productions much easier to read.</p>
   <table>
     <tr><td>?</td><td>optional, zero or one</td></tr>
     <tr><td>+</td><td>one or more</td></tr>