Remove SVGElement.id since it is defined on Element.
--- a/master/types.html Sun Feb 02 15:16:27 2014 +1100
+++ b/master/types.html Sun Feb 02 15:22:38 2014 +1100
@@ -1438,7 +1438,6 @@
<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>;
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>;
@@ -1460,14 +1459,6 @@
<dt class="attributes-header">Attributes:</dt>
<dd>
<dl class="attributes">
- <dt id="__svg__SVGElement__id" class="attribute first-child"><b>id</b><span class="idl-type-parenthetical"> (DOMString)</span></dt>
- <dd class="attribute">
- <div>
- The value of the <a>'id'</a> attribute on the given element, or the
- empty string if <a>'id'</a> is not present.
- </div>
- </dd>
-
<dt id="__svg__SVGElement__xmlbase" class="attribute"><b>xmlbase</b><span class="idl-type-parenthetical"> (DOMString)</span></dt>
<dd class="attribute">
<div>