Remove raises and setraises clauses from IDL, and remove mention of read only nodes in the DOM and the associated exception throwing behaviour.
authorCameron McCormack <cam@mcc.id.au>
Sun, 05 Aug 2012 19:34:16 +1000
changeset 251 6ffe8c78ba53
parent 250 142aad699f9d
child 252 11296938e6c0
Remove raises and setraises clauses from IDL, and remove mention of read only nodes in the DOM and the associated exception throwing behaviour.
master/animate.html
master/changes.html
master/color.html
master/coords.html
master/painting.html
master/paths.html
master/script.html
master/styling.html
master/svgdom.html
master/text.html
master/types.html
--- a/master/animate.html	Sun Aug 05 18:48:36 2012 +1000
+++ b/master/animate.html	Sun Aug 05 19:34:16 2012 +1000
@@ -2856,11 +2856,9 @@
 
   readonly attribute <a class="idlinterface" href="types.html#InterfaceSVGElement">SVGElement</a> <a href="animate.html#__svg__SVGAnimationElement__targetElement">targetElement</a>;
 
-  float <a href="animate.html#__svg__SVGAnimationElement__getStartTime">getStartTime</a>() raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+  float <a href="animate.html#__svg__SVGAnimationElement__getStartTime">getStartTime</a>();
   float <a href="animate.html#__svg__SVGAnimationElement__getCurrentTime">getCurrentTime</a>();
-  float <a href="animate.html#__svg__SVGAnimationElement__getSimpleDuration">getSimpleDuration</a>() raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+  float <a href="animate.html#__svg__SVGAnimationElement__getSimpleDuration">getSimpleDuration</a>();
 };
 
 <a>SVGAnimationElement</a> implements <a>SVGTests</a>;</pre><dl class="interface">
--- a/master/changes.html	Sun Aug 05 18:48:36 2012 +1000
+++ b/master/changes.html	Sun Aug 05 19:34:16 2012 +1000
@@ -148,5 +148,12 @@
   <li>Removed this appendix, as SVG 2 is not defined in terms of a DTD.</li>
 </ul>
 
+<h3 id="svgdom">SVG Document Object Model (DOM)</h3>
+
+<ul>
+  <li>Removed mention of read only nodes in the DOM, since that concept no longer
+  exists in DOM4.</li>
+</ul>
+
 </body>
 </html>
--- a/master/color.html	Sun Aug 05 18:48:36 2012 +1000
+++ b/master/color.html	Sun Aug 05 19:34:16 2012 +1000
@@ -584,90 +584,40 @@
 </p>
 <pre class="idl">interface <b>SVGColorProfileRule</b> : <a class="idlinterface" href="types.html#InterfaceSVGCSSRule">SVGCSSRule</a>,
                                 <a class="idlinterface" href="types.html#InterfaceSVGRenderingIntent">SVGRenderingIntent</a> {
-  attribute DOMString <a href="color.html#__svg__SVGColorProfileRule__src">src</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute DOMString <a href="color.html#__svg__SVGColorProfileRule__name">name</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute unsigned short <a href="color.html#__svg__SVGColorProfileRule__renderingIntent">renderingIntent</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-};</pre><dl class="interface">
-<dt class="attributes-header">Attributes:</dt>
-<dd>
-<dl class="attributes">
-
-<dt id="__svg__SVGColorProfileRule__src" class="attribute first-child"><b>src</b><span class="idl-type-parenthetical"> (DOMString)</span></dt>
-<dd class="attribute">
-<div>
-Corresponds to descriptor <span class="property">src</span> within an
-@color-profile rule.
-
-
-</div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
-</dd>
-
-<dt id="__svg__SVGColorProfileRule__name" class="attribute"><b>name</b><span class="idl-type-parenthetical"> (DOMString)</span></dt>
-<dd class="attribute">
-<div>
-Corresponds to descriptor <span class="property">'name'</span> within an
-@color-profile rule.
-
+  attribute DOMString <a href="color.html#__svg__SVGColorProfileRule__src">src</a>;
+  attribute DOMString <a href="color.html#__svg__SVGColorProfileRule__name">name</a>;
+  attribute unsigned short <a href="color.html#__svg__SVGColorProfileRule__renderingIntent">renderingIntent</a>;
+};</pre>
 
-</div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
-</dd>
+<dl class="interface">
+  <dt class="attributes-header">Attributes:</dt>
+  <dd>
+    <dl class="attributes">
+      <dt id="__svg__SVGColorProfileRule__src" class="attribute first-child"><b>src</b><span class="idl-type-parenthetical"> (DOMString)</span></dt>
+      <dd class="attribute">
+        <div>
+          Corresponds to descriptor <span class="property">src</span> within an
+          @color-profile rule.
+        </div>
+      </dd>
 
-<dt id="__svg__SVGColorProfileRule__renderingIntent" class="attribute"><b>renderingIntent</b><span class="idl-type-parenthetical"> (unsigned short)</span></dt>
-<dd class="attribute">
-<div>
-The type of rendering intent, identified by one of the
-<a>SVGRenderingIntent</a> constants.
-
+      <dt id="__svg__SVGColorProfileRule__name" class="attribute"><b>name</b><span class="idl-type-parenthetical"> (DOMString)</span></dt>
+      <dd class="attribute">
+        <div>
+          Corresponds to descriptor <span class="property">'name'</span> within an
+          @color-profile rule.
+        </div>
+      </dd>
 
-</div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
-</dd>
-</dl>
-</dd>
+      <dt id="__svg__SVGColorProfileRule__renderingIntent" class="attribute"><b>renderingIntent</b><span class="idl-type-parenthetical"> (unsigned short)</span></dt>
+      <dd class="attribute">
+        <div>
+          The type of rendering intent, identified by one of the
+          <a>SVGRenderingIntent</a> constants.
+        </div>
+      </dd>
+    </dl>
+  </dd>
 </dl>
 
 </body>
--- a/master/coords.html	Sun Aug 05 18:48:36 2012 +1000
+++ b/master/coords.html	Sun Aug 05 19:34:16 2012 +1000
@@ -1422,109 +1422,78 @@
 
 <p>If an <a>SVGPoint</a> object is designated as <em>read only</em>,
 then attempting to assign to one of its attributes will result in
-an exception being thrown.
-</p>
+an exception being thrown.</p>
+
 <pre class="idl">interface <b>SVGPoint</b> {
 
-  attribute float <a href="coords.html#__svg__SVGPoint__x">x</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="coords.html#__svg__SVGPoint__y">y</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+  attribute float <a href="coords.html#__svg__SVGPoint__x">x</a>;
+  attribute float <a href="coords.html#__svg__SVGPoint__y">y</a>;
 
   <a class="idlinterface" href="coords.html#InterfaceSVGPoint">SVGPoint</a> <a href="coords.html#__svg__SVGPoint__matrixTransform">matrixTransform</a>(in <a class="idlinterface" href="coords.html#InterfaceSVGMatrix">SVGMatrix</a> matrix);
-};</pre><dl class="interface">
-<dt class="attributes-header">Attributes:</dt>
-<dd>
-<dl class="attributes">
-
-<dt id="__svg__SVGPoint__x" class="attribute first-child"><b>x</b><span class="idl-type-parenthetical"> (float)</span></dt>
-<dd class="attribute">
-<div>
-The x coordinate.
-
-
-</div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised if the 
-<a>SVGPoint</a> object is read only, or corresponds to a DOM 
-attribute that is read only.
-
-</dd>
-</dl>
-</dd>
-</dl>
-</dd>
-
-<dt id="__svg__SVGPoint__y" class="attribute"><b>y</b><span class="idl-type-parenthetical"> (float)</span></dt>
-<dd class="attribute">
-<div>
-The y coordinate.
-
-
-</div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised if the 
-<a>SVGPoint</a> object is read only, or corresponds to a DOM 
-attribute that is read only.
-
-</dd>
-</dl>
-</dd>
-</dl>
-</dd>
-</dl>
-</dd>
-<dt class="operations-header">Operations:</dt>
-<dd>
-<dl class="attributes">
-
-<dt id="__svg__SVGPoint__matrixTransform" class="operation first-child"><a class="idlinterface" href="coords.html#InterfaceSVGPoint">SVGPoint</a> <b>matrixTransform</b>(in <a class="idlinterface" href="coords.html#InterfaceSVGMatrix">SVGMatrix</a> <var>matrix</var>)
-</dt>
-<dd class="operation">
-<div>
-
-<p>Applies a 2x3 matrix transformation on this <a>SVGPoint</a> object and
-returns a new, transformed <a>SVGPoint</a> object:
-</p>
-
-<pre>newpoint = matrix * thispoint</pre>
-
-</div>
-<dl class="operation">
-<dt class="parameters-header">Parameters</dt>
-<dd>
-<ol class="parameters">
-<li class="parameter first-child">
-<div><a class="idlinterface" href="coords.html#InterfaceSVGMatrix">SVGMatrix</a> <var>matrix</var></div> 
-<div> The matrix which is to be applied to this <a>SVGPoint</a>
-object.
-
-</div>
-</li>
-</ol>
-</dd>
-<dt class="returns-header">Returns</dt>
-<dd>
-<div> A new <a>SVGPoint</a> object.
-
-</div>
-</dd>
-</dl>
-</dd>
-</dl>
-</dd>
+};</pre>
+
+<dl class="interface">
+  <dt class="attributes-header">Attributes:</dt>
+  <dd>
+    <dl class="attributes">
+      <dt id="__svg__SVGPoint__x" class="attribute first-child"><b>x</b><span class="idl-type-parenthetical"> (float)</span></dt>
+      <dd class="attribute">
+        <div>The x coordinate.</div>
+        <dl class="attribute">
+          <dt class="exceptions-header">Exceptions on setting</dt>
+          <dd>
+            <dl class="exceptions">
+              <dt class="exception"><a class="idlinterface" href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR</dt>
+              <dd class="exception">Raised if the <a>SVGPoint</a> object is read only.</dd>
+            </dl>
+          </dd>
+        </dl>
+      </dd>
+
+      <dt id="__svg__SVGPoint__y" class="attribute"><b>y</b><span class="idl-type-parenthetical"> (float)</span></dt>
+      <dd class="attribute">
+        <div>The y coordinate.</div>
+        <dl class="attribute">
+          <dt class="exceptions-header">Exceptions on setting</dt>
+          <dd>
+            <dl class="exceptions">
+              <dt class="exception"><a class="idlinterface" href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR</dt>
+              <dd class="exception">Raised if the <a>SVGPoint</a> object is read only.</dd>
+            </dl>
+          </dd>
+        </dl>
+      </dd>
+    </dl>
+  </dd>
+
+  <dt class="operations-header">Operations:</dt>
+  <dd>
+    <dl class="attributes">
+      <dt id="__svg__SVGPoint__matrixTransform" class="operation first-child"><a class="idlinterface" href="coords.html#InterfaceSVGPoint">SVGPoint</a> <b>matrixTransform</b>(in <a class="idlinterface" href="coords.html#InterfaceSVGMatrix">SVGMatrix</a> <var>matrix</var>)</dt>
+      <dd class="operation">
+        <div>
+          <p>Applies a 2x3 matrix transformation on this <a>SVGPoint</a> object and
+          returns a new, transformed <a>SVGPoint</a> object:</p>
+          <pre>newpoint = matrix * thispoint</pre>
+        </div>
+        <dl class="operation">
+          <dt class="parameters-header">Parameters</dt>
+          <dd>
+            <ol class="parameters">
+              <li class="parameter first-child">
+                <div><a class="idlinterface" href="coords.html#InterfaceSVGMatrix">SVGMatrix</a> <var>matrix</var></div> 
+                <div>The matrix which is to be applied to this <a>SVGPoint</a> object.</div>
+              </li>
+            </ol>
+          </dd>
+          <dt class="returns-header">Returns</dt>
+          <dd>
+            <div>A new <a>SVGPoint</a> object.</div>
+          </dd>
+        </dl>
+      </dd>
+    </dl>
+  </dd>
 </dl>
 
 
@@ -1537,27 +1506,22 @@
 
 <p><a>SVGPointList</a> has the same attributes and methods as other
 SVGxxxList interfaces. Implementers may consider using a single base class
