A few more SVG2 requirements (interact.html/svgdom.html).
authortbah <tavmjong@free.fr>
Thu, 03 May 2012 13:19:58 +0200
changeset 35 297865185de7
parent 34 57f88ee51809
child 36 8cd9420738d8
A few more SVG2 requirements (interact.html/svgdom.html).
master/interact.html
master/publish.xml
master/svgdom.html
--- a/master/interact.html	Thu Apr 26 13:23:40 2012 +0200
+++ b/master/interact.html	Thu May 03 13:19:58 2012 +0200
@@ -869,6 +869,25 @@
 
 <h2 id="EnableZoomAndPanControls">Magnification and panning</h2>
 
+    <div class="annotation">
+      <p>
+	SVG2 Requirement: Support level of detail control.
+      </p>
+      <p>
+	Resolution: We will support Level of Detail control in SVG2.
+      </p>
+      <p>
+	<a href="">Pre-TPAC F2F Day 1</a>.
+      </p>
+      <p>
+	Purpose: Control visibility of elements based on zoom level (useful, for example,
+	in mapping). See <a href="http://www.w3.org/Submission/2011/SUBM-SVGTL-20110607/#VisibilityControllingAccordingToZooming">Tiling and Layering Module for SVG 1.2 Tiny</a>.
+      </p>
+      <p>
+	Owner: Doug.
+      </p>
+    </div>
+
     <p id="ZoomAndPanAttribute">Magnification represents a complete, uniform transformation
     on an SVG document fragment, where the magnify operation scales
     all graphical elements by the same amount. A magnify operation
--- a/master/publish.xml	Thu Apr 26 13:23:40 2012 +0200
+++ b/master/publish.xml	Thu May 03 13:19:58 2012 +0200
@@ -6,7 +6,7 @@
   <maturity>ED</maturity>
   <output use-publish-directory='true' publish-directory='build/publish'/>
 
-  <publication-date>2012-04-26</publication-date>
+  <publication-date>2012-05-03</publication-date>
 
   <versions>
     <cvs href='http://dvcs.w3.org/hg/svg2'/>
--- a/master/svgdom.html	Thu Apr 26 13:23:40 2012 +0200
+++ b/master/svgdom.html	Thu May 03 13:19:58 2012 +0200
@@ -16,6 +16,61 @@
 
     <p class="normativity"><strong>This appendix is normative.</strong></p>
 
+<div class="annotation">
+  <p>
+    SVG2 Requirement: Improve the DOM.
+  </p>
+  <p>
+    Resolution: We will generally improve the SVG DOM for SVG2.
+  </p>
+  <p>
+    <a href="http://www.w3.org/2011/10/27-svg-irc#T18-35-49">Pre-TPAC F2F Day 1</a>.
+  </p>
+  <p>
+    Purpose: Keep our users happy. Speed up acess.
+    See <a href="http://www.w3.org/Graphics/SVG/WG/wiki/SVG_2_DOM">SVG 2 DOM</a> Wiki page.
+  </p>
+  <p>
+    Owner: Cameron
+  </p>
+</div>
+
+<div class="annotation">
+  <p>
+    SVG2 Requirement: Make it easier to read and write to attributes in the SVG DOM.
+  </p>
+  <p>
+    Resolution: We will make it easier to read and write to attributes in the SVG DOM in SVG2.
+  </p>
+  <p>
+    <a href="http://www.w3.org/2011/10/27-svg-irc#T18-19-13">Pre-TPAC F2F Day 1</a>.
+  </p>
+  <p>
+    Purpose: Easier is easier.
+  </p>
+  <p>
+    Owner: Cameron
+  </p>
+</div>
+
+<div class="annotation">
+  <p>
+    SVG2 Requirement: Improve the SVG path DOM APIs.
+  </p>
+  <p>
+    Resolution: We will improve the SVG path DOM APIs in SVG2.
+  </p>
+  <p>
+    <a href="http://www.w3.org/2011/10/27-svg-irc#T18-23-23">Pre-TPAC F2F Day 1</a>.
+  </p>
+  <p>
+    Purpose: Clean up SVGPathSegList interface, possibly share API with Canvas. 
+  </p>
+  <p>
+    Owner: Cameron
+  </p>
+</div>
+
 <h2 id="SVGDOMOverview">SVG DOM overview</h2>
 
     <p>This appendix provides an introduction to the SVG DOM and