add activeElement to the Document Interface
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Wed, 17 Jul 2013 17:20:41 -0500
changeset 526 dfc8bdc26d34
parent 525 bc3caf5c02db
child 527 6f403f5d86d7
add activeElement to the Document Interface
master/struct.html
--- 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>