-to implement the various SVGxxxList interfaces.
-</p>
+to implement the various SVGxxxList interfaces.</p>
+
 <pre class="idl">interface <b>SVGPointList</b> {
 
   readonly attribute unsigned long <a href="coords.html#__svg__SVGPointList__numberOfItems">numberOfItems</a>;
 
-  void <a href="coords.html#__svg__SVGPointList__clear">clear</a>() raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  <a class="idlinterface" href="coords.html#InterfaceSVGPoint">SVGPoint</a> <a href="coords.html#__svg__SVGPointList__initialize">initialize</a>(in <a class="idlinterface" href="coords.html#InterfaceSVGPoint">SVGPoint</a> newItem) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  <a class="idlinterface" href="coords.html#InterfaceSVGPoint">SVGPoint</a> <a href="coords.html#__svg__SVGPointList__getItem">getItem</a>(in unsigned long index) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  <a class="idlinterface" href="coords.html#InterfaceSVGPoint">SVGPoint</a> <a href="coords.html#__svg__SVGPointList__insertItemBefore">insertItemBefore</a>(in <a class="idlinterface" href="coords.html#InterfaceSVGPoint">SVGPoint</a> newItem, in unsigned long index) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  <a class="idlinterface" href="coords.html#InterfaceSVGPoint">SVGPoint</a> <a href="coords.html#__svg__SVGPointList__replaceItem">replaceItem</a>(in <a class="idlinterface" href="coords.html#InterfaceSVGPoint">SVGPoint</a> newItem, in unsigned long index) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  <a class="idlinterface" href="coords.html#InterfaceSVGPoint">SVGPoint</a> <a href="coords.html#__svg__SVGPointList__removeItem">removeItem</a>(in unsigned long index) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  <a class="idlinterface" href="coords.html#InterfaceSVGPoint">SVGPoint</a> <a href="coords.html#__svg__SVGPointList__appendItem">appendItem</a>(in <a class="idlinterface" href="coords.html#InterfaceSVGPoint">SVGPoint</a> newItem) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-};</pre><dl class="interface">
+  void <a href="coords.html#__svg__SVGPointList__clear">clear</a>();
+  <a class="idlinterface" href="coords.html#InterfaceSVGPoint">SVGPoint</a> <a href="coords.html#__svg__SVGPointList__initialize">initialize</a>(in <a class="idlinterface" href="coords.html#InterfaceSVGPoint">SVGPoint</a> newItem);
+  <a class="idlinterface" href="coords.html#InterfaceSVGPoint">SVGPoint</a> <a href="coords.html#__svg__SVGPointList__getItem">getItem</a>(in unsigned long index):
+  <a class="idlinterface" href="coords.html#InterfaceSVGPoint">SVGPoint</a> <a href="coords.html#__svg__SVGPointList__insertItemBefore">insertItemBefore</a>(in <a class="idlinterface" href="coords.html#InterfaceSVGPoint">SVGPoint</a> newItem, in unsigned long index);
+  <a class="idlinterface" href="coords.html#InterfaceSVGPoint">SVGPoint</a> <a href="coords.html#__svg__SVGPointList__replaceItem">replaceItem</a>(in <a class="idlinterface" href="coords.html#InterfaceSVGPoint">SVGPoint</a> newItem, in unsigned long index);
+  <a class="idlinterface" href="coords.html#InterfaceSVGPoint">SVGPoint</a> <a href="coords.html#__svg__SVGPointList__removeItem">removeItem</a>(in unsigned long index);
+  <a class="idlinterface" href="coords.html#InterfaceSVGPoint">SVGPoint</a> <a href="coords.html#__svg__SVGPointList__appendItem">appendItem</a>(in <a class="idlinterface" href="coords.html#InterfaceSVGPoint">SVGPoint</a> newItem);
+};</pre>
+
+<dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
 <dl class="attributes">
@@ -1923,21 +1887,15 @@
 [0 0 1]</pre>
 <pre class="idl">interface <b>SVGMatrix</b> {
 
-  attribute float <a href="coords.html#__svg__SVGMatrix__a">a</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="coords.html#__svg__SVGMatrix__b">b</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="coords.html#__svg__SVGMatrix__c">c</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="coords.html#__svg__SVGMatrix__d">d</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="coords.html#__svg__SVGMatrix__e">e</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="coords.html#__svg__SVGMatrix__f">f</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+  attribute float <a href="coords.html#__svg__SVGMatrix__a">a</a>;
+  attribute float <a href="coords.html#__svg__SVGMatrix__b">b</a>;
+  attribute float <a href="coords.html#__svg__SVGMatrix__c">c</a>;
+  attribute float <a href="coords.html#__svg__SVGMatrix__d">d</a>;
+  attribute float <a href="coords.html#__svg__SVGMatrix__e">e</a>;
+  attribute float <a href="coords.html#__svg__SVGMatrix__f">f</a>;
 
   <a class="idlinterface" href="coords.html#InterfaceSVGMatrix">SVGMatrix</a> <a href="coords.html#__svg__SVGMatrix__multiply">multiply</a>(in <a class="idlinterface" href="coords.html#InterfaceSVGMatrix">SVGMatrix</a> secondMatrix);
-  <a class="idlinterface" href="coords.html#InterfaceSVGMatrix">SVGMatrix</a> <a href="coords.html#__svg__SVGMatrix__inverse">inverse</a>() raises(<a class="idlinterface" href="svgdom.html#ExceptionSVGException">SVGException</a>);
+  <a class="idlinterface" href="coords.html#InterfaceSVGMatrix">SVGMatrix</a> <a href="coords.html#__svg__SVGMatrix__inverse">inverse</a>();
   <a class="idlinterface" href="coords.html#InterfaceSVGMatrix">SVGMatrix</a> <a href="coords.html#__svg__SVGMatrix__translate">translate</a>(in float x, in float y);
   <a class="idlinterface" href="coords.html#InterfaceSVGMatrix">SVGMatrix</a> <a href="coords.html#__svg__SVGMatrix__scale">scale</a>(in float scaleFactor);
   <a class="idlinterface" href="coords.html#InterfaceSVGMatrix">SVGMatrix</a> <a href="coords.html#__svg__SVGMatrix__scaleNonUniform">scaleNonUniform</a>(in float scaleFactorX, in float scaleFactorY);
@@ -1947,7 +1905,9 @@
   <a class="idlinterface" href="coords.html#InterfaceSVGMatrix">SVGMatrix</a> <a href="coords.html#__svg__SVGMatrix__flipY">flipY</a>();
   <a class="idlinterface" href="coords.html#InterfaceSVGMatrix">SVGMatrix</a> <a href="coords.html#__svg__SVGMatrix__skewX">skewX</a>(in float angle);
   <a class="idlinterface" href="coords.html#InterfaceSVGMatrix">SVGMatrix</a> <a href="coords.html#__svg__SVGMatrix__skewY">skewY</a>(in float angle);
-};</pre><dl class="interface">
+};</pre>
+
+<dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
 <dl class="attributes">
@@ -1959,20 +1919,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGMatrix__b" class="attribute"><b>b</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -1982,20 +1928,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGMatrix__c" class="attribute"><b>c</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -2005,20 +1937,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGMatrix__d" class="attribute"><b>d</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -2028,20 +1946,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGMatrix__e" class="attribute"><b>e</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -2051,20 +1955,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGMatrix__f" class="attribute"><b>f</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -2074,20 +1964,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 </dl>
 </dd>
@@ -2439,13 +2315,13 @@
 
 <h3 id="InterfaceSVGTransform">Interface SVGTransform</h3>
 
-
-<a>SVGTransform</a> is the interface for one of the component
+<p><a>SVGTransform</a> is the interface for one of the component
 transformations within an <a>SVGTransformList</a>; thus, an
 <a>SVGTransform</a> object corresponds to a single component (e.g.,
 <span class="attr-value">'scale(…)'</span> or
 <span class="attr-value">'matrix(…)'</span>) within a <a>'transform'</a>
-attribute specification.
+attribute specification.</p>
+
 <pre class="idl">interface <b>SVGTransform</b> {
 
   // Transform Types
@@ -2461,19 +2337,15 @@
   readonly attribute <a class="idlinterface" href="coords.html#InterfaceSVGMatrix">SVGMatrix</a> <a href="coords.html#__svg__SVGTransform__matrix">matrix</a>;
   readonly attribute float <a href="coords.html#__svg__SVGTransform__angle">angle</a>;
 
-  void <a href="coords.html#__svg__SVGTransform__setMatrix">setMatrix</a>(in <a class="idlinterface" href="coords.html#InterfaceSVGMatrix">SVGMatrix</a> matrix) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  void <a href="coords.html#__svg__SVGTransform__setTranslate">setTranslate</a>(in float tx, in float ty) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  void <a href="coords.html#__svg__SVGTransform__setScale">setScale</a>(in float sx, in float sy) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  void <a href="coords.html#__svg__SVGTransform__setRotate">setRotate</a>(in float angle, in float cx, in float cy) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  void <a href="coords.html#__svg__SVGTransform__setSkewX">setSkewX</a>(in float angle) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  void <a href="coords.html#__svg__SVGTransform__setSkewY">setSkewY</a>(in float angle) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-};</pre><dl class="interface">
+  void <a href="coords.html#__svg__SVGTransform__setMatrix">setMatrix</a>(in <a class="idlinterface" href="coords.html#InterfaceSVGMatrix">SVGMatrix</a> matrix);
+  void <a href="coords.html#__svg__SVGTransform__setTranslate">setTranslate</a>(in float tx, in float ty);
+  void <a href="coords.html#__svg__SVGTransform__setScale">setScale</a>(in float sx, in float sy);
+  void <a href="coords.html#__svg__SVGTransform__setRotate">setRotate</a>(in float angle, in float cx, in float cy);
+  void <a href="coords.html#__svg__SVGTransform__setSkewX">setSkewX</a>(in float angle);
+  void <a href="coords.html#__svg__SVGTransform__setSkewY">setSkewY</a>(in float angle);
+};</pre>
+
+<dl class="interface">
 <dt class="constants-header">Constants in group “Transform Types”:</dt>
 <dd>
 <dl class="constants">
@@ -2654,18 +2526,6 @@
 </li>
 </ol>
 </dd>
-<dt class="exceptions-header">Exceptions</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception first-child"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
 </dl>
 </dd>
 
@@ -2696,18 +2556,6 @@
 </li>
 </ol>
 </dd>
-<dt class="exceptions-header">Exceptions</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception first-child"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
 </dl>
 </dd>
 
@@ -2738,18 +2586,6 @@
 </li>
 </ol>
 </dd>
-<dt class="exceptions-header">Exceptions</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception first-child"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
 </dl>
 </dd>
 
@@ -2787,18 +2623,6 @@
 </li>
 </ol>
 </dd>
-<dt class="exceptions-header">Exceptions</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception first-child"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
 </dl>
 </dd>
 
@@ -2823,18 +2647,6 @@
 </li>
 </ol>
 </dd>
-<dt class="exceptions-header">Exceptions</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception first-child"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
 </dl>
 </dd>
 
@@ -2859,18 +2671,6 @@
 </li>
 </ol>
 </dd>
-<dt class="exceptions-header">Exceptions</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception first-child"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
 </dl>
 </dd>
 </dl>
@@ -2905,24 +2705,18 @@
 
   readonly attribute unsigned long <a href="coords.html#__svg__SVGTransformList__numberOfItems">numberOfItems</a>;
 
-  void <a href="coords.html#__svg__SVGTransformList__clear">clear</a>() raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  <a class="idlinterface" href="coords.html#InterfaceSVGTransform">SVGTransform</a> <a href="coords.html#__svg__SVGTransformList__initialize">initialize</a>(in <a class="idlinterface" href="coords.html#InterfaceSVGTransform">SVGTransform</a> newItem) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  <a class="idlinterface" href="coords.html#InterfaceSVGTransform">SVGTransform</a> <a href="coords.html#__svg__SVGTransformList__getItem">getItem</a>(in unsigned long index) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  <a class="idlinterface" href="coords.html#InterfaceSVGTransform">SVGTransform</a> <a href="coords.html#__svg__SVGTransformList__insertItemBefore">insertItemBefore</a>(in <a class="idlinterface" href="coords.html#InterfaceSVGTransform">SVGTransform</a> newItem, in unsigned long index) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  <a class="idlinterface" href="coords.html#InterfaceSVGTransform">SVGTransform</a> <a href="coords.html#__svg__SVGTransformList__replaceItem">replaceItem</a>(in <a class="idlinterface" href="coords.html#InterfaceSVGTransform">SVGTransform</a> newItem, in unsigned long index) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  <a class="idlinterface" href="coords.html#InterfaceSVGTransform">SVGTransform</a> <a href="coords.html#__svg__SVGTransformList__removeItem">removeItem</a>(in unsigned long index) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  <a class="idlinterface" href="coords.html#InterfaceSVGTransform">SVGTransform</a> <a href="coords.html#__svg__SVGTransformList__appendItem">appendItem</a>(in <a class="idlinterface" href="coords.html#InterfaceSVGTransform">SVGTransform</a> newItem) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+  void <a href="coords.html#__svg__SVGTransformList__clear">clear</a>();
+  <a class="idlinterface" href="coords.html#InterfaceSVGTransform">SVGTransform</a> <a href="coords.html#__svg__SVGTransformList__initialize">initialize</a>(in <a class="idlinterface" href="coords.html#InterfaceSVGTransform">SVGTransform</a> newItem);
+  <a class="idlinterface" href="coords.html#InterfaceSVGTransform">SVGTransform</a> <a href="coords.html#__svg__SVGTransformList__getItem">getItem</a>(in unsigned long index);
+  <a class="idlinterface" href="coords.html#InterfaceSVGTransform">SVGTransform</a> <a href="coords.html#__svg__SVGTransformList__insertItemBefore">insertItemBefore</a>(in <a class="idlinterface" href="coords.html#InterfaceSVGTransform">SVGTransform</a> newItem, in unsigned long index);
+  <a class="idlinterface" href="coords.html#InterfaceSVGTransform">SVGTransform</a> <a href="coords.html#__svg__SVGTransformList__replaceItem">replaceItem</a>(in <a class="idlinterface" href="coords.html#InterfaceSVGTransform">SVGTransform</a> newItem, in unsigned long index);
+  <a class="idlinterface" href="coords.html#InterfaceSVGTransform">SVGTransform</a> <a href="coords.html#__svg__SVGTransformList__removeItem">removeItem</a>(in unsigned long index);
+  <a class="idlinterface" href="coords.html#InterfaceSVGTransform">SVGTransform</a> <a href="coords.html#__svg__SVGTransformList__appendItem">appendItem</a>(in <a class="idlinterface" href="coords.html#InterfaceSVGTransform">SVGTransform</a> newItem);
   <a class="idlinterface" href="coords.html#InterfaceSVGTransform">SVGTransform</a> <a href="coords.html#__svg__SVGTransformList__createSVGTransformFromMatrix">createSVGTransformFromMatrix</a>(in <a class="idlinterface" href="coords.html#InterfaceSVGMatrix">SVGMatrix</a> matrix);
