svg2: ACTION-3636: Add wording to svg 2 to allow later versions of css.

details:   https://svgwg.org/hg/svg2/rev/8dac471c2f5a
branches:  
changeset: 695:8dac471c2f5a
user:      Erik Dahlstr?m <ed@opera.com>
date:      Fri Aug 22 14:26:52 2014 +0100
description:
ACTION-3636: Add wording to svg 2 to allow later versions of css.

diffstat:

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

diffs (28 lines):

diff --git a/master/styling.html b/master/styling.html
--- a/master/styling.html
+++ b/master/styling.html
@@ -39,22 +39,22 @@ rendered. SVG uses styling properties fo
 
 <p>SVG shares many of its styling properties with CSS
 [<a href="refs.html#ref-CSS21">CSS21</a>] and XSL
 [<a href="refs.html#ref-XSL">XSL</a>]. Except for any
 additional SVG-specific rules explicitly mentioned in this
 specification, the normative definition of properties that are
 shared with CSS and XSL is the definition of the property from
 <a href="http://www.w3.org/TR/2011/REC-CSS2-20110607/">the CSS 2.1 specification</a>
-[<a href="refs.html#ref-CSS21">CSS21</a>].</p>
+[<a href="refs.html#ref-CSS21">CSS21</a>] or a later version of the relevant CSS module.</p>
 
 <p id='PropertiesFromCSS2'>The following properties are shared between CSS 2.1 and SVG.
 Most of these properties are also defined in XSL:</p>
 
-<p class="issues">This list needs to be updated.  We should list all the properties
+<p class="issue">This list needs to be updated.  We should list all the properties
 we normative require support for, and which specification they are defined in.</p>
 
 <ul>
   <li>
     <a href="text.html#FontPropertiesUsedBySVG">Font
     properties</a>: 
     <ul>
       <li><a>'font property'</a></li>

Received on Friday, 22 August 2014 13:30:53 UTC