svg2: ACTION-3624: allow the global css keywords like inherit and ini...

details:   https://svgwg.org/hg/svg2/rev/2eabc934fba4
branches:  
changeset: 682:2eabc934fba4
user:      Erik Dahlstr?m <ed@opera.com>
date:      Thu Jun 05 17:24:57 2014 +0200
description:
ACTION-3624: allow the global css keywords like inherit and initial

diffstat:

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

diffs (24 lines):

diff --git a/master/styling.html b/master/styling.html
--- a/master/styling.html
+++ b/master/styling.html
@@ -1155,20 +1155,16 @@ descendants.</p>
   <p class="note">
     Except for any additional information provided in this
     specification, the
     <a href="http://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html#the-height-property">normative
     definition of the <span class="property-name">'height'</span> property</a> is in CSS 2.1
     ([<a href="refs.html#ref-CSS21">CSS21</a>], section 10.5).
   </p>
 
-  <p>For backwards compatibility, when the <a>'width'</a> or <a>'height'</a> properties are specified as a presentation attributes, only the
-  values that match the <a>&lt;length&gt;</a> production shall be mapped to CSS. Any other value must be treated as <a>invalid</a>.
-  </p>
-
   <p class="issue">Is there a need to define 'auto' in more detail specifically for svg/foreignObject?</p>
 
 <p class="issue">As part of unifying HTML's and SVG's
 <span class="element-name">'style'</span> element, we should
 allow and mention scoped style sheets here.</p>
 
 <h2 id='UAStyleSheet'>User agent style sheet</h2>
 

Received on Thursday, 5 June 2014 15:27:30 UTC