-  <a class="idlinterface" href="coords.html#InterfaceSVGTransform">SVGTransform</a> <a href="coords.html#__svg__SVGTransformList__consolidate">consolidate</a>() raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-};</pre><dl class="interface">
+  <a class="idlinterface" href="coords.html#InterfaceSVGTransform">SVGTransform</a> <a href="coords.html#__svg__SVGTransformList__consolidate">consolidate</a>();
+};</pre>
+
+<dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
 <dl class="attributes">
@@ -2956,8 +2750,7 @@
 <dt class="exception first-child"><a class="idlinterface"
    href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
 </dt>
-<dd class="exception"> Raised when the list
-corresponds to a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a> or when the object itself is
+<dd class="exception"> Raised when the list is
 <a href="#ReadOnlyTransformList">read only</a>.
 
 </dd>
@@ -3002,8 +2795,7 @@
 <dt class="exception first-child"><a class="idlinterface"
    href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
 </dt>
-<dd class="exception"> Raised when the list
-corresponds to a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a> or when the object itself is
+<dd class="exception"> Raised when the list is
 <a href="#ReadOnlyTransformList">read only</a>.
 
 </dd>
@@ -3103,8 +2895,7 @@
 <dt class="exception first-child"><a class="idlinterface"
    href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
 </dt>
-<dd class="exception"> Raised when the list
-corresponds to a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a> or when the object itself is
+<dd class="exception"> Raised when the list is
 <a href="#ReadOnlyTransformList">read only</a>.
 
 </dd>
@@ -3157,8 +2948,7 @@
 <dt class="exception first-child"><a class="idlinterface"
    href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
 </dt>
-<dd class="exception"> Raised when the list
-corresponds to a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a> or when the object itself is
+<dd class="exception"> Raised when the list is
 <a href="#ReadOnlyTransformList">read only</a>.
 
 </dd>
@@ -3207,8 +2997,7 @@
 <dt class="exception first-child"><a class="idlinterface"
    href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
 </dt>
-<dd class="exception"> Raised when the list
-corresponds to a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a> or when the object itself is
+<dd class="exception"> Raised when the list is
 <a href="#ReadOnlyTransformList">read only</a>.
 
 </dd>
@@ -3260,8 +3049,7 @@
 <dt class="exception first-child"><a class="idlinterface"
    href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
 </dt>
-<dd class="exception"> Raised when the list
-corresponds to a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a> or when the object itself is
+<dd class="exception"> Raised when the list is
 <a href="#ReadOnlyTransformList">read only</a>.
 
 </dd>
@@ -3336,8 +3124,7 @@
 <dt class="exception first-child"><a class="idlinterface"
    href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
 </dt>
-<dd class="exception"> Raised when the list
-corresponds to a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a> or when the object itself is
+<dd class="exception"> Raised when the list is
 <a href="#ReadOnlyTransformList">read only</a>.
 
 </dd>
@@ -3421,11 +3208,11 @@
   const unsigned short <a href="coords.html#__svg__SVGPreserveAspectRatio__SVG_MEETORSLICE_MEET">SVG_MEETORSLICE_MEET</a> = 1;
   const unsigned short <a href="coords.html#__svg__SVGPreserveAspectRatio__SVG_MEETORSLICE_SLICE">SVG_MEETORSLICE_SLICE</a> = 2;
 
-  attribute unsigned short <a href="coords.html#__svg__SVGPreserveAspectRatio__align">align</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute unsigned short <a href="coords.html#__svg__SVGPreserveAspectRatio__meetOrSlice">meetOrSlice</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-};</pre><dl class="interface">
+  attribute unsigned short <a href="coords.html#__svg__SVGPreserveAspectRatio__align">align</a>;
+  attribute unsigned short <a href="coords.html#__svg__SVGPreserveAspectRatio__meetOrSlice">meetOrSlice</a>;
+};</pre>
+
+<dl class="interface">
 <dt class="constants-header">Constants in group “Alignment Types”:</dt>
 <dd>
 <dl class="constants">
@@ -3609,9 +3396,7 @@
 <dt class="exception"><a class="idlinterface"
    href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
 </dt>
-<dd class="exception"> Raised when the object
-corresponds to a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a> or when the object itself is
-<a href="#ReadOnlyPreserveAspectRatio">read only</a>.
+<dd class="exception"> Raised when the object is <a href="#ReadOnlyPreserveAspectRatio">read only</a>.
 
 
 </dd>
@@ -3635,8 +3420,7 @@
 <dt class="exception"><a class="idlinterface"
    href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
 </dt>
-<dd class="exception"> Raised when the object
-corresponds to a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a> or when the object itself is
+<dd class="exception"> Raised when the object is
 <a href="#ReadOnlyPreserveAspectRatio">read only</a>.
 
 
--- a/master/painting.html	Sun Aug 05 18:48:36 2012 +1000
+++ b/master/painting.html	Sun Aug 05 19:34:16 2012 +1000
@@ -3287,10 +3287,8 @@
   readonly attribute <a class="idlinterface" href="types.html#InterfaceSVGAnimatedEnumeration">SVGAnimatedEnumeration</a> <a href="painting.html#__svg__SVGMarkerElement__orientType">orientType</a>;
   readonly attribute <a class="idlinterface" href="types.html#InterfaceSVGAnimatedAngle">SVGAnimatedAngle</a> <a href="painting.html#__svg__SVGMarkerElement__orientAngle">orientAngle</a>;
 
-  void <a href="painting.html#__svg__SVGMarkerElement__setOrientToAuto">setOrientToAuto</a>() raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  void <a href="painting.html#__svg__SVGMarkerElement__setOrientToAngle">setOrientToAngle</a>(in <a class="idlinterface" href="types.html#InterfaceSVGAngle">SVGAngle</a> angle) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+  void <a href="painting.html#__svg__SVGMarkerElement__setOrientToAuto">setOrientToAuto</a>();
+  void <a href="painting.html#__svg__SVGMarkerElement__setOrientToAngle">setOrientToAngle</a>(in <a class="idlinterface" href="types.html#InterfaceSVGAngle">SVGAngle</a> angle);
 };
 
 <a>SVGMarkerElement</a> implements <a>SVGFitToViewBox</a>;</pre><dl class="interface">
@@ -3452,20 +3450,6 @@
 
 
 </div>
-<dl class="operation">
-<dt class="exceptions-header">Exceptions</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception first-child"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGMarkerElement__setOrientToAngle" class="operation">void <b>setOrientToAngle</b>(in <a class="idlinterface" href="types.html#InterfaceSVGAngle">SVGAngle</a> <var>angle</var>)
@@ -3488,18 +3472,6 @@
 </li>
 </ol>
 </dd>
-<dt class="exceptions-header">Exceptions</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception first-child"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
 </dl>
 </dd>
 </dl>
--- a/master/paths.html	Sun Aug 05 18:48:36 2012 +1000
+++ b/master/paths.html	Sun Aug 05 19:34:16 2012 +1000
@@ -1050,10 +1050,8 @@
 The <a>SVGPathSegMovetoAbs</a> interface corresponds to an
 "absolute moveto" (M) path data command.
 <pre class="idl">interface <b>SVGPathSegMovetoAbs</b> : <a class="idlinterface" href="paths.html#InterfaceSVGPathSeg">SVGPathSeg</a> {
-  attribute float <a href="paths.html#__svg__SVGPathSegMovetoAbs__x">x</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="paths.html#__svg__SVGPathSegMovetoAbs__y">y</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+  attribute float <a href="paths.html#__svg__SVGPathSegMovetoAbs__x">x</a>;
+  attribute float <a href="paths.html#__svg__SVGPathSegMovetoAbs__y">y</a>;
 };</pre><dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
@@ -1066,20 +1064,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegMovetoAbs__y" class="attribute"><b>y</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -1089,20 +1073,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 </dl>
 </dd>
@@ -1115,10 +1085,8 @@
 The <a>SVGPathSegMovetoRel</a> interface corresponds to a
 "relative moveto" (m) path data command.
 <pre class="idl">interface <b>SVGPathSegMovetoRel</b> : <a class="idlinterface" href="paths.html#InterfaceSVGPathSeg">SVGPathSeg</a> {
-  attribute float <a href="paths.html#__svg__SVGPathSegMovetoRel__x">x</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="paths.html#__svg__SVGPathSegMovetoRel__y">y</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+  attribute float <a href="paths.html#__svg__SVGPathSegMovetoRel__x">x</a>;
+  attribute float <a href="paths.html#__svg__SVGPathSegMovetoRel__y">y</a>;
 };</pre><dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
@@ -1131,20 +1099,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegMovetoRel__y" class="attribute"><b>y</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -1154,20 +1108,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 </dl>
 </dd>
@@ -1180,10 +1120,8 @@
 The <a>SVGPathSegLinetoAbs</a> interface corresponds to an
 "absolute lineto" (L) path data command.
 <pre class="idl">interface <b>SVGPathSegLinetoAbs</b> : <a class="idlinterface" href="paths.html#InterfaceSVGPathSeg">SVGPathSeg</a> {
-  attribute float <a href="paths.html#__svg__SVGPathSegLinetoAbs__x">x</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="paths.html#__svg__SVGPathSegLinetoAbs__y">y</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+  attribute float <a href="paths.html#__svg__SVGPathSegLinetoAbs__x">x</a>;
+  attribute float <a href="paths.html#__svg__SVGPathSegLinetoAbs__y">y</a>;
 };</pre><dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
@@ -1196,20 +1134,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegLinetoAbs__y" class="attribute"><b>y</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -1219,20 +1143,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 </dl>
 </dd>
@@ -1245,10 +1155,8 @@
 The <a>SVGPathSegLinetoRel</a> interface corresponds to a
 "relative lineto" (l) path data command.
 <pre class="idl">interface <b>SVGPathSegLinetoRel</b> : <a class="idlinterface" href="paths.html#InterfaceSVGPathSeg">SVGPathSeg</a> {
-  attribute float <a href="paths.html#__svg__SVGPathSegLinetoRel__x">x</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="paths.html#__svg__SVGPathSegLinetoRel__y">y</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+  attribute float <a href="paths.html#__svg__SVGPathSegLinetoRel__x">x</a>;
+  attribute float <a href="paths.html#__svg__SVGPathSegLinetoRel__y">y</a>;
 };</pre><dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
@@ -1261,20 +1169,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegLinetoRel__y" class="attribute"><b>y</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -1284,20 +1178,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 </dl>
 </dd>
@@ -1310,18 +1190,12 @@
 The <a>SVGPathSegCurvetoCubicAbs</a> interface corresponds to an
 "absolute cubic Bézier curveto" (C) path data command.
 <pre class="idl">interface <b>SVGPathSegCurvetoCubicAbs</b> : <a class="idlinterface" href="paths.html#InterfaceSVGPathSeg">SVGPathSeg</a> {
-  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicAbs__x">x</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicAbs__y">y</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicAbs__x1">x1</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicAbs__y1">y1</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicAbs__x2">x2</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicAbs__y2">y2</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicAbs__x">x</a>;
+  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicAbs__y">y</a>;
+  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicAbs__x1">x1</a>;
+  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicAbs__y1">y1</a>;
+  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicAbs__x2">x2</a>;
+  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicAbs__y2">y2</a>;
 };</pre><dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
@@ -1334,20 +1208,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegCurvetoCubicAbs__y" class="attribute"><b>y</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -1357,20 +1217,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegCurvetoCubicAbs__x1" class="attribute"><b>x1</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -1380,20 +1226,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegCurvetoCubicAbs__y1" class="attribute"><b>y1</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -1403,20 +1235,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegCurvetoCubicAbs__x2" class="attribute"><b>x2</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -1426,20 +1244,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegCurvetoCubicAbs__y2" class="attribute"><b>y2</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -1449,20 +1253,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 </dl>
 </dd>
@@ -1475,18 +1265,12 @@
 The <a>SVGPathSegCurvetoCubicRel</a> interface corresponds to a
 "relative cubic Bézier curveto" (c) path data command.
 <pre class="idl">interface <b>SVGPathSegCurvetoCubicRel</b> : <a class="idlinterface" href="paths.html#InterfaceSVGPathSeg">SVGPathSeg</a> {
-  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicRel__x">x</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicRel__y">y</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicRel__x1">x1</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicRel__y1">y1</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicRel__x2">x2</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicRel__y2">y2</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicRel__x">x</a>;
+  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicRel__y">y</a>;
+  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicRel__x1">x1</a>;
+  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicRel__y1">y1</a>;
+  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicRel__x2">x2</a>;
+  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicRel__y2">y2</a>;
 };</pre><dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
