Update the 'paint-order' issues to reflect the naming resolution, and fix a link.
authorErik Dahlstrom <ed@opera.com>
Thu, 13 Feb 2014 11:12:03 +0100
changeset 640 1b4957a1bb08
parent 639 bd81ab3b4dd6
child 641 51ea657598dc
Update the 'paint-order' issues to reflect the naming resolution, and fix a link.
master/painting.html
--- a/master/painting.html	Wed Feb 12 18:00:37 2014 -0600
+++ b/master/painting.html	Thu Feb 13 11:12:03 2014 +0100
@@ -3272,7 +3272,8 @@
     </tr>
     <tr>
       <th>Resolution:</th>
-      <td><a href="http://www.w3.org/2012/05/07-svg-minutes#item05">SVG 2 will adopt the <span class="property">'paint-order'</span> property proposal, though possibly with a different name.</a></td>
+      <td><a href="http://www.w3.org/2012/05/07-svg-minutes#item03">SVG 2 will adopt the <span class="property">'paint-order'</span> property proposal, though possibly with a different name.</a> 
+      The property name is now resolved, see <a href="http://www.w3.org/2013/11/15-svg-minutes.html#item12">15 Nov 2013 minutes</a>.</td>
     </tr>
     <tr>
       <th>Purpose:</th>
@@ -3331,8 +3332,6 @@
 paint operations that <a>shapes</a> and text are rendered with:
 their fill, their stroke and any markers they might have.</p>
 
-<p class="issue">Is there a better name than <a>'paint-order'</a>?</p>
-
 <p>When the value of this property is <span class="prop-value">normal</span>,
 the element is painted with the standard order of painting operations:
 the fill is painted first, then its stroke and finally its markers.</p>