A couple more SVG2 requirements.
authortbah <tavmjong@free.fr>
Tue, 24 Apr 2012 21:46:51 +0200
changeset 33 aff94c6ff31f
parent 32 655ef6b66bc3
child 34 57f88ee51809
A couple more SVG2 requirements.
master/render.html
master/types.html
--- a/master/render.html	Tue Apr 24 17:12:44 2012 +0200
+++ b/master/render.html	Tue Apr 24 21:46:51 2012 +0200
@@ -12,6 +12,24 @@
 </head>
 <body>
 
+<div class="annotation">
+  <p>
+    SVG2 Requirement: Support the z-index.
+  </p>
+  <p>
+    Resolution: We will add Jonathan Watt's z-index proposal to SVG2.
+  </p>
+  <p>
+    <a href="http://www.w3.org/2011/03/03-svg-minutes.html#item03">Auckland 2011 F2F day 5</a>.
+  </p>
+  <p>
+    Purpose: Allow reordering (such as when a planet orbits the sun). Reordering without script support (e.g. CSS :hover).
+  </p>
+  <p>
+    Owner: Jonathan (Action 3002).
+  </p>
+</div>
+
 <h1>Rendering Model</h1>
 
     <h2 id="Introduction">Introduction</h2>
--- a/master/types.html	Tue Apr 24 17:12:44 2012 +0200
+++ b/master/types.html	Tue Apr 24 21:46:51 2012 +0200
@@ -164,6 +164,25 @@
 
 <h1>Basic Data Types and Interfaces</h1>
 
+<div class="annotation">
+  <p>
+    SVG2 Requirement: Make the SVGList* interfaces a bit more like other lists/arrays.
+  </p>
+  <p>
+    Resolution: ?.
+  </p>
+  <p>
+    <a href="http://www.w3.org/2011/02/28-svg-minutes.html#item04">SVG WG Auckland F2F, day 2</a>.
+  </p>
+  <p>
+    Purpose: Align with other array types (e.g. NodeList). Already implemented in Opera and Firefox.
+  </p>
+  <p>
+    Owner: Erik (Action 2975).
+  </p>
+</div>
+
+
 <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>,