svg2: 2 new changesets

Markup fix.

details:   https://svgwg.org/hg/svg2/rev/23ade866388d
branches:  
changeset: 472:23ade866388d
user:      Cameron McCormack <cam@mcc.id.au>
date:      Tue Apr 02 15:06:00 2013 +1100
description:
Update for new pubrules requirements for {FP,LC,FPLC}WDs.

diffstat:

 master/index.html  |  2 +-
 master/render.html |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (44 lines):

diff --git a/master/index.html b/master/index.html
--- a/master/index.html
+++ b/master/index.html
@@ -60,17 +60,17 @@ DOM.</p>
 
 <h2 id="status">Status of This Document</h2>
 
 <p><em>This section describes the status of this document at the time of its
 publication. Other documents may supersede this document. A list of current W3C
 publications and the latest revision of this technical report can be found in
 the <a href="http://www.w3.org/TR/">W3C technical reports index</a> at http://www.w3.org/TR/</em>.</p>
 
-<p>This document is the <edit:date/> <strong><edit:longermaturity/></strong> of SVG 2.  This version of SVG
+<p>This document is the <edit:date/> <strong><edit:maturity/></strong> of SVG 2.  This version of SVG
 builds upon <a href="http://www.w3.org/TR/2011/REC-SVG11-20110816/">SVG 1.1 Second Edition</a>
 by improving the usability of the language and by adding new features commonly
 requested by authors.  The <a href="changes.html">Changes</a> appendix lists all
 of the changes that have been made since SVG 1.1 Second Edition.</p>
 
 <p>Comments on this <edit:maturity/> are welcome.  <!--Corrections
 against the specification will be published as errata,
 and subsequently will be incorporated into future editions of SVG 2.-->
diff --git a/master/render.html b/master/render.html
--- a/master/render.html
+++ b/master/render.html
@@ -231,17 +231,17 @@ from <a href="https://dvcs.w3.org/hg/FXT
 <p>Masking uses the luminance of the color channels and alpha
 channel in a referenced SVG element to define a supplemental
 set of alpha values which are multiplied to the alpha values
 already present in the graphics to which the mask is applied.
 The resulting alpha value is used as input to the Compositing
 and Blending operations described in the Compositing and Blending Specification [<a href="refs.html#ref-COMPOSITINGBLENDING">COMPOSITING-BLENDING</a>].
 Masking is described in detail in
 <a href="https://dvcs.w3.org/hg/FXTF/raw-file/default/masking/index.html"><cite>CSS Masking</cite></a>
-[<a href="refs.html#ref-CSS-MASKING">CSS-MASKING</a>].</dd>
+[<a href="refs.html#ref-CSS-MASKING">CSS-MASKING</a>].</p>
 
 <p>A supplemental masking operation may also be specified by
 applying a "global" opacity to a set of rendering operations.
 In this case the mask is infinite, with a color of white and an
 alpha channel of the given opacity value. (See the <a>'opacity'</a>
 property.)</p>
 </div>
 

Received on Friday, 5 April 2013 07:34:18 UTC