Remove old DOM Level 2 Style related interfaces.
authorCameron McCormack <cam@mcc.id.au>
Wed, 05 Jun 2013 18:11:34 +1000
changeset 507 3f2cabcb272e
parent 506 bd3f762f770b
child 508 e3b4bd007127
Remove old DOM Level 2 Style related interfaces.
master/changes.html
master/definitions.xml
master/idlindex.html
master/painting.html
master/svgdom.html
master/types.html
--- a/master/changes.html	Wed Jun 05 16:38:50 2013 +1000
+++ b/master/changes.html	Wed Jun 05 18:11:34 2013 +1000
@@ -82,6 +82,9 @@
   <li>Added base value accessors on <a>SVGAnimatedLength</a> and <a>SVGAnimatedLengthList</a> for each of the CSS length units supported.</li>
 
   <li>Make viewportElement and ownerSVGElement on <a>SVGElement</a> nullable.</li>
+
+  <li><div class="added-since-last-wd">Removed the getPresentationAttribute
+  operation on <a>SVGElement</a> and the SVGColor and SVGICCColor interfaces.</div></li>
 </ul>
 
 <h3 id="structure">Document Structure chapter</h3>
@@ -166,6 +169,8 @@
 
   <li><div class="added-since-last-wd">Added the <span class="attr-value">'auto-start-reverse'</span>
   attribute to the <a>'marker/orient'</a> attribute on <a>'marker element'</a>.</div></li>
+
+  <li><div class="added-since-last-wd">Removed the SVGPaint interface.</div></li>
 </ul>
 
 <h3 id="color">Color chapter</h3>
@@ -263,6 +268,10 @@
 
   <li>Removed mention of read only nodes in the DOM, since that concept no longer
   exists in DOM4.</li>
+
+  <li><div class="added-since-last-wd">Removed the table defining how properties
+  are exposed as specific types of CSSValue objects, since CSSValue has been
+  removed.</div></li>
 </ul>
 
 <h3 id="java">Java Language Binding appendix</h3>
--- a/master/definitions.xml	Wed Jun 05 16:38:50 2013 +1000
+++ b/master/definitions.xml	Wed Jun 05 18:11:34 2013 +1000
@@ -1092,7 +1092,6 @@
   <interface name='SVGLength' href='types.html#InterfaceSVGLength'/>
   <interface name='SVGTransform' href='coords.html#InterfaceSVGTransform'/>
   <interface name='SVGStringList' href='types.html#InterfaceSVGStringList'/>
-  <interface name='SVGPaint' href='painting.html#InterfaceSVGPaint'/>
   <interface name='SVGTransformList' href='coords.html#InterfaceSVGTransformList'/>
   <interface name='SVGAnimatedTransformList' href='coords.html#InterfaceSVGAnimatedTransformList'/>
   <interface name='SVGGradientElement' href='pservers.html#InterfaceSVGGradientElement'/>
@@ -1102,8 +1101,6 @@
   <interface name='SVGNumberList' href='types.html#InterfaceSVGNumberList'/>
   <interface name='SVGAnimatedNumberList' href='types.html#InterfaceSVGAnimatedNumberList'/>
   <interface name='SVGLengthList' href='types.html#InterfaceSVGLengthList'/>
-  <interface name='SVGColor' href='types.html#InterfaceSVGColor'/>
-  <interface name='SVGICCColor' href='types.html#InterfaceSVGICCColor'/>
   <interface name='SVGGraphicsElement' href='types.html#InterfaceSVGGraphicsElement'/>
   <interface name='SVGGeometryElement' href='types.html#InterfaceSVGGeometryElement'/>
   <interface name='SVGTests' href='types.html#InterfaceSVGTests'/>
@@ -1387,8 +1384,6 @@
   <interface name='DOMException' href='http://www.w3.org/TR/2012/WD-dom-20120405/#exception-domexception'/>
   <interface name='CSSStyleDeclaration' href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-CSSStyleDeclaration'/>
   <interface name='CSSPrimitiveValue' href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-CSSPrimitiveValue'/>