@@ -1499,20 +1283,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegCurvetoCubicRel__y" class="attribute"><b>y</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -1522,20 +1292,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegCurvetoCubicRel__x1" class="attribute"><b>x1</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -1545,20 +1301,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegCurvetoCubicRel__y1" class="attribute"><b>y1</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -1568,20 +1310,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegCurvetoCubicRel__x2" class="attribute"><b>x2</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -1591,20 +1319,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegCurvetoCubicRel__y2" class="attribute"><b>y2</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -1614,20 +1328,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 </dl>
 </dd>
@@ -1640,14 +1340,10 @@
 The <a>SVGPathSegCurvetoQuadraticAbs</a> interface corresponds to an
 "absolute quadratic Bézier curveto" (Q) path data command.
 <pre class="idl">interface <b>SVGPathSegCurvetoQuadraticAbs</b> : <a class="idlinterface" href="paths.html#InterfaceSVGPathSeg">SVGPathSeg</a> {
-  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoQuadraticAbs__x">x</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoQuadraticAbs__y">y</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoQuadraticAbs__x1">x1</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoQuadraticAbs__y1">y1</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoQuadraticAbs__x">x</a>;
+  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoQuadraticAbs__y">y</a>;
+  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoQuadraticAbs__x1">x1</a>;
+  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoQuadraticAbs__y1">y1</a>;
 };</pre><dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
@@ -1660,20 +1356,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegCurvetoQuadraticAbs__y" class="attribute"><b>y</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -1683,20 +1365,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegCurvetoQuadraticAbs__x1" class="attribute"><b>x1</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -1706,20 +1374,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegCurvetoQuadraticAbs__y1" class="attribute"><b>y1</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -1729,20 +1383,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 </dl>
 </dd>
@@ -1755,14 +1395,10 @@
 The <a>SVGPathSegCurvetoQuadraticRel</a> interface corresponds to a
 "relative quadratic Bézier curveto" (q) path data command.
 <pre class="idl">interface <b>SVGPathSegCurvetoQuadraticRel</b> : <a class="idlinterface" href="paths.html#InterfaceSVGPathSeg">SVGPathSeg</a> {
-  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoQuadraticRel__x">x</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoQuadraticRel__y">y</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoQuadraticRel__x1">x1</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoQuadraticRel__y1">y1</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoQuadraticRel__x">x</a>;
+  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoQuadraticRel__y">y</a>;
+  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoQuadraticRel__x1">x1</a>;
+  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoQuadraticRel__y1">y1</a>;
 };</pre><dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
@@ -1775,20 +1411,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegCurvetoQuadraticRel__y" class="attribute"><b>y</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -1798,20 +1420,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegCurvetoQuadraticRel__x1" class="attribute"><b>x1</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -1821,20 +1429,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegCurvetoQuadraticRel__y1" class="attribute"><b>y1</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -1844,20 +1438,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 </dl>
 </dd>
@@ -1870,20 +1450,13 @@
 The <a>SVGPathSegArcAbs</a> interface corresponds to an
 "absolute arcto" (A) path data command.
 <pre class="idl">interface <b>SVGPathSegArcAbs</b> : <a class="idlinterface" href="paths.html#InterfaceSVGPathSeg">SVGPathSeg</a> {
-  attribute float <a href="paths.html#__svg__SVGPathSegArcAbs__x">x</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="paths.html#__svg__SVGPathSegArcAbs__y">y</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="paths.html#__svg__SVGPathSegArcAbs__r1">r1</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="paths.html#__svg__SVGPathSegArcAbs__r2">r2</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="paths.html#__svg__SVGPathSegArcAbs__angle">angle</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute boolean <a href="paths.html#__svg__SVGPathSegArcAbs__largeArcFlag">largeArcFlag</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute boolean <a href="paths.html#__svg__SVGPathSegArcAbs__sweepFlag">sweepFlag</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+  attribute float <a href="paths.html#__svg__SVGPathSegArcAbs__x">x</a>;
+  attribute float <a href="paths.html#__svg__SVGPathSegArcAbs__y">y</a>;
+  attribute float <a href="paths.html#__svg__SVGPathSegArcAbs__r1">r1</a>;
+  attribute float <a href="paths.html#__svg__SVGPathSegArcAbs__r2">r2</a>;
+  attribute float <a href="paths.html#__svg__SVGPathSegArcAbs__angle">angle</a>;
+  attribute boolean <a href="paths.html#__svg__SVGPathSegArcAbs__largeArcFlag">largeArcFlag</a>;
+  attribute boolean <a href="paths.html#__svg__SVGPathSegArcAbs__sweepFlag">sweepFlag</a>;
 };</pre><dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
@@ -1896,20 +1469,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegArcAbs__y" class="attribute"><b>y</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -1919,20 +1478,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegArcAbs__r1" class="attribute"><b>r1</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -1942,20 +1487,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegArcAbs__r2" class="attribute"><b>r2</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -1965,20 +1496,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegArcAbs__angle" class="attribute"><b>angle</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -1988,20 +1505,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegArcAbs__largeArcFlag" class="attribute"><b>largeArcFlag</b><span class="idl-type-parenthetical"> (boolean)</span></dt>
@@ -2011,20 +1514,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegArcAbs__sweepFlag" class="attribute"><b>sweepFlag</b><span class="idl-type-parenthetical"> (boolean)</span></dt>
@@ -2034,20 +1523,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 </dl>
 </dd>
@@ -2060,20 +1535,13 @@
 The <a>SVGPathSegArcRel</a> interface corresponds to a
 "relative arcto" (a) path data command.
 <pre class="idl">interface <b>SVGPathSegArcRel</b> : <a class="idlinterface" href="paths.html#InterfaceSVGPathSeg">SVGPathSeg</a> {
-  attribute float <a href="paths.html#__svg__SVGPathSegArcRel__x">x</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="paths.html#__svg__SVGPathSegArcRel__y">y</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="paths.html#__svg__SVGPathSegArcRel__r1">r1</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="paths.html#__svg__SVGPathSegArcRel__r2">r2</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="paths.html#__svg__SVGPathSegArcRel__angle">angle</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute boolean <a href="paths.html#__svg__SVGPathSegArcRel__largeArcFlag">largeArcFlag</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute boolean <a href="paths.html#__svg__SVGPathSegArcRel__sweepFlag">sweepFlag</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+  attribute float <a href="paths.html#__svg__SVGPathSegArcRel__x">x</a>;
+  attribute float <a href="paths.html#__svg__SVGPathSegArcRel__y">y</a>;
+  attribute float <a href="paths.html#__svg__SVGPathSegArcRel__r1">r1</a>;
+  attribute float <a href="paths.html#__svg__SVGPathSegArcRel__r2">r2</a>;
+  attribute float <a href="paths.html#__svg__SVGPathSegArcRel__angle">angle</a>;
+  attribute boolean <a href="paths.html#__svg__SVGPathSegArcRel__largeArcFlag">largeArcFlag</a>;
+  attribute boolean <a href="paths.html#__svg__SVGPathSegArcRel__sweepFlag">sweepFlag</a>;
 };</pre><dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
@@ -2086,20 +1554,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegArcRel__y" class="attribute"><b>y</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -2109,20 +1563,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegArcRel__r1" class="attribute"><b>r1</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -2132,20 +1572,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegArcRel__r2" class="attribute"><b>r2</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -2155,20 +1581,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegArcRel__angle" class="attribute"><b>angle</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -2178,20 +1590,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegArcRel__largeArcFlag" class="attribute"><b>largeArcFlag</b><span class="idl-type-parenthetical"> (boolean)</span></dt>
@@ -2201,20 +1599,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegArcRel__sweepFlag" class="attribute"><b>sweepFlag</b><span class="idl-type-parenthetical"> (boolean)</span></dt>
@@ -2224,20 +1608,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 </dl>
 </dd>
@@ -2250,8 +1620,7 @@
 The <a>SVGPathSegLinetoHorizontalAbs</a> interface corresponds to an
 "absolute horizontal lineto" (H) path data command.
 <pre class="idl">interface <b>SVGPathSegLinetoHorizontalAbs</b> : <a class="idlinterface" href="paths.html#InterfaceSVGPathSeg">SVGPathSeg</a> {
-  attribute float <a href="paths.html#__svg__SVGPathSegLinetoHorizontalAbs__x">x</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+  attribute float <a href="paths.html#__svg__SVGPathSegLinetoHorizontalAbs__x">x</a>;
 };</pre><dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
@@ -2264,20 +1633,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 </dl>
 </dd>
@@ -2290,8 +1645,7 @@
 The <a>SVGPathSegLinetoHorizontalRel</a> interface corresponds to a
 "relative horizontal lineto" (h) path data command.
 <pre class="idl">interface <b>SVGPathSegLinetoHorizontalRel</b> : <a class="idlinterface" href="paths.html#InterfaceSVGPathSeg">SVGPathSeg</a> {
-  attribute float <a href="paths.html#__svg__SVGPathSegLinetoHorizontalRel__x">x</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+  attribute float <a href="paths.html#__svg__SVGPathSegLinetoHorizontalRel__x">x</a>;
 };</pre><dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
@@ -2304,20 +1658,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 </dl>
 </dd>
@@ -2330,8 +1670,7 @@
 The <a>SVGPathSegLinetoVerticalAbs</a> interface corresponds to an
 "absolute vertical lineto" (V) path data command.
 <pre class="idl">interface <b>SVGPathSegLinetoVerticalAbs</b> : <a class="idlinterface" href="paths.html#InterfaceSVGPathSeg">SVGPathSeg</a> {
-  attribute float <a href="paths.html#__svg__SVGPathSegLinetoVerticalAbs__y">y</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+  attribute float <a href="paths.html#__svg__SVGPathSegLinetoVerticalAbs__y">y</a>;
 };</pre><dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
@@ -2344,20 +1683,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 </dl>
 </dd>
@@ -2370,8 +1695,7 @@
 The <a>SVGPathSegLinetoVerticalRel</a> interface corresponds to a
 "relative vertical lineto" (v) path data command.
 <pre class="idl">interface <b>SVGPathSegLinetoVerticalRel</b> : <a class="idlinterface" href="paths.html#InterfaceSVGPathSeg">SVGPathSeg</a> {
-  attribute float <a href="paths.html#__svg__SVGPathSegLinetoVerticalRel__y">y</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+  attribute float <a href="paths.html#__svg__SVGPathSegLinetoVerticalRel__y">y</a>;
 };</pre><dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
@@ -2384,20 +1708,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 </dl>
 </dd>
@@ -2410,14 +1720,10 @@
 The <a>SVGPathSegCurvetoCubicSmoothAbs</a> interface corresponds to an
 "absolute smooth cubic curveto" (S) path data command.
 <pre class="idl">interface <b>SVGPathSegCurvetoCubicSmoothAbs</b> : <a class="idlinterface" href="paths.html#InterfaceSVGPathSeg">SVGPathSeg</a> {
-  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicSmoothAbs__x">x</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicSmoothAbs__y">y</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicSmoothAbs__x2">x2</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicSmoothAbs__y2">y2</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicSmoothAbs__x">x</a>;
+  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicSmoothAbs__y">y</a>;
+  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicSmoothAbs__x2">x2</a>;
+  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicSmoothAbs__y2">y2</a>;
 };</pre><dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
@@ -2430,20 +1736,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegCurvetoCubicSmoothAbs__y" class="attribute"><b>y</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -2453,20 +1745,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegCurvetoCubicSmoothAbs__x2" class="attribute"><b>x2</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -2476,20 +1754,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegCurvetoCubicSmoothAbs__y2" class="attribute"><b>y2</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -2499,20 +1763,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 </dl>
 </dd>
@@ -2525,14 +1775,10 @@
 The <a>SVGPathSegCurvetoCubicSmoothRel</a> interface corresponds to a
 "relative smooth cubic curveto" (s) path data command.
 <pre class="idl">interface <b>SVGPathSegCurvetoCubicSmoothRel</b> : <a class="idlinterface" href="paths.html#InterfaceSVGPathSeg">SVGPathSeg</a> {
-  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicSmoothRel__x">x</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicSmoothRel__y">y</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicSmoothRel__x2">x2</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicSmoothRel__y2">y2</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicSmoothRel__x">x</a>;
+  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicSmoothRel__y">y</a>;
+  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicSmoothRel__x2">x2</a>;
+  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoCubicSmoothRel__y2">y2</a>;
 };</pre><dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
@@ -2545,20 +1791,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegCurvetoCubicSmoothRel__y" class="attribute"><b>y</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -2568,20 +1800,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegCurvetoCubicSmoothRel__x2" class="attribute"><b>x2</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -2591,20 +1809,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegCurvetoCubicSmoothRel__y2" class="attribute"><b>y2</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -2614,20 +1818,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 </dl>
 </dd>
