Update the 'paint-order' issues to reflect the naming resolution, and fix a link.
--- 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>