-  <interface name='CSSValueList' href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-CSSValueList'/>
-  <interface name='CSSValue' href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-CSSValue'/>
   <interface name='CSSRule' href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-CSSRule'/>
   <interface name='ViewCSS' href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-ViewCSS'/>
   <interface name='RGBColor' href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-RGBColor'/>
--- a/master/idlindex.html	Wed Jun 05 16:38:50 2013 +1000
+++ b/master/idlindex.html	Wed Jun 05 18:11:34 2013 +1000
@@ -46,7 +46,6 @@
   <li><a>SVGCSSRule</a></li>
   <li><a>SVGCircleElement</a></li>
   <li><a>SVGClipPathElement</a></li>
-  <li><a>SVGColor</a></li>
   <li><a>SVGColorProfileElement</a></li>
   <li><a>SVGColorProfileRule</a></li>
   <li><a>SVGCursorElement</a></li>
@@ -72,7 +71,6 @@
   <li><a>SVGGradientElement</a></li>
   <li><a>SVGGraphicsElement</a></li>
   <li><a>SVGHKernElement</a></li>
-  <li><a>SVGICCColor</a></li>
   <li><a>SVGImageElement</a></li>
   <li><a>SVGLength</a></li>
   <li><a>SVGLengthList</a></li>
@@ -92,7 +90,6 @@
   <li><a>SVGMissingGlyphElement</a></li>
   <li><a>SVGNumber</a></li>
   <li><a>SVGNumberList</a></li>
-  <li><a>SVGPaint</a></li>
   <li><a>SVGPathElement</a></li>
   <li><a>SVGPathSeg</a></li>
   <li><a>SVGPathSegArcAbs</a></li>
--- a/master/painting.html	Wed Jun 05 16:38:50 2013 +1000
+++ b/master/painting.html	Wed Jun 05 18:11:34 2013 +1000
@@ -3927,36 +3927,6 @@
 
 <h2 id="DOMInterfaces">DOM interfaces</h2>
 
-<h3 id="InterfaceSVGPaint">Interface SVGPaint</h3>
-
-
-<pre class="idl">
-interface SVGPaint : SVGColor { 
-
-  // Paint Types
-  const unsigned short SVG_PAINTTYPE_UNKNOWN = 0;
-  const unsigned short SVG_PAINTTYPE_RGBCOLOR = 1;
-  const unsigned short SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR = 2;
-  const unsigned short SVG_PAINTTYPE_NONE = 101;
-  const unsigned short SVG_PAINTTYPE_CURRENTCOLOR = 102;
-  const unsigned short SVG_PAINTTYPE_URI_NONE = 103;
-  const unsigned short SVG_PAINTTYPE_URI_CURRENTCOLOR = 104;
-  const unsigned short SVG_PAINTTYPE_URI_RGBCOLOR = 105;
-  const unsigned short SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR = 106;
-  const unsigned short SVG_PAINTTYPE_URI = 107;
-
-  readonly attribute unsigned short paintType;
-  readonly attribute DOMString uri;
-
-  void setUri(DOMString uri);
-  void setPaint(unsigned short paintType, DOMString uri, DOMString rgbColor, DOMString iccColor);
-};
-</pre>
-
-<p class="issue">There are some missing definitions of 
-SVGPaint members here.  The interface might be going away, however.</p>
-
-
 <div class="ready-for-wider-review">
 <h3 id="InterfaceSVGMarkerInstance">Interface SVGMarkerInstance</h3>
 
--- a/master/svgdom.html	Wed Jun 05 16:38:50 2013 +1000
+++ b/master/svgdom.html	Wed Jun 05 18:11:34 2013 +1000
@@ -388,23 +388,6 @@
 ([<a href="refs.html#ref-DOM2STYLE">DOM2STYLE</a>], chapter 2)
 that are part of the SVG DOM.</p>
 