@@ -2640,10 +1830,8 @@
 The <a>SVGPathSegCurvetoQuadraticSmoothAbs</a> interface corresponds to an
 "absolute smooth cubic curveto" (T) path data command.
 <pre class="idl">interface <b>SVGPathSegCurvetoQuadraticSmoothAbs</b> : <a class="idlinterface" href="paths.html#InterfaceSVGPathSeg">SVGPathSeg</a> {
-  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoQuadraticSmoothAbs__x">x</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoQuadraticSmoothAbs__y">y</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoQuadraticSmoothAbs__x">x</a>;
+  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoQuadraticSmoothAbs__y">y</a>;
 };</pre><dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
@@ -2657,20 +1845,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegCurvetoQuadraticSmoothAbs__y" class="attribute"><b>y</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -2680,20 +1854,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 </dl>
 </dd>
@@ -2706,10 +1866,8 @@
 The <a>SVGPathSegCurvetoQuadraticSmoothRel</a> interface corresponds to a
 "relative smooth cubic curveto" (t) path data command.
 <pre class="idl">interface <b>SVGPathSegCurvetoQuadraticSmoothRel</b> : <a class="idlinterface" href="paths.html#InterfaceSVGPathSeg">SVGPathSeg</a> {
-  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoQuadraticSmoothRel__x">x</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoQuadraticSmoothRel__y">y</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoQuadraticSmoothRel__x">x</a>;
+  attribute float <a href="paths.html#__svg__SVGPathSegCurvetoQuadraticSmoothRel__y">y</a>;
 };</pre><dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
@@ -2723,20 +1881,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGPathSegCurvetoQuadraticSmoothRel__y" class="attribute"><b>y</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -2746,20 +1890,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 </dl>
 </dd>
@@ -2781,21 +1911,16 @@
 
   readonly attribute unsigned long <a href="paths.html#__svg__SVGPathSegList__numberOfItems">numberOfItems</a>;
 
-  void <a href="paths.html#__svg__SVGPathSegList__clear">clear</a>() raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  <a class="idlinterface" href="paths.html#InterfaceSVGPathSeg">SVGPathSeg</a> <a href="paths.html#__svg__SVGPathSegList__initialize">initialize</a>(in <a class="idlinterface" href="paths.html#InterfaceSVGPathSeg">SVGPathSeg</a> newItem) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  <a class="idlinterface" href="paths.html#InterfaceSVGPathSeg">SVGPathSeg</a> <a href="paths.html#__svg__SVGPathSegList__getItem">getItem</a>(in unsigned long index) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  <a class="idlinterface" href="paths.html#InterfaceSVGPathSeg">SVGPathSeg</a> <a href="paths.html#__svg__SVGPathSegList__insertItemBefore">insertItemBefore</a>(in <a class="idlinterface" href="paths.html#InterfaceSVGPathSeg">SVGPathSeg</a> newItem, in unsigned long index) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  <a class="idlinterface" href="paths.html#InterfaceSVGPathSeg">SVGPathSeg</a> <a href="paths.html#__svg__SVGPathSegList__replaceItem">replaceItem</a>(in <a class="idlinterface" href="paths.html#InterfaceSVGPathSeg">SVGPathSeg</a> newItem, in unsigned long index) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  <a class="idlinterface" href="paths.html#InterfaceSVGPathSeg">SVGPathSeg</a> <a href="paths.html#__svg__SVGPathSegList__removeItem">removeItem</a>(in unsigned long index) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  <a class="idlinterface" href="paths.html#InterfaceSVGPathSeg">SVGPathSeg</a> <a href="paths.html#__svg__SVGPathSegList__appendItem">appendItem</a>(in <a class="idlinterface" href="paths.html#InterfaceSVGPathSeg">SVGPathSeg</a> newItem) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-};</pre><dl class="interface">
+  void <a href="paths.html#__svg__SVGPathSegList__clear">clear</a>();
+  <a class="idlinterface" href="paths.html#InterfaceSVGPathSeg">SVGPathSeg</a> <a href="paths.html#__svg__SVGPathSegList__initialize">initialize</a>(in <a class="idlinterface" href="paths.html#InterfaceSVGPathSeg">SVGPathSeg</a> newItem);
+  <a class="idlinterface" href="paths.html#InterfaceSVGPathSeg">SVGPathSeg</a> <a href="paths.html#__svg__SVGPathSegList__getItem">getItem</a>(in unsigned long index);
+  <a class="idlinterface" href="paths.html#InterfaceSVGPathSeg">SVGPathSeg</a> <a href="paths.html#__svg__SVGPathSegList__insertItemBefore">insertItemBefore</a>(in <a class="idlinterface" href="paths.html#InterfaceSVGPathSeg">SVGPathSeg</a> newItem, in unsigned long index);
+  <a class="idlinterface" href="paths.html#InterfaceSVGPathSeg">SVGPathSeg</a> <a href="paths.html#__svg__SVGPathSegList__replaceItem">replaceItem</a>(in <a class="idlinterface" href="paths.html#InterfaceSVGPathSeg">SVGPathSeg</a> newItem, in unsigned long index);
+  <a class="idlinterface" href="paths.html#InterfaceSVGPathSeg">SVGPathSeg</a> <a href="paths.html#__svg__SVGPathSegList__removeItem">removeItem</a>(in unsigned long index);
+  <a class="idlinterface" href="paths.html#InterfaceSVGPathSeg">SVGPathSeg</a> <a href="paths.html#__svg__SVGPathSegList__appendItem">appendItem</a>(in <a class="idlinterface" href="paths.html#InterfaceSVGPathSeg">SVGPathSeg</a> newItem);
+};</pre>
+
+<dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
 <dl class="attributes">
@@ -3331,10 +2456,8 @@
   <a class="idlinterface" href="paths.html#InterfaceSVGPathSegLinetoVerticalRel">SVGPathSegLinetoVerticalRel</a> <a href="paths.html#__svg__SVGPathElement__createSVGPathSegLinetoVerticalRel">createSVGPathSegLinetoVerticalRel</a>(in float y);
   <a class="idlinterface" href="paths.html#InterfaceSVGPathSegCurvetoCubicSmoothAbs">SVGPathSegCurvetoCubicSmoothAbs</a> <a href="paths.html#__svg__SVGPathElement__createSVGPathSegCurvetoCubicSmoothAbs">createSVGPathSegCurvetoCubicSmoothAbs</a>(in float x, in float y, in float x2, in float y2);
   <a class="idlinterface" href="paths.html#InterfaceSVGPathSegCurvetoCubicSmoothRel">SVGPathSegCurvetoCubicSmoothRel</a> <a href="paths.html#__svg__SVGPathElement__createSVGPathSegCurvetoCubicSmoothRel">createSVGPathSegCurvetoCubicSmoothRel</a>(in float x, in float y, in float x2, in float y2);
-  <a class="idlinterface"
-   href="paths.html#InterfaceSVGPathSegCurvetoQuadraticSmoothAbs">SVGPathSegCurvetoQuadraticSmoothAbs</a> <a href="paths.html#__svg__SVGPathElement__createSVGPathSegCurvetoQuadraticSmoothAbs">createSVGPathSegCurvetoQuadraticSmoothAbs</a>(in float x, in float y);
-  <a class="idlinterface"
-   href="paths.html#InterfaceSVGPathSegCurvetoQuadraticSmoothRel">SVGPathSegCurvetoQuadraticSmoothRel</a> <a href="paths.html#__svg__SVGPathElement__createSVGPathSegCurvetoQuadraticSmoothRel">createSVGPathSegCurvetoQuadraticSmoothRel</a>(in float x, in float y);
+  <a class="idlinterface" href="paths.html#InterfaceSVGPathSegCurvetoQuadraticSmoothAbs">SVGPathSegCurvetoQuadraticSmoothAbs</a> <a href="paths.html#__svg__SVGPathElement__createSVGPathSegCurvetoQuadraticSmoothAbs">createSVGPathSegCurvetoQuadraticSmoothAbs</a>(in float x, in float y);
+  <a class="idlinterface" href="paths.html#InterfaceSVGPathSegCurvetoQuadraticSmoothRel">SVGPathSegCurvetoQuadraticSmoothRel</a> <a href="paths.html#__svg__SVGPathElement__createSVGPathSegCurvetoQuadraticSmoothRel">createSVGPathSegCurvetoQuadraticSmoothRel</a>(in float x, in float y);
 };</pre><dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
--- a/master/script.html	Sun Aug 05 18:48:36 2012 +1000
+++ b/master/script.html	Sun Aug 05 19:34:16 2012 +1000
@@ -294,7 +294,7 @@
 <p>The <a>SVGScriptElement</a> interface corresponds to the <a>'script'</a> element.</p>
 
 <pre class="idl">interface <b>SVGScriptElement</b> : <a class="idlinterface" href="types.html#InterfaceSVGElement">SVGElement</a> {
-  attribute DOMString <a href="script.html#__svg__SVGScriptElement__type">type</a> setraises(<a class="idlinterface" href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+  attribute DOMString <a href="script.html#__svg__SVGScriptElement__type">type</a>;
 };
 
 <a>SVGScriptElement</a> implements <a>SVGURIReference</a>;</pre>
@@ -312,20 +312,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 </dl>
 </dd>
--- a/master/styling.html	Sun Aug 05 18:48:36 2012 +1000
+++ b/master/styling.html	Sun Aug 05 19:34:16 2012 +1000
@@ -1131,13 +1131,12 @@
 The <a>SVGStyleElement</a> interface corresponds to the <a>'style element'</a>
 element.
 <pre class="idl">interface <b>SVGStyleElement</b> : <a class="idlinterface" href="types.html#InterfaceSVGElement">SVGElement</a> {
-  attribute DOMString <a href="styling.html#__svg__SVGStyleElement__type">type</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute DOMString <a href="styling.html#__svg__SVGStyleElement__media">media</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute DOMString <a href="styling.html#__svg__SVGStyleElement__title">title</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-};</pre><dl class="interface">
+  attribute DOMString <a href="styling.html#__svg__SVGStyleElement__type">type</a>;
+  attribute DOMString <a href="styling.html#__svg__SVGStyleElement__media">media</a>;
+  attribute DOMString <a href="styling.html#__svg__SVGStyleElement__title">title</a>;
+};</pre>
+
+<dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
 <dl class="attributes">
@@ -1149,20 +1148,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGStyleElement__media" class="attribute"><b>media</b><span class="idl-type-parenthetical"> (DOMString)</span></dt>
@@ -1172,20 +1157,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGStyleElement__title" class="attribute"><b>title</b><span class="idl-type-parenthetical"> (DOMString)</span></dt>
@@ -1195,20 +1166,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 </dl>
 </dd>
--- a/master/svgdom.html	Sun Aug 05 18:48:36 2012 +1000
+++ b/master/svgdom.html	Sun Aug 05 19:34:16 2012 +1000
@@ -871,20 +871,6 @@
   </tr>
 </table>
 
-<h2 id="ReadOnlyNodes">Read only nodes in the DOM</h2>
-
-<p>Some operations and attributes in the SVG DOM are defined to raise an
-exception when an attempt is made to modify a node in the DOM that
-is read only.  Such read only nodes are not related to attributes declared
-in IDL with the <code>readonly</code> keyword.  Rather, they are nodes
-that cannot be modified by virtue of being defined as
-<a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/glossary.html#dt-readonly-node">readonly nodes</a>
-by <a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/">DOM Level 2 Core</a>
-([<a href="refs.html#ref-DOM2">DOM2</a>], Glossary appendix).
-Specifically, <a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html#ID-527DCFF2">Entity</a>
-and <a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html#ID-11C98490">EntityReference</a>
-nodes and their descendants are read only ([<a href="refs.html#ref-DOM2">DOM2</a>], section 1.3).</p>
-
 <h2 id="InvalidValues">Invalid values</h2>
 
 <p>If a script sets a DOM attribute to an invalid value (e.g.,
--- a/master/text.html	Sun Aug 05 18:48:36 2012 +1000
+++ b/master/text.html	Sun Aug 05 19:34:16 2012 +1000
@@ -4632,20 +4632,16 @@
 
   long <a href="text.html#__svg__SVGTextContentElement__getNumberOfChars">getNumberOfChars</a>();
   float <a href="text.html#__svg__SVGTextContentElement__getComputedTextLength">getComputedTextLength</a>();
-  float <a href="text.html#__svg__SVGTextContentElement__getSubStringLength">getSubStringLength</a>(in unsigned long charnum, in unsigned long nchars) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  <a class="idlinterface" href="coords.html#InterfaceSVGPoint">SVGPoint</a> <a href="text.html#__svg__SVGTextContentElement__getStartPositionOfChar">getStartPositionOfChar</a>(in unsigned long charnum) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  <a class="idlinterface" href="coords.html#InterfaceSVGPoint">SVGPoint</a> <a href="text.html#__svg__SVGTextContentElement__getEndPositionOfChar">getEndPositionOfChar</a>(in unsigned long charnum) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  <a class="idlinterface" href="types.html#InterfaceSVGRect">SVGRect</a> <a href="text.html#__svg__SVGTextContentElement__getExtentOfChar">getExtentOfChar</a>(in unsigned long charnum) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  float <a href="text.html#__svg__SVGTextContentElement__getRotationOfChar">getRotationOfChar</a>(in unsigned long charnum) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+  float <a href="text.html#__svg__SVGTextContentElement__getSubStringLength">getSubStringLength</a>(in unsigned long charnum, in unsigned long nchars);
+  <a class="idlinterface" href="coords.html#InterfaceSVGPoint">SVGPoint</a> <a href="text.html#__svg__SVGTextContentElement__getStartPositionOfChar">getStartPositionOfChar</a>(in unsigned long charnum);
+  <a class="idlinterface" href="coords.html#InterfaceSVGPoint">SVGPoint</a> <a href="text.html#__svg__SVGTextContentElement__getEndPositionOfChar">getEndPositionOfChar</a>(in unsigned long charnum);
+  <a class="idlinterface" href="types.html#InterfaceSVGRect">SVGRect</a> <a href="text.html#__svg__SVGTextContentElement__getExtentOfChar">getExtentOfChar</a>(in unsigned long charnum);
+  float <a href="text.html#__svg__SVGTextContentElement__getRotationOfChar">getRotationOfChar</a>(in unsigned long charnum);
   long <a href="text.html#__svg__SVGTextContentElement__getCharNumAtPosition">getCharNumAtPosition</a>(in <a class="idlinterface" href="coords.html#InterfaceSVGPoint">SVGPoint</a> point);
-  void <a href="text.html#__svg__SVGTextContentElement__selectSubString">selectSubString</a>(in unsigned long charnum, in unsigned long nchars) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-};</pre><dl class="interface">
+  void <a href="text.html#__svg__SVGTextContentElement__selectSubString">selectSubString</a>(in unsigned long charnum, in unsigned long nchars);
+};</pre>
+
+<dl class="interface">
 <dt class="constants-header">Constants in group “lengthAdjust Types”:</dt>
 <dd>
 <dl class="constants">
