--- a/master/struct.html Thu Jul 11 19:42:31 2013 +0200
+++ b/master/struct.html Wed Jul 17 17:20:41 2013 -0500
@@ -2178,6 +2178,7 @@
readonly attribute DOMString <a href="struct.html#__svg__SVGDocument__referrer">referrer</a>;
readonly attribute DOMString <a href="struct.html#__svg__SVGDocument__domain">domain</a>;
readonly attribute <a class="idlinterface" href="struct.html#InterfaceSVGSVGElement">SVGSVGElement</a> <a href="struct.html#__svg__SVGDocument__rootElement">rootElement</a>;
+ readonly attribute Element <a href="struct.html#_svg__SVGDocument__activeElement">activeElement</a>;
};</pre><dl class="interface">
<dt class="attributes-header">Attributes:</dt>
<dd>
@@ -2219,6 +2220,14 @@
</div>
</dd>
+<dt id="__svg__SVGDocument__activeElement" class="attribute"><b>activeElement</b><span class="idl-type-parenthetical"> (readonly Element)</span></dt>
+<dd class="attribute">
+<div>
+The activeElement attribute must return the element in the document that is focused. If no element in the Document is focused, this must return the <a class="idlinterface" href="struct.html#InterfaceSVGSVGElement">SVGSVGElement</a>).
+</div>
+</dd>
+
+
</dl>
</dd>
</dl>