svg2: Update the 'paint-order' issues to reflect the naming resolutio...

details:   https://svgwg.org/hg/svg2/rev/1b4957a1bb08
branches:  
changeset: 640:1b4957a1bb08
user:      Erik Dahlstrom <ed@opera.com>
date:      Thu Feb 13 11:12:03 2014 +0100
description:
Update the 'paint-order' issues to reflect the naming resolution, and fix a link.

diffstat:

 master/painting.html |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (42 lines):

diff --git a/master/painting.html b/master/painting.html
--- a/master/painting.html
+++ b/master/painting.html
@@ -3267,17 +3267,18 @@ the following:</p>
 <div class="annotation svg2-requirement">
   <table>
     <tr>
       <th>SVG 2 Requirement:</th>
       <td>Support control of the order of filling, stroke and painting markers on shapes.</td>
     </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>
       <td>To address the common desire to paint strokes below fills without having to duplicate an element.</td>
     </tr>
     <tr>
       <th>Owner:</th>
       <td>Cameron (<a href="http://www.w3.org/Graphics/SVG/WG/track/actions/3285">ACTION-3285</a>)</td>
@@ -3326,18 +3327,16 @@ the following:</p>
 
 <p class="note">New in SVG 2.  Added primarily to allow painting the stroke
 of text below its fill without needing to duplicate the <a>'text'</a> element.</p>
 
 <p>The <a>'paint-order'</a> property controls the order that the three
 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>
 
 <p>When any of the other keywords are used, the order of the paint
 operations for painting the element is as given, from left to right.  If any of
 the three keywords are omitted, they are painted last, in the order they
 would be painted with <span class="prop-value">paint-order: normal</span>.</p>

Received on Thursday, 13 February 2014 10:14:42 UTC