@@ -5373,10 +5369,8 @@
 <p>The <a>SVGAltGlyphElement</a> interface corresponds to the <a>'altGlyph'</a> element.</p>
 
 <pre class="idl">interface <b>SVGAltGlyphElement</b> : <a>SVGTextPositioningElement</a> {
-  attribute DOMString <a href="text.html#__svg__SVGAltGlyphElement__glyphRef">glyphRef</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute DOMString <a href="text.html#__svg__SVGAltGlyphElement__format">format</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+  attribute DOMString <a href="text.html#__svg__SVGAltGlyphElement__glyphRef">glyphRef</a>;
+  attribute DOMString <a href="text.html#__svg__SVGAltGlyphElement__format">format</a>;
 };
 
 <a>SVGAltGlyphElement</a> implements <a>SVGURIReference</a>;</pre>
@@ -5394,20 +5388,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGAltGlyphElement__format" class="attribute"><b>format</b><span class="idl-type-parenthetical"> (DOMString)</span></dt>
@@ -5417,20 +5397,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 </dl>
 </dd>
@@ -5471,12 +5437,12 @@
 <p>The <a>SVGGlyphRefElement</a> interface corresponds to the <a>'glyphRef element'</a> element.</p>
 
 <pre class="idl">interface <b>SVGGlyphRefElement</b> : <a>SVGElement</a> {
-  attribute DOMString <a href="text.html#__svg__SVGGlyphRefElement__glyphRef">glyphRef</a> setraises(<a class="idlinterface" href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute DOMString <a href="text.html#__svg__SVGGlyphRefElement__format">format</a> setraises(<a class="idlinterface" href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="text.html#__svg__SVGGlyphRefElement__x">x</a> setraises(<a class="idlinterface" href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="text.html#__svg__SVGGlyphRefElement__y">y</a> setraises(<a class="idlinterface" href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="text.html#__svg__SVGGlyphRefElement__dx">dx</a> setraises(<a class="idlinterface" href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="text.html#__svg__SVGGlyphRefElement__dy">dy</a> setraises(<a class="idlinterface" href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+  attribute DOMString <a href="text.html#__svg__SVGGlyphRefElement__glyphRef">glyphRef</a>;
+  attribute DOMString <a href="text.html#__svg__SVGGlyphRefElement__format">format</a>;
+  attribute float <a href="text.html#__svg__SVGGlyphRefElement__x">x</a>;
+  attribute float <a href="text.html#__svg__SVGGlyphRefElement__y">y</a>;
+  attribute float <a href="text.html#__svg__SVGGlyphRefElement__dx">dx</a>;
+  attribute float <a href="text.html#__svg__SVGGlyphRefElement__dy">dy</a>;
 };
 
 <a>SVGGlyphRefElement</a> implements <a>SVGURIReference</a>;</pre>
@@ -5494,20 +5460,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGGlyphRefElement__format" class="attribute"><b>format</b><span class="idl-type-parenthetical"> (DOMString)</span></dt>
@@ -5517,20 +5469,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGGlyphRefElement__x" class="attribute"><b>x</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -5540,20 +5478,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGGlyphRefElement__y" class="attribute"><b>y</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -5563,20 +5487,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGGlyphRefElement__dx" class="attribute"><b>dx</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -5586,20 +5496,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGGlyphRefElement__dy" class="attribute"><b>dy</b><span class="idl-type-parenthetical"> (float)</span></dt>
@@ -5609,20 +5505,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 </dl>
 </dd>
--- a/master/types.html	Sun Aug 05 18:48:36 2012 +1000
+++ b/master/types.html	Sun Aug 05 19:34:16 2012 +1000
@@ -1476,16 +1476,16 @@
 <a>'path'</a> element) derive from the <a>SVGElement</a> interface.</p>
 
 <pre class="idl">interface <b>SVGElement</b> : <a class="idlinterface" href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-745549614">Element</a> {
-           attribute DOMString <a href="types.html#__svg__SVGElement__id">id</a> setraises(<a class="idlinterface" href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-           attribute DOMString <a href="types.html#__svg__SVGElement__xmlbase">xmlbase</a> setraises(<a class="idlinterface" href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+           attribute DOMString <a href="types.html#__svg__SVGElement__id">id</a>;
+           attribute DOMString <a href="types.html#__svg__SVGElement__xmlbase">xmlbase</a>;
 
   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>(in DOMString name);
 
-  attribute DOMString <a href="types.html#__svg__SVGElement__xmllang">xmllang</a> setraises(<a class="idlinterface" href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute DOMString <a href="types.html#__svg__SVGElement__xmlspace">xmlspace</a> setraises(<a class="idlinterface" href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+  attribute DOMString <a href="types.html#__svg__SVGElement__xmllang">xmllang</a>;
+  attribute DOMString <a href="types.html#__svg__SVGElement__xmlspace">xmlspace</a>;
 
   readonly attribute <a class="idlinterface" href="struct.html#InterfaceSVGSVGElement">SVGSVGElement</a> <a href="types.html#__svg__SVGElement__ownerSVGElement">ownerSVGElement</a>;
   readonly attribute <a class="idlinterface" href="types.html#InterfaceSVGElement">SVGElement</a> <a href="types.html#__svg__SVGElement__viewportElement">viewportElement</a>;
@@ -1501,15 +1501,6 @@
           The value of the <a>'id'</a> attribute on the given element, or the
           empty string if <a>'id'</a> is not present.
         </div>
-        <dl class="attribute">
-          <dt class="exceptions-header">Exceptions on setting</dt>
-          <dd>
-            <dl class="exceptions">
-              <dt class="exception"><a class="idlinterface" href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR</dt>
-              <dd class="exception">Raised on an attempt to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.</dd>
-            </dl>
-          </dd>
-        </dl>
       </dd>
 
       <dt id="__svg__SVGElement__xmlbase" class="attribute"><b>xmlbase</b><span class="idl-type-parenthetical"> (DOMString)</span></dt>
@@ -1517,15 +1508,6 @@
         <div>
           Corresponds to attribute <a>'xml:base'</a> on the given element.
         </div>
-        <dl class="attribute">
-          <dt class="exceptions-header">Exceptions on setting</dt>
-          <dd>
-            <dl class="exceptions">
-              <dt class="exception"><a class="idlinterface" href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR</dt>
-              <dd class="exception">Raised on an attempt to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.</dd>
-            </dl>
-          </dd>
-        </dl>
       </dd>
 
       <dt id="__svg__SVGElement__xmllang" class="attribute first-child"><b>xmllang</b><span class="idl-type-parenthetical"> (DOMString)</span></dt>
@@ -1533,15 +1515,6 @@
         <div>
           Corresponds to attribute <a>'xml:lang'</a> on the given element.
         </div>
-        <dl class="attribute">
-          <dt class="exceptions-header">Exceptions on setting</dt>
-          <dd>
-            <dl class="exceptions">
-              <dt class="exception"><a class="idlinterface" href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR</dt>
-              <dd class="exception">Raised on an attempt to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.</dd>
-            </dl>
-          </dd>
-        </dl>
       </dd>
 
       <dt id="__svg__SVGElement__xmlspace" class="attribute"><b>xmlspace</b><span class="idl-type-parenthetical"> (DOMString)</span></dt>
@@ -1549,15 +1522,6 @@
         <div>
           Corresponds to attribute <a>'xml:space'</a> on the given element.
         </div>
-        <dl class="attribute">
-          <dt class="exceptions-header">Exceptions on setting</dt>
-          <dd>
-            <dl class="exceptions">
-              <dt class="exception"><a class="idlinterface" href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR</dt>
-              <dd class="exception">Raised on an attempt to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.</dd>
-            </dl>
-          </dd>
-        </dl>
       </dd>
 
       <dt id="__svg__SVGElement__className" class="attribute first-child"><b>className</b><span class="idl-type-parenthetical"> (readonly <a class="idlinterface" href="types.html#InterfaceSVGAnimatedString">SVGAnimatedString</a>)</span></dt>
@@ -1636,8 +1600,7 @@
 
 Used for attributes of type boolean which can be animated.
 <pre class="idl">interface <b>SVGAnimatedBoolean</b> {
-           attribute boolean <a href="types.html#__svg__SVGAnimatedBoolean__baseVal">baseVal</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+           attribute boolean <a href="types.html#__svg__SVGAnimatedBoolean__baseVal">baseVal</a>;
   readonly attribute boolean <a href="types.html#__svg__SVGAnimatedBoolean__animVal">animVal</a>;
 };</pre><dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
@@ -1651,20 +1614,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an
-attempt to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGAnimatedBoolean__animVal" class="attribute"><b>animVal</b><span class="idl-type-parenthetical"> (readonly boolean)</span></dt>
@@ -1687,10 +1636,11 @@
 
 Used for attributes of type DOMString which can be animated.
 <pre class="idl">interface <b>SVGAnimatedString</b> {
-           attribute DOMString <a href="types.html#__svg__SVGAnimatedString__baseVal">baseVal</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+           attribute DOMString <a href="types.html#__svg__SVGAnimatedString__baseVal">baseVal</a>;
   readonly attribute DOMString <a href="types.html#__svg__SVGAnimatedString__animVal">animVal</a>;
-};</pre><dl class="interface">
+};</pre>
+
+<dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
 <dl class="attributes">
@@ -1702,20 +1652,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an
-attempt to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGAnimatedString__animVal" class="attribute"><b>animVal</b><span class="idl-type-parenthetical"> (readonly DOMString)</span></dt>
@@ -1748,20 +1684,13 @@
 
   readonly attribute unsigned long <a href="types.html#__svg__SVGStringList__numberOfItems">numberOfItems</a>;
 
-  void <a href="types.html#__svg__SVGStringList__clear">clear</a>() raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  DOMString <a href="types.html#__svg__SVGStringList__initialize">initialize</a>(in DOMString newItem) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  DOMString <a href="types.html#__svg__SVGStringList__getItem">getItem</a>(in unsigned long index) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  DOMString <a href="types.html#__svg__SVGStringList__insertItemBefore">insertItemBefore</a>(in DOMString newItem, in unsigned long index) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  DOMString <a href="types.html#__svg__SVGStringList__replaceItem">replaceItem</a>(in DOMString newItem, in unsigned long index) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  DOMString <a href="types.html#__svg__SVGStringList__removeItem">removeItem</a>(in unsigned long index) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  DOMString <a href="types.html#__svg__SVGStringList__appendItem">appendItem</a>(in DOMString newItem) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+  void <a href="types.html#__svg__SVGStringList__clear">clear</a>();
+  DOMString <a href="types.html#__svg__SVGStringList__initialize">initialize</a>(in DOMString newItem);
+  DOMString <a href="types.html#__svg__SVGStringList__getItem">getItem</a>(in unsigned long index);
+  DOMString <a href="types.html#__svg__SVGStringList__insertItemBefore">insertItemBefore</a>(in DOMString newItem, in unsigned long index);
+  DOMString <a href="types.html#__svg__SVGStringList__replaceItem">replaceItem</a>(in DOMString newItem, in unsigned long index);
+  DOMString <a href="types.html#__svg__SVGStringList__removeItem">removeItem</a>(in unsigned long index);
+  DOMString <a href="types.html#__svg__SVGStringList__appendItem">appendItem</a>(in DOMString newItem);
 };</pre><dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
@@ -2097,10 +2026,11 @@
 Used for attributes whose value must be a constant from a particular
 enumeration and which can be animated.
 <pre class="idl">interface <b>SVGAnimatedEnumeration</b> {
-           attribute unsigned short <a href="types.html#__svg__SVGAnimatedEnumeration__baseVal">baseVal</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+           attribute unsigned short <a href="types.html#__svg__SVGAnimatedEnumeration__baseVal">baseVal</a>;
   readonly attribute unsigned short <a href="types.html#__svg__SVGAnimatedEnumeration__animVal">animVal</a>;
-};</pre><dl class="interface">
+};</pre>
+
+<dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
 <dl class="attributes">
@@ -2112,20 +2042,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an
-attempt to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGAnimatedEnumeration__animVal" class="attribute"><b>animVal</b><span class="idl-type-parenthetical"> (readonly unsigned short)</span></dt>
@@ -2150,10 +2066,11 @@
 <a href="types.html#DataTypeInteger">&lt;integer&gt;</a> which can be
 animated.
 <pre class="idl">interface <b>SVGAnimatedInteger</b> {
-           attribute long <a href="types.html#__svg__SVGAnimatedInteger__baseVal">baseVal</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+           attribute long <a href="types.html#__svg__SVGAnimatedInteger__baseVal">baseVal</a>;
   readonly attribute long <a href="types.html#__svg__SVGAnimatedInteger__animVal">animVal</a>;
-};</pre><dl class="interface">
+};</pre>
+
+<dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
 <dl class="attributes">
@@ -2165,20 +2082,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an
-attempt to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGAnimatedInteger__animVal" class="attribute"><b>animVal</b><span class="idl-type-parenthetical"> (readonly long)</span></dt>
@@ -2202,9 +2105,10 @@
 Used for attributes of basic type
 <a href="types.html#DataTypeNumber">&lt;number&gt;</a>.
 <pre class="idl">interface <b>SVGNumber</b> {
-  attribute float <a href="types.html#__svg__SVGNumber__value">value</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-};</pre><dl class="interface">
+  attribute float <a href="types.html#__svg__SVGNumber__value">value</a>;
+};</pre>
+
+<dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
 <dl class="attributes">
@@ -2216,20 +2120,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an
-attempt to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 </dl>
 </dd>
@@ -2243,10 +2133,11 @@
 <a href="types.html#DataTypeNumber">&lt;number&gt;</a> which can be
 animated.
 <pre class="idl">interface <b>SVGAnimatedNumber</b> {
-           attribute float <a href="types.html#__svg__SVGAnimatedNumber__baseVal">baseVal</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+           attribute float <a href="types.html#__svg__SVGAnimatedNumber__baseVal">baseVal</a>;
   readonly attribute float <a href="types.html#__svg__SVGAnimatedNumber__animVal">animVal</a>;
-};</pre><dl class="interface">
+};</pre>
+
+<dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
 <dl class="attributes">
@@ -2258,20 +2149,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an
-attempt to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 
 <dt id="__svg__SVGAnimatedNumber__animVal" class="attribute"><b>animVal</b><span class="idl-type-parenthetical"> (readonly float)</span></dt>
@@ -2310,20 +2187,13 @@
 
   readonly attribute unsigned long <a href="types.html#__svg__SVGNumberList__numberOfItems">numberOfItems</a>;
 
-  void <a href="types.html#__svg__SVGNumberList__clear">clear</a>() raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  <a class="idlinterface" href="types.html#InterfaceSVGNumber">SVGNumber</a> <a href="types.html#__svg__SVGNumberList__initialize">initialize</a>(in <a class="idlinterface" href="types.html#InterfaceSVGNumber">SVGNumber</a> newItem) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  <a class="idlinterface" href="types.html#InterfaceSVGNumber">SVGNumber</a> <a href="types.html#__svg__SVGNumberList__getItem">getItem</a>(in unsigned long index) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  <a class="idlinterface" href="types.html#InterfaceSVGNumber">SVGNumber</a> <a href="types.html#__svg__SVGNumberList__insertItemBefore">insertItemBefore</a>(in <a class="idlinterface" href="types.html#InterfaceSVGNumber">SVGNumber</a> newItem, in unsigned long index) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  <a class="idlinterface" href="types.html#InterfaceSVGNumber">SVGNumber</a> <a href="types.html#__svg__SVGNumberList__replaceItem">replaceItem</a>(in <a class="idlinterface" href="types.html#InterfaceSVGNumber">SVGNumber</a> newItem, in unsigned long index) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  <a class="idlinterface" href="types.html#InterfaceSVGNumber">SVGNumber</a> <a href="types.html#__svg__SVGNumberList__removeItem">removeItem</a>(in unsigned long index) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  <a class="idlinterface" href="types.html#InterfaceSVGNumber">SVGNumber</a> <a href="types.html#__svg__SVGNumberList__appendItem">appendItem</a>(in <a class="idlinterface" href="types.html#InterfaceSVGNumber">SVGNumber</a> newItem) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+  void <a href="types.html#__svg__SVGNumberList__clear">clear</a>();
+  <a class="idlinterface" href="types.html#InterfaceSVGNumber">SVGNumber</a> <a href="types.html#__svg__SVGNumberList__initialize">initialize</a>(in <a class="idlinterface" href="types.html#InterfaceSVGNumber">SVGNumber</a> newItem);
+  <a class="idlinterface" href="types.html#InterfaceSVGNumber">SVGNumber</a> <a href="types.html#__svg__SVGNumberList__getItem">getItem</a>(in unsigned long index);
+  <a class="idlinterface" href="types.html#InterfaceSVGNumber">SVGNumber</a> <a href="types.html#__svg__SVGNumberList__insertItemBefore">insertItemBefore</a>(in <a class="idlinterface" href="types.html#InterfaceSVGNumber">SVGNumber</a> newItem, in unsigned long index);
+  <a class="idlinterface" href="types.html#InterfaceSVGNumber">SVGNumber</a> <a href="types.html#__svg__SVGNumberList__replaceItem">replaceItem</a>(in <a class="idlinterface" href="types.html#InterfaceSVGNumber">SVGNumber</a> newItem, in unsigned long index);
+  <a class="idlinterface" href="types.html#InterfaceSVGNumber">SVGNumber</a> <a href="types.html#__svg__SVGNumberList__removeItem">removeItem</a>(in unsigned long index);
+  <a class="idlinterface" href="types.html#InterfaceSVGNumber">SVGNumber</a> <a href="types.html#__svg__SVGNumberList__appendItem">appendItem</a>(in <a class="idlinterface" href="types.html#InterfaceSVGNumber">SVGNumber</a> newItem);
 };</pre><dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
@@ -2358,8 +2228,7 @@
 <dt class="exception first-child"><a class="idlinterface"
    href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
 </dt>
-<dd class="exception"> Raised when the list
-corresponds to a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a> or when the object itself is
+<dd class="exception"> Raised when the list is
 <a href="#ReadOnlyNumberList">read only</a>.
 
 </dd>
@@ -2404,8 +2273,7 @@
 <dt class="exception first-child"><a class="idlinterface"
    href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
 </dt>
-<dd class="exception"> Raised when the list
-corresponds to a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a> or when the object itself is
+<dd class="exception"> Raised when the list is
 <a href="#ReadOnlyNumberList">read only</a>.
 
 </dd>
@@ -2505,8 +2373,7 @@
 <dt class="exception first-child"><a class="idlinterface"
    href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
 </dt>
-<dd class="exception"> Raised when the list
-corresponds to a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a> or when the object itself is
+<dd class="exception"> Raised when the list is
 <a href="#ReadOnlyNumberList">read only</a>.
 
 </dd>
@@ -2559,8 +2426,7 @@
 <dt class="exception first-child"><a class="idlinterface"
    href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
 </dt>
-<dd class="exception"> Raised when the list
-corresponds to a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a> or when the object itself is
+<dd class="exception"> Raised when the list is
 <a href="#ReadOnlyNumberList">read only</a>.
 
 </dd>
@@ -2740,17 +2606,12 @@
   const unsigned short <a href="types.html#__svg__SVGLength__SVG_LENGTHTYPE_PC">SVG_LENGTHTYPE_PC</a> = 10;
 
   readonly attribute unsigned short <a href="types.html#__svg__SVGLength__unitType">unitType</a>;
-           attribute float <a href="types.html#__svg__SVGLength__value">value</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-           attribute float <a href="types.html#__svg__SVGLength__valueInSpecifiedUnits">valueInSpecifiedUnits</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-           attribute DOMString <a href="types.html#__svg__SVGLength__valueAsString">valueAsString</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-
-  void <a href="types.html#__svg__SVGLength__newValueSpecifiedUnits">newValueSpecifiedUnits</a>(in unsigned short unitType, in float valueInSpecifiedUnits) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  void <a href="types.html#__svg__SVGLength__convertToSpecifiedUnits">convertToSpecifiedUnits</a>(in unsigned short unitType) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+           attribute float <a href="types.html#__svg__SVGLength__value">value</a>;
+           attribute float <a href="types.html#__svg__SVGLength__valueInSpecifiedUnits">valueInSpecifiedUnits</a>;
+           attribute DOMString <a href="types.html#__svg__SVGLength__valueAsString">valueAsString</a>;
+
+  void <a href="types.html#__svg__SVGLength__newValueSpecifiedUnits">newValueSpecifiedUnits</a>(in unsigned short unitType, in float valueInSpecifiedUnits);
+  void <a href="types.html#__svg__SVGLength__convertToSpecifiedUnits">convertToSpecifiedUnits</a>(in unsigned short unitType);
 };</pre><dl class="interface">
 <dt class="constants-header">Constants in group “Length Unit Types”:</dt>
 <dd>
@@ -2888,8 +2749,7 @@
 <dt class="exception"><a class="idlinterface"
    href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
 </dt>
-<dd class="exception"> Raised when the length
-corresponds to a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a> or when the object itself is
+<dd class="exception"> Raised when the length is
 <a href="#ReadOnlyLength">read only</a>.
 
 </dd>
@@ -2914,8 +2774,7 @@
 <dt class="exception"><a class="idlinterface"
    href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
 </dt>
-<dd class="exception"> Raised when the length
-corresponds to a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a> or when the object itself is
+<dd class="exception"> Raised when the length is
 <a href="#ReadOnlyLength">read only</a>.
 
 </dd>
@@ -2949,8 +2808,7 @@
 <dt class="exception"><a class="idlinterface"
    href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
 </dt>
-<dd class="exception"> Raised when the length
-corresponds to a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a> or when the object itself is
+<dd class="exception"> Raised when the length is
 <a href="#ReadOnlyLength">read only</a>.
 
 </dd>
@@ -3005,8 +2863,7 @@
 <dt class="exception"><a class="idlinterface"
    href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
 </dt>
-<dd class="exception"> Raised when the length
-corresponds to a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a> or when the object itself is
+<dd class="exception"> Raised when the length is
 <a href="#ReadOnlyLength">read only</a>.
 
 </dd>
@@ -3057,8 +2914,7 @@
 <dt class="exception"><a class="idlinterface"
    href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
 </dt>
-<dd class="exception"> Raised when the length
-corresponds to a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a> or when the object itself is
+<dd class="exception"> Raised when the length is
 <a href="#ReadOnlyLength">read only</a>.
 
 </dd>
@@ -3131,20 +2987,13 @@
 
   readonly attribute unsigned long <a href="types.html#__svg__SVGLengthList__numberOfItems">numberOfItems</a>;
 
-  void <a href="types.html#__svg__SVGLengthList__clear">clear</a>() raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  <a class="idlinterface" href="types.html#InterfaceSVGLength">SVGLength</a> <a href="types.html#__svg__SVGLengthList__initialize">initialize</a>(in <a class="idlinterface" href="types.html#InterfaceSVGLength">SVGLength</a> newItem) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  <a class="idlinterface" href="types.html#InterfaceSVGLength">SVGLength</a> <a href="types.html#__svg__SVGLengthList__getItem">getItem</a>(in unsigned long index) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  <a class="idlinterface" href="types.html#InterfaceSVGLength">SVGLength</a> <a href="types.html#__svg__SVGLengthList__insertItemBefore">insertItemBefore</a>(in <a class="idlinterface" href="types.html#InterfaceSVGLength">SVGLength</a> newItem, in unsigned long index) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  <a class="idlinterface" href="types.html#InterfaceSVGLength">SVGLength</a> <a href="types.html#__svg__SVGLengthList__replaceItem">replaceItem</a>(in <a class="idlinterface" href="types.html#InterfaceSVGLength">SVGLength</a> newItem, in unsigned long index) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  <a class="idlinterface" href="types.html#InterfaceSVGLength">SVGLength</a> <a href="types.html#__svg__SVGLengthList__removeItem">removeItem</a>(in unsigned long index) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  <a class="idlinterface" href="types.html#InterfaceSVGLength">SVGLength</a> <a href="types.html#__svg__SVGLengthList__appendItem">appendItem</a>(in <a class="idlinterface" href="types.html#InterfaceSVGLength">SVGLength</a> newItem) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+  void <a href="types.html#__svg__SVGLengthList__clear">clear</a>();
+  <a class="idlinterface" href="types.html#InterfaceSVGLength">SVGLength</a> <a href="types.html#__svg__SVGLengthList__initialize">initialize</a>(in <a class="idlinterface" href="types.html#InterfaceSVGLength">SVGLength</a> newItem);
+  <a class="idlinterface" href="types.html#InterfaceSVGLength">SVGLength</a> <a href="types.html#__svg__SVGLengthList__getItem">getItem</a>(in unsigned long index);
+  <a class="idlinterface" href="types.html#InterfaceSVGLength">SVGLength</a> <a href="types.html#__svg__SVGLengthList__insertItemBefore">insertItemBefore</a>(in <a class="idlinterface" href="types.html#InterfaceSVGLength">SVGLength</a> newItem, in unsigned long index);
+  <a class="idlinterface" href="types.html#InterfaceSVGLength">SVGLength</a> <a href="types.html#__svg__SVGLengthList__replaceItem">replaceItem</a>(in <a class="idlinterface" href="types.html#InterfaceSVGLength">SVGLength</a> newItem, in unsigned long index);
+  <a class="idlinterface" href="types.html#InterfaceSVGLength">SVGLength</a> <a href="types.html#__svg__SVGLengthList__removeItem">removeItem</a>(in unsigned long index);
+  <a class="idlinterface" href="types.html#InterfaceSVGLength">SVGLength</a> <a href="types.html#__svg__SVGLengthList__appendItem">appendItem</a>(in <a class="idlinterface" href="types.html#InterfaceSVGLength">SVGLength</a> newItem);
 };</pre><dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