-<h3 id="CSSDOMFeaturesNoCSSSupport">User agents that do not support styling with CSS</h3>
-
-<p>User agents that do not support <a href="styling.html#StylingWithCSS">styling with CSS</a>
-are only required to support the following interfaces from
-<a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html">DOM Level 2 CSS</a>
-([<a href="refs.html#ref-DOM2STYLE">DOM2STYLE</a>], chapter 2), along with
-any interfaces necessary to implement the interfaces, such as
-<a>CSSPrimitiveValue</a> and <a>CSSValueList</a>. These interfaces are used in
-conjunction with the <a>SVGElement::getPresentationAttribute</a> method call
-on interface <a>SVGElement</a>, which must be supported on all implementations
-of the SVG DOM.</p>
-
-<ul>
-  <li>Interface <a>RGBColor</a></li>
-  <li>Interface <a>CSSValue</a></li>
-</ul>
-
 <h3 id="CSSDOMFeaturesWithCSSSupport">User agents that support styling with CSS</h3>
 
 <p>User agents that support <a href="styling.html#StylingWithCSS">Styling with CSS</a>,
@@ -421,351 +404,6 @@
 DOM Level 2 CSS.  All of the interfaces that are optional for DOM Level 2 CSS
 are also optional for user agents implementing the SVG DOM.</p>
     
