svg2: Add highlighting to recent additions to the Changes appendix.

details:   https://svgwg.org/hg/svg2/rev/15b6a66154cd
branches:  
changeset: 510:15b6a66154cd
user:      Cameron McCormack <cam@mcc.id.au>
date:      Thu Jun 13 11:09:01 2013 +1000
description:
Add highlighting to recent additions to the Changes appendix.

diffstat:

 master/changes.html |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (41 lines):

diff --git a/master/changes.html b/master/changes.html
--- a/master/changes.html
+++ b/master/changes.html
@@ -99,17 +99,17 @@ have been made.</p>
   <li>Added the ability to use <span class="attr-value">'auto'</span> for the <a>'image/x'</a> and <a>'image/y'</a> attributes on <a>'image'</a>.</li>
 
   <li>Lifted the restriction on <a>'use'</a> not being able to reference an entire document.</li>
 
   <li>Added <a>'lang'</a> attribute on <a>'desc'</a> and <a>'title'</a> elements.</li>
 
   <li>Added section on WAI-ARIA attributes.</li>
 
-  <li>Clarified that CSS transforms on an <a>outermost svg element</a> do not affect <a>currentScale</a> or <a>currentTranslate</a>. Defined the returned values on <a>'svg'</a> elements that are not <a>outermost svg element</a>.</li>
+  <li><div class="added-since-last-wd">Clarified that CSS transforms on an <a>outermost svg element</a> do not affect <a>currentScale</a> or <a>currentTranslate</a>. Defined the returned values on <a>'svg'</a> elements that are not <a>outermost svg element</a>.</div></li>
 </ul>
 
 <h3 id="styling">Styling chapter</h3>
 
 <ul>
   <li>Removed the <span class="attr-name">'contentStyleType'</span> attribute.</li>
 </ul>
 
@@ -193,17 +193,17 @@ have been made.</p>
   and <a>'solid-opacity'</a>, ported over from SVG Tiny 1.2.</li>
 
   <li>Added an <a>'radialGradient/fr'</a> attribute to the <a>'radialGradient'</a> element,
   which allows specifying the radius of the focal circle.</li>
 
   <li>Added a section for mesh gradients, defining the <a>'meshGradient'</a>, <a>'meshRow'</a>
   and <a>'meshPatch'</a> elements.</li>
 
-  <li>Added a section for hatches, defining the <a>'hatch'</a> and <a>'hatchPath'</a> elements.</li>
+  <li><div class="added-since-last-wd">Added a section for hatches, defining the <a>'hatch'</a> and <a>'hatchPath'</a> elements.</div></li>
 </ul>
 
 <h3 id="masking">Clipping, Masking and Compositing chapter</h3>
 <ul>
   <li>SVG now references CSS Masking [<a href="refs.html#ref-CSS-MASKING">CSS-MASKING</a>] specification.
     <ul>
       <li>Removed definition of clipping/masking properties and elements.</li>
       <li>Keep short introduction to clipping/masking and add reference to CSS Masking</li>

Received on Thursday, 13 June 2013 01:11:26 UTC