@@ -3179,8 +3028,7 @@
 <dt class="exception first-child"><a class="idlinterface"
    href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
 </dt>
-<dd class="exception"> Raised when the list
-corresponds to a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a> or when the object itself is
+<dd class="exception"> Raised when the list is
 <a href="#ReadOnlyLengthList">read only</a>.
 
 </dd>
@@ -3225,8 +3073,7 @@
 <dt class="exception first-child"><a class="idlinterface"
    href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
 </dt>
-<dd class="exception"> Raised when the list
-corresponds to a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a> or when the object itself is
+<dd class="exception"> Raised when the list is
 <a href="#ReadOnlyLengthList">read only</a>.
 
 </dd>
@@ -3270,8 +3117,7 @@
 <dt class="exception first-child"><a class="idlinterface"
    href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
 </dt>
-<dd class="exception"> Raised when the list
-corresponds to a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a> or when the object itself is
+<dd class="exception"> Raised when the list is
 <a href="#ReadOnlyLengthList">read only</a>.
 
 </dd>
@@ -3327,8 +3173,7 @@
 <dt class="exception first-child"><a class="idlinterface"
    href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
 </dt>
-<dd class="exception"> Raised when the list
-corresponds to a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a> or when the object itself is
+<dd class="exception"> Raised when the list is
 <a href="#ReadOnlyLengthList">read only</a>.
 
 </dd>