-<h3 id="ExtendedInterfaces">Extended interfaces</h3>
-
-<p>Note: the <a>SVGElement::getPresentationAttribute</a> method and the interfaces that extend <a>CSSValue</a> are deprecated, and may be dropped from future versions of the SVG specification.</p>
-
-<p>Whether or not a user agent supports <a href="styling.html#StylingWithCSS">styling with CSS</a>,
-a user agent still must support interface <a>CSSValue</a>, as this is the type
-that is returned from the <a>SVGElement::getPresentationAttribute</a>
-method call on interface <a>SVGElement</a>.</p>
-
-<p>DOM Level 2 CSS defines a set of
-<a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-extended">extended interfaces</a>
-([<a href="refs.html#ref-DOM2STYLE">DOM2STYLE</a>], section 2.3) for use in
-conjunction with interface <a>CSSValue</a>. The table below specifies the type
-of <a>CSSValue</a> used to represent each SVG property that applies to
-<a href="http://www.w3.org/TR/2011/REC-CSS2-20110607/media.html#visual-media-group">visual media</a> 
-([<a href="refs.html#ref-CSS21">CSS21</a>], section 7.3.1).
-The expectation is that the <a>CSSValue</a> returned from the
-<span class="dom-method-name">getPropertyCSSValue</span> method on the
-<a>CSSStyleDeclaration</a> interface or the <a>SVGElement::getPresentationAttribute</a>
-method on the <a>SVGElement</a> interface can be cast down, using
-binding-specific casting methods, to the specific derived interface.</p>
-
-<p>For properties that are represented by a custom interface
-(the <span class='dom-attr-name'>cssValueType</span> of the <a>CSSValue</a> is CSS_CUSTOM),
-the name of the derived interface is specified in the table. For these
-properties, the table below indicates which extended interfaces
-are mandatory and which are not.</p>
-
-<p>For properties that consist of lists of values (the
-<span class='dom-attr-name'>cssValueType</span> of the <a>CSSValue</a> is
-CSS_VALUE_LIST), the derived interface is <a>CSSValueList</a>. For all other
-properties (the <span class='dom-attr-name'>cssValueType</span> of the <a>CSSValue</a>
-is CSS_PRIMITIVE_VALUE), the derived interface is <a>CSSPrimitiveValue</a>.</p>
-
-<p>For shorthand properties, a <a>CSSValue</a> always will have a value
-of null. Shorthand property values can only be accessed and modified as
-strings.</p>
-
-<p>The SVG DOM defines the following SVG-specific custom property
-interfaces, all of which are mandatory for SVG user agents:</p>
-
-<ul>
-  <li><a>SVGColor</a></li>
-  <li><a>SVGICCColor</a></li>
-  <li><a>SVGPaint</a></li>
-</ul>
-
-<table class='vert property-table'>
-  <tr>
-    <th>Property Name</th>
-    <th>Representation</th>
-    <th>Mandatory?<br/>(Extended interfaces only)</th>
-  </tr>
-  <tr>
-    <td><a>'alignment-baseline'</a></td>
-    <td>ident</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'baseline-shift'</a></td>
-    <td>ident, length, percentage</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'clip'</a></td>
-    <td>rect, ident</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'clip-path'</a></td>
-    <td>uri, ident</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'clip-rule'</a></td>
-    <td>ident</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'color'</a></td>
-    <td>rgbcolor, ident</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'color-interpolation'</a></td>
-    <td>ident</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'color-rendering'</a></td>
-    <td>ident</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'cursor property'</a></td>
-    <td>uri, ident</td>
-    <td>no</td>
-  </tr>
-  <tr>
-    <td><a>'direction'</a></td>
-    <td>ident</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'display'</a></td>
-    <td>ident</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'dominant-baseline'</a></td>
-    <td>ident</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'enable-background'</a></td>
-    <td>list of idents and numbers</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'fill'</a></td>
-    <td><a>SVGPaint</a></td>
-    <td>yes</td>
-  </tr>
-  <tr>
-    <td><a>'fill-opacity'</a></td>
-    <td>number</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'fill-rule'</a></td>
-    <td>ident</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'filter property'</a></td>
-    <td>uri, ident</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'flood-color'</a></td>
-    <td><a>SVGColor</a></td>
-    <td>yes</td>
-  </tr>
-  <tr>
-    <td><a>'flood-opacity'</a></td>
-    <td>number</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'font property'</a></td>
-    <td>null</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'font-family'</a></td>
-    <td>list of strings and idents</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'font-size'</a></td>
-    <td>ident, length, percentage</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'font-size-adjust'</a></td>
-    <td>number, ident</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'font-stretch'</a></td>
-    <td>ident</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'font-style'</a></td>
-    <td>ident</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'font-variant'</a></td>
-    <td>ident</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'font-weight'</a></td>
-    <td>ident</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'glyph-orientation-horizontal'</a></td>
-    <td>ident</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'glyph-orientation-vertical'</a></td>
-    <td>ident</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'image-rendering'</a></td>
-    <td>ident</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'letter-spacing'</a></td>
-    <td>ident, length</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'lighting-color'</a></td>
-    <td><a>SVGColor</a></td>
-    <td>yes</td>
-  </tr>
-  <tr>
-    <td><a>'marker property'</a></td>
-    <td>null</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'marker-end'</a></td>
-    <td>uri, ident</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'marker-mid'</a></td>
-    <td>uri, ident</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'marker-start'</a></td>
-    <td>uri, ident</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'mask property'</a></td>
-    <td>uri, ident</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'opacity'</a></td>
-    <td>number</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'overflow'</a></td>
-    <td>ident</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'pointer-events'</a></td>
-    <td>ident</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'shape-rendering'</a></td>
-    <td>ident</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'stop-color'</a></td>
-    <td><a>SVGColor</a></td>
-    <td>yes</td>
-  </tr>
-  <tr>
-    <td><a>'stop-opacity'</a></td>
-    <td>number</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'stroke'</a></td>
-    <td><a>SVGPaint</a></td>
-    <td>yes</td>
-  </tr>
-  <tr>
-    <td><a>'stroke-dasharray'</a></td>
-    <td>ident or list of lengths</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'stroke-dashoffset'</a></td>
-    <td>length</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'stroke-linecap'</a></td>
-    <td>ident</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'stroke-linejoin'</a></td>
-    <td>ident</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'stroke-miterlimit'</a></td>
-    <td>length</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'stroke-opacity'</a></td>
-    <td>number</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'stroke-width'</a></td>
-    <td>length</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'text-anchor'</a></td>
-    <td>ident</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'text-decoration'</a></td>
-    <td>list of ident</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'text-rendering'</a></td>
-    <td>ident</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'unicode-bidi'</a></td>
-    <td>ident</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'visibility'</a></td>
-    <td>ident</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'word-spacing'</a></td>
-    <td>length, ident</td>
-    <td>&nbsp;</td>
-  </tr>
-  <tr>
-    <td><a>'writing-mode'</a></td>
-    <td>ident</td>
-    <td>&nbsp;</td>
-  </tr>
-</table>
-
 <h2 id="InvalidValues">Invalid values</h2>
 
 <p>If a script sets a DOM attribute to an invalid value (e.g.,
--- a/master/types.html	Wed Jun 05 16:38:50 2013 +1000
+++ b/master/types.html	Wed Jun 05 18:11:34 2013 +1000
@@ -301,9 +301,7 @@
     &lt;color&gt; are defined in
     <a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html">Document Object Model CSS</a>;
     in particular, see <a>RGBColor</a>
-    ([<a href='refs.html#ref-DOM2STYLE'>DOM2STYLE</a>], section 2.2).
-    SVG's extension to color, including the ability to specify ICC-based colors,
-    are represented using DOM interface <a>SVGColor</a>.</p>
+    ([<a href='refs.html#ref-DOM2STYLE'>DOM2STYLE</a>], section 2.2).</p>
   </dd>
   
   <dt id="DataTypeFrequency">&lt;frequency&gt;</dt>
@@ -347,9 +345,6 @@
     values.  The grammar is as follows:</p>
 
     <pre class='grammar'><span id='ICCColor'>icccolor</span> ::= "icc-color(" author-ident (<a href='#CommaWSP'>comma-wsp</a> <a href='#Number'>number</a>)+ ")"</pre>
-
-    <p>The corresponding SVG DOM interface for &lt;icccolor&gt; is
-    <a>SVGICCColor</a>.</p>
   </dd>
 
   <dt id='DataTypeImage'>&lt;image&gt;</dt>
@@ -557,9 +552,6 @@
     a given graphics element. The available options and syntax for
     &lt;paint&gt; are described in
     <a href="painting.html#SpecifyingPaint">Specifying paint</a>.</p>
-
-    <p>Within the SVG DOM, &lt;paint&gt; values are represented using
-    <a>SVGPaint</a> objects.</p>
   </dd>
 
   <dt id="DataTypePercentage">&lt;percentage&gt;</dt>
@@ -1457,8 +1449,6 @@
   readonly attribute <a class="idlinterface" href="types.html#InterfaceSVGAnimatedString">SVGAnimatedString</a> <a href="types.html#__svg__SVGElement__className">className</a>;
   readonly attribute <a class="idlinterface" href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-CSSStyleDeclaration">CSSStyleDeclaration</a> <a href="types.html#__svg__SVGElement__style">style</a>;
 
-  <a class="idlinterface" href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-CSSValue">CSSValue</a> <a href="types.html#__svg__SVGElement__getPresentationAttribute">getPresentationAttribute</a>(DOMString name);
-
   attribute DOMString <a href="types.html#__svg__SVGElement__xmllang">xmllang</a>;
   attribute DOMString <a href="types.html#__svg__SVGElement__xmlspace">xmlspace</a>;
 
@@ -1533,40 +1523,6 @@
       </dd>
     </dl>
   </dd>
-
-  <dt class="operations-header">Operations:</dt>
-  <dd>
-    <dl class="attributes">
-      <dt id="__svg__SVGElement__getPresentationAttribute" class="operation first-child"><a class="idlinterface" href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-CSSValue">CSSValue</a> <b>getPresentationAttribute</b>(DOMString <var>name</var>)</dt>
-      <dd class="operation">
-        <p>Returns the base (i.e., static) value of a given <a>presentation
-        attribute</a> as an object of type <a>CSSValue</a>. The returned object
-        is live; changes to the objects represent immediate changes to the
-        objects to which the <a>CSSValue</a> is attached.</p>
-
-        <p>Note: The <code>getPresentationAttribute</code> method is deprecated, 
-        and may be dropped from future versions of the SVG specification.</p>
-
-        <dl class="operation">
-          <dt class="parameters-header">Parameters</dt>
-          <dd>
-            <ol class="parameters">
-              <li class="parameter first-child">
-                <div>DOMString <var>name</var></div> 
-                <div>The name of the presentation attribute whose value is to be returned.</div>
-              </li>
-            </ol>
-          </dd>
-          <dt class="returns-header">Returns</dt>
-          <dd>
-            <div>The static/base value of the given <a>presentation attribute</a>
-            as a <a>CSSValue</a>, or null if the given attribute does not have a
-            specified value.</div>
-          </dd>
-        </dl>
-      </dd>
-    </dl>
-  </dd>
 </dl>
 
 
@@ -3791,309 +3747,6 @@
 </dl>
 
 
-<h3 id="InterfaceSVGColor">Interface SVGColor</h3>
-
-
-
-<p>The <a>SVGColor</a> interface corresponds to color value definition for
-properties <a>'stop-color'</a>, <a>'flood-color'</a> and
-<a>'lighting-color'</a> and is a base class for interface <a>SVGPaint</a>.
-It incorporates SVG's extended notion of color, which incorporates
-ICC-based color specifications.
-</p>
-
-
-<p>Interface <a>SVGColor</a> does <em>not</em> correspond to the
-<a href="types.html#DataTypeColor">&lt;color&gt;</a> basic data type. For
-the <a href="types.html#DataTypeColor">&lt;color&gt;</a> basic data type,
-the applicable DOM interfaces are defined in
-<a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/">DOM Level 2 Style</a>;
-in particular, see the <a>RGBColor</a> interface
-([<a href="refs.html#ref-DOM2STYLE">DOM2STYLE</a>], section 2.2).
-</p>
-
-
-<p>Note: The <a>SVGColor</a> interface is deprecated, and may be dropped 
-from future versions of the SVG specification.
-</p>
-<pre class="idl">interface <b>SVGColor</b> : <a class="idlinterface"
-   href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-CSSValue">CSSValue</a> {
-
-  // Color Types
-  const unsigned short <a href="types.html#__svg__SVGColor__SVG_COLORTYPE_UNKNOWN">SVG_COLORTYPE_UNKNOWN</a> = 0;
-  const unsigned short <a href="types.html#__svg__SVGColor__SVG_COLORTYPE_RGBCOLOR">SVG_COLORTYPE_RGBCOLOR</a> = 1;
-  const unsigned short <a href="types.html#__svg__SVGColor__SVG_COLORTYPE_RGBCOLOR_ICCCOLOR">SVG_COLORTYPE_RGBCOLOR_ICCCOLOR</a> = 2;
-  const unsigned short <a href="types.html#__svg__SVGColor__SVG_COLORTYPE_CURRENTCOLOR">SVG_COLORTYPE_CURRENTCOLOR</a> = 3;
-
-  readonly attribute unsigned short <a href="types.html#__svg__SVGColor__colorType">colorType</a>;
-  readonly attribute <a class="idlinterface"
-   href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-RGBColor">RGBColor</a> <a href="types.html#__svg__SVGColor__rgbColor">rgbColor</a>;
-  readonly attribute <a class="idlinterface" href="types.html#InterfaceSVGICCColor">SVGICCColor</a> <a href="types.html#__svg__SVGColor__iccColor">iccColor</a>;
-
-  void <a href="types.html#__svg__SVGColor__setRGBColor">setRGBColor</a>(DOMString rgbColor);
-  void <a href="types.html#__svg__SVGColor__setRGBColorICCColor">setRGBColorICCColor</a>(DOMString rgbColor, DOMString iccColor);
-  void <a href="types.html#__svg__SVGColor__setColor">setColor</a>(unsigned short colorType, DOMString rgbColor, DOMString iccColor);
-};</pre><dl class="interface">
-<dt class="constants-header">Constants in group “Color Types”:</dt>
-<dd>
-<dl class="constants">
-
-<dt id="__svg__SVGColor__SVG_COLORTYPE_UNKNOWN" class="constant first-child"><b>SVG_COLORTYPE_UNKNOWN</b><span class="idl-type-parenthetical"> (unsigned short)</span></dt>
-<dd class="constant">
-<div>
-The color type is not one of predefined types. It is invalid to attempt
-to define a new value of this type or to attempt to switch an existing
-value to this type.
-
-
-</div>
-</dd>
-
-<dt id="__svg__SVGColor__SVG_COLORTYPE_RGBCOLOR" class="constant"><b>SVG_COLORTYPE_RGBCOLOR</b><span class="idl-type-parenthetical"> (unsigned short)</span></dt>
-<dd class="constant">
-<div>
-An sRGB color has been specified without an alternative ICC color
-specification.
-
-
-</div>
-</dd>
-
-<dt id="__svg__SVGColor__SVG_COLORTYPE_RGBCOLOR_ICCCOLOR" class="constant"><b>SVG_COLORTYPE_RGBCOLOR_ICCCOLOR</b><span class="idl-type-parenthetical"> (unsigned short)</span></dt>
-<dd class="constant">
-<div>
-An sRGB color has been specified along with an alternative ICC color
-specification.
-
-
-</div>
-</dd>
-
-<dt id="__svg__SVGColor__SVG_COLORTYPE_CURRENTCOLOR" class="constant"><b>SVG_COLORTYPE_CURRENTCOLOR</b><span class="idl-type-parenthetical"> (unsigned short)</span></dt>
-<dd class="constant">
-<div>
-Corresponds to when keyword <span class="attr-value">currentColor</span>
-has been specified.
-
-
-</div>
-</dd>
-</dl>
-</dd>
-<dt class="attributes-header">Attributes:</dt>
-<dd>
-<dl class="attributes">
-
-<dt id="__svg__SVGColor__colorType" class="attribute first-child"><b>colorType</b><span class="idl-type-parenthetical"> (readonly unsigned short)</span></dt>
-<dd class="attribute">
-<div>
-The type of the value as specified by one of the SVG_COLORTYPE_*
-constants defined on this interface.
-
-</div>
-</dd>
-
-<dt id="__svg__SVGColor__rgbColor" class="attribute"><b>rgbColor</b><span class="idl-type-parenthetical"> (readonly <a class="idlinterface"
-   href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-RGBColor">RGBColor</a>)</span></dt>
-<dd class="attribute">
-<div>
-The color specified in the sRGB color space.
-
-</div>
-</dd>
-
-<dt id="__svg__SVGColor__iccColor" class="attribute"><b>iccColor</b><span class="idl-type-parenthetical"> (readonly <a class="idlinterface" href="types.html#InterfaceSVGICCColor">SVGICCColor</a>)</span></dt>
-<dd class="attribute">
-<div>
-The alternate ICC color specification.
-
-</div>
-</dd>
-</dl>
-</dd>
-<dt class="operations-header">Operations:</dt>
-<dd>
-<dl class="attributes">
-
-<dt id="__svg__SVGColor__setRGBColor" class="operation first-child">void <b>setRGBColor</b>(DOMString <var>rgbColor</var>)
-</dt>
-<dd class="operation">
-<div>
-Modifies the color value to be the specified sRGB color without an
-alternate ICC color specification.
-
-
-</div>
-<dl class="operation">
-<dt class="parameters-header">Parameters</dt>
-<dd>
-<ol class="parameters">
-<li class="parameter first-child">
-<div>DOMString <var>rgbColor</var></div> 
-<div> A string that matches <a href="types.html#DataTypeColor">&lt;color&gt;</a>,
-which specifies the new sRGB color value.
-
-</div>
-</li>
-</ol>
-</dd>
-<dt class="exceptions-header">Exceptions</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception first-child"><a>SyntaxError</a>
-</dt>
-<dd class="exception"> Raised if <var>rgbColor</var>
-does not match <a href="types.html#DataTypeColor">&lt;color&gt;</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
-</dd>
-
-<dt id="__svg__SVGColor__setRGBColorICCColor" class="operation">void <b>setRGBColorICCColor</b>(DOMString <var>rgbColor</var>, DOMString <var>iccColor</var>)
-</dt>
-<dd class="operation">
-<div>
-Modifies the color value to be the specified sRGB color with an
-alternate ICC color specification.
-
-
-</div>
-<dl class="operation">
-<dt class="parameters-header">Parameters</dt>
-<dd>
-<ol class="parameters">
-<li class="parameter first-child">
-<div>DOMString <var>rgbColor</var></div> 
-<div> A string that matches <a href="types.html#DataTypeColor">&lt;color&gt;</a>,
-which specifies the new sRGB color value.
-
-</div>
-</li>
-<li class="parameter">
-<div>DOMString <var>iccColor</var></div> 
-<div> A string that matches <a href="types.html#DataTypeICCColor">&lt;icccolor&gt;</a>,
-which specifies the alternate ICC color specification.
-
-</div>
-</li>
-</ol>
-</dd>
-<dt class="exceptions-header">Exceptions</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception first-child"><a>SyntaxError</a>
-</dt>
-<dd class="exception"> Raised if <var>rgbColor</var>
-does not match <a href="types.html#DataTypeColor">&lt;color&gt;</a>
-or if <var>iccColor</var> does not match
-<a href="types.html#DataTypeICCColor">&lt;icccolor&gt;</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
-</dd>
-
-<dt id="__svg__SVGColor__setColor" class="operation">void <b>setColor</b>(unsigned short <var>colorType</var>, DOMString <var>rgbColor</var>, DOMString <var>iccColor</var>)
-</dt>
-<dd class="operation">
-<div>
-Sets the color value as specified by the parameters. If
-<var>colorType</var> requires an <a>RGBColor</a>, then
-<var>rgbColor</var> must be a string that matches
-<a href="types.html#DataTypeColor">&lt;color&gt;</a>;
-otherwise, <var>rgbColor</var>. must be null. If <var>colorType</var>
-requires an <a>SVGICCColor</a>, then <var>iccColor</var> must be a string
-that matches <a href="types.html#DataTypeICCColor">&lt;icccolor&gt;</a>;
-otherwise, <var>iccColor</var> must be null. 
-
-
-</div>
-<dl class="operation">
-<dt class="parameters-header">Parameters</dt>
-<dd>
-<ol class="parameters">
-<li class="parameter first-child">
-<div>unsigned short <var>colorType</var></div> 
-<div> One of the defined constants for <a>colorType</a>.
-
-</div>
-</li>
-<li class="parameter">
-<div>DOMString <var>rgbColor</var></div> 
-<div> The specification of an sRGB color, or null.
-
-</div>
-</li>
-<li class="parameter">
-<div>DOMString <var>iccColor</var></div> 
-<div> The specification of an ICC color, or null.
-
-</div>
-</li>
-</ol>
-</dd>
-<dt class="exceptions-header">Exceptions</dt>
-  <dd>
-  <dl class="exceptions">
-    <dt class="exception first-child"><a>InvalidAccessError</a></dt>
-    <dd class="exception">Raised if the colorType parameter has an invalid value.</dd>
-    <dt class="exception"><a>SyntaxError</a></dt>
-    <dd class="exception">Raised if the rgbColor or iccColor parameter has an invalid value.</dd>
-  </dl>
-</dd>
-</dl>
-</dd>
-</dl>
-</dd>
-</dl>
-
-
-<h3 id="InterfaceSVGICCColor">Interface SVGICCColor</h3>
-
-
-
-<p>The <a>SVGICCColor</a> interface expresses an ICC-based color
-specification.
-</p>
-
-
-<p>Note: The <a>SVGICCColor</a> interface is deprecated, and may be dropped 
-from future versions of the SVG specification.
-</p>
-<pre class="idl">interface <b>SVGICCColor</b> {
-           attribute DOMString <a href="types.html#__svg__SVGICCColor__colorProfile">colorProfile</a>;
-  readonly attribute <a class="idlinterface" href="types.html#InterfaceSVGNumberList">SVGNumberList</a> <a href="types.html#__svg__SVGICCColor__colors">colors</a>;
-};</pre><dl class="interface">
-<dt class="attributes-header">Attributes:</dt>
-<dd>
-<dl class="attributes">
-
-<dt id="__svg__SVGICCColor__colorProfile" class="attribute first-child"><b>colorProfile</b><span class="idl-type-parenthetical"> (DOMString)</span></dt>
-<dd class="attribute">
-<div>
-The name of the color profile, which is the first parameter of an ICC
-color specification.
-
-
-</div>
-</dd>
-
-<dt id="__svg__SVGICCColor__colors" class="attribute"><b>colors</b><span class="idl-type-parenthetical"> (readonly <a class="idlinterface" href="types.html#InterfaceSVGNumberList">SVGNumberList</a>)</span></dt>
-<dd class="attribute">
-<div>
-The list of color values that define this ICC color. Each color value
-is an arbitrary floating point number.
-
-</div>
-</dd>
-</dl>
-</dd>
-</dl>
-
-
 <h3 id="InterfaceSVGRect">Interface SVGRect</h3>
 
 <p>Represents rectangular geometry.  Rectangles are defined as consisting