@@ -3381,8 +3226,7 @@
 <dt class="exception first-child"><a class="idlinterface"
    href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
 </dt>
-<dd class="exception"> Raised when the list
-corresponds to a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a> or when the object itself is
+<dd class="exception"> Raised when the list is
 <a href="#ReadOnlyLengthList">read only</a>.
 
 </dd>
@@ -3431,8 +3275,7 @@
 <dt class="exception first-child"><a class="idlinterface"
    href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
 </dt>
-<dd class="exception"> Raised when the list
-corresponds to a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a> or when the object itself is
+<dd class="exception"> Raised when the list is
 <a href="#ReadOnlyLengthList">read only</a>.
 
 </dd>
@@ -3484,8 +3327,7 @@
 <dt class="exception first-child"><a class="idlinterface"
    href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
 </dt>
-<dd class="exception"> Raised when the list
-corresponds to a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a> or when the object itself is
+<dd class="exception"> Raised when the list is
 <a href="#ReadOnlyLengthList">read only</a>.
 
 </dd>
@@ -3558,17 +3400,12 @@
   const unsigned short <a href="types.html#__svg__SVGAngle__SVG_ANGLETYPE_GRAD">SVG_ANGLETYPE_GRAD</a> = 4;
 
   readonly attribute unsigned short <a href="types.html#__svg__SVGAngle__unitType">unitType</a>;
-           attribute float <a href="types.html#__svg__SVGAngle__value">value</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-           attribute float <a href="types.html#__svg__SVGAngle__valueInSpecifiedUnits">valueInSpecifiedUnits</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-           attribute DOMString <a href="types.html#__svg__SVGAngle__valueAsString">valueAsString</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-
-  void <a href="types.html#__svg__SVGAngle__newValueSpecifiedUnits">newValueSpecifiedUnits</a>(in unsigned short unitType, in float valueInSpecifiedUnits) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  void <a href="types.html#__svg__SVGAngle__convertToSpecifiedUnits">convertToSpecifiedUnits</a>(in unsigned short unitType) raises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+           attribute float <a href="types.html#__svg__SVGAngle__value">value</a>;
+           attribute float <a href="types.html#__svg__SVGAngle__valueInSpecifiedUnits">valueInSpecifiedUnits</a>;
+           attribute DOMString <a href="types.html#__svg__SVGAngle__valueAsString">valueAsString</a>;
+
+  void <a href="types.html#__svg__SVGAngle__newValueSpecifiedUnits">newValueSpecifiedUnits</a>(in unsigned short unitType, in float valueInSpecifiedUnits);
+  void <a href="types.html#__svg__SVGAngle__convertToSpecifiedUnits">convertToSpecifiedUnits</a>(in unsigned short unitType);
 };</pre><dl class="interface">
 <dt class="constants-header">Constants in group “Angle Unit Types”:</dt>
 <dd>
@@ -3653,8 +3490,7 @@
 <dt class="exception"><a class="idlinterface"
    href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
 </dt>
-<dd class="exception"> Raised when the angle
-corresponds to a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a> or when the object itself is
+<dd class="exception"> Raised when the angle is
 <a href="#ReadOnlyAngle">read only</a>.
 
 </dd>
@@ -3679,8 +3515,7 @@
 <dt class="exception"><a class="idlinterface"
    href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
 </dt>
-<dd class="exception"> Raised when the angle
-corresponds to a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a> or when the object itself is
+<dd class="exception"> Raised when the angle is
 <a href="#ReadOnlyAngle">read only</a>.
 
 </dd>
@@ -3714,8 +3549,7 @@
 <dt class="exception"><a class="idlinterface"
    href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
 </dt>
-<dd class="exception"> Raised when the angle
-corresponds to a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a> or when the object itself is
+<dd class="exception"> Raised when the angle is
 <a href="#ReadOnlyAngle">read only</a>.
 
 </dd>
@@ -3770,8 +3604,7 @@
 <dt class="exception"><a class="idlinterface"
    href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
 </dt>
-<dd class="exception"> Raised when the angle
-corresponds to a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a> or when the object itself is
+<dd class="exception"> Raised when the angle is
 <a href="#ReadOnlyAngle">read only</a>.
 
 </dd>
@@ -3817,8 +3650,7 @@
 <dt class="exception"><a class="idlinterface"
    href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
 </dt>
-<dd class="exception"> Raised when the angle
-corresponds to a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a> or when the object itself is
+<dd class="exception"> Raised when the angle is
 <a href="#ReadOnlyAngle">read only</a>.
 
 </dd>
@@ -3908,9 +3740,9 @@
    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>(in DOMString rgbColor) raises(<a class="idlinterface" href="svgdom.html#ExceptionSVGException">SVGException</a>);
-  void <a href="types.html#__svg__SVGColor__setRGBColorICCColor">setRGBColorICCColor</a>(in DOMString rgbColor, in DOMString iccColor) raises(<a class="idlinterface" href="svgdom.html#ExceptionSVGException">SVGException</a>);
-  void <a href="types.html#__svg__SVGColor__setColor">setColor</a>(in unsigned short colorType, in DOMString rgbColor, in DOMString iccColor) raises(<a class="idlinterface" href="svgdom.html#ExceptionSVGException">SVGException</a>);
+  void <a href="types.html#__svg__SVGColor__setRGBColor">setRGBColor</a>(in DOMString rgbColor);
+  void <a href="types.html#__svg__SVGColor__setRGBColorICCColor">setRGBColorICCColor</a>(in DOMString rgbColor, in DOMString iccColor);
+  void <a href="types.html#__svg__SVGColor__setColor">setColor</a>(in unsigned short colorType, in DOMString rgbColor, in DOMString iccColor);
 };</pre><dl class="interface">
 <dt class="constants-header">Constants in group “Color Types”:</dt>
 <dd>
@@ -4144,8 +3976,7 @@
 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> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+           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>
@@ -4160,20 +3991,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an attempt
-to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>.
-
-</dd>
-</dl>
-</dd>
-</dl>
 </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>
@@ -4205,14 +4022,10 @@
 being thrown, as described below.
 </p>
 <pre class="idl">interface <b>SVGRect</b> {
-  attribute float <a href="types.html#__svg__SVGRect__x">x</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="types.html#__svg__SVGRect__y">y</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="types.html#__svg__SVGRect__width">width</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
-  attribute float <a href="types.html#__svg__SVGRect__height">height</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+  attribute float <a href="types.html#__svg__SVGRect__x">x</a>;
+  attribute float <a href="types.html#__svg__SVGRect__y">y</a>;
+  attribute float <a href="types.html#__svg__SVGRect__width">width</a>;
+  attribute float <a href="types.html#__svg__SVGRect__height">height</a>;
 };</pre><dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
@@ -4232,8 +4045,7 @@
 <dt class="exception"><a class="idlinterface"
    href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
 </dt>
-<dd class="exception"> Raised when the rectangle
-corresponds to a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a> or when the object itself is
+<dd class="exception"> Raised when the rectangle is
 <a href="#ReadOnlyRect">read only</a>.
 
 </dd>
@@ -4256,8 +4068,7 @@
 <dt class="exception"><a class="idlinterface"
    href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
 </dt>
-<dd class="exception"> Raised when the rectangle
-corresponds to a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a> or when the object itself is
+<dd class="exception"> Raised when the rectangle is
 <a href="#ReadOnlyRect">read only</a>.
 
 </dd>
@@ -4280,8 +4091,7 @@
 <dt class="exception"><a class="idlinterface"
    href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
 </dt>
-<dd class="exception"> Raised when the rectangle
-corresponds to a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a> or when the object itself is
+<dd class="exception"> Raised when the rectangle is
 <a href="#ReadOnlyRect">read only</a>.
 
 </dd>
@@ -4304,8 +4114,7 @@
 <dt class="exception"><a class="idlinterface"
    href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
 </dt>
-<dd class="exception"> Raised when the rectangle
-corresponds to a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a> or when the object itself is
+<dd class="exception"> Raised when the rectangle is
 <a href="#ReadOnlyRect">read only</a>.
 
 </dd>
@@ -4439,7 +4248,7 @@
   <a class="idlinterface" href="types.html#InterfaceSVGRect">SVGRect</a> <a href="types.html#__svg__SVGLocatableElement__getStrokeBBox">getStrokeBBox</a>();
   <a class="idlinterface" href="coords.html#InterfaceSVGMatrix">SVGMatrix</a> <a href="types.html#__svg__SVGLocatableElement__getCTM">getCTM</a>();
   <a class="idlinterface" href="coords.html#InterfaceSVGMatrix">SVGMatrix</a> <a href="types.html#__svg__SVGLocatableElement__getScreenCTM">getScreenCTM</a>();
-  <a class="idlinterface" href="coords.html#InterfaceSVGMatrix">SVGMatrix</a> <a href="types.html#__svg__SVGLocatableElement__getTransformToElement">getTransformToElement</a>(in <a class="idlinterface" href="types.html#InterfaceSVGElement">SVGElement</a> element) raises(<a class="idlinterface" href="svgdom.html#ExceptionSVGException">SVGException</a>);
+  <a class="idlinterface" href="coords.html#InterfaceSVGMatrix">SVGMatrix</a> <a href="types.html#__svg__SVGLocatableElement__getTransformToElement">getTransformToElement</a>(in <a class="idlinterface" href="types.html#InterfaceSVGElement">SVGElement</a> element);
 };</pre><dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
@@ -4793,8 +4602,7 @@
   const unsigned short <a href="types.html#__svg__SVGZoomAndPan__SVG_ZOOMANDPAN_DISABLE">SVG_ZOOMANDPAN_DISABLE</a> = 1;
   const unsigned short <a href="types.html#__svg__SVGZoomAndPan__SVG_ZOOMANDPAN_MAGNIFY">SVG_ZOOMANDPAN_MAGNIFY</a> = 2;
 
-  attribute unsigned short <a href="types.html#__svg__SVGZoomAndPan__zoomAndPan">zoomAndPan</a> setraises(<a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>);
+  attribute unsigned short <a href="types.html#__svg__SVGZoomAndPan__zoomAndPan">zoomAndPan</a>;
 };</pre>
 
 <dl class="interface">
@@ -4845,20 +4653,6 @@
 
 
 </div>
-<dl class="attribute">
-<dt class="exceptions-header">Exceptions on setting</dt>
-<dd>
-<dl class="exceptions">
-<dt class="exception"><a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-17189187">DOMException</a>, code NO_MODIFICATION_ALLOWED_ERR
-</dt>
-<dd class="exception"> Raised on an
-attempt to change the value of a <a href="svgdom.html#ReadOnlyNodes">read only attribute</a>. 
-
-</dd>
-</dl>
-</dd>
-</dl>
 </dd>
 </dl>
 </dd>