- From: SVG Working Group repository <cam+svgwgrepo@mcc.id.au>
- Date: Wed, 17 Jul 2013 15:39:40 -0700
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/6f403f5d86d7 branches: changeset: 527:6f403f5d86d7 user: Richard Schwerdtfeger <schwer@us.ibm.com> date: Wed Jul 17 17:37:45 2013 -0500 description: changed SVGSVGElement to root element diffstat: master/struct.html | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diffs (26 lines): diff --git a/master/struct.html b/master/struct.html --- a/master/struct.html +++ b/master/struct.html @@ -2218,21 +2218,20 @@ if the server cannot be identified by a <div> The root <a>'svg'</a> in the document hierarchy. </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>). +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 href="struct.html#__svg__SVGDocument__rootElement">rootElement</a>. </div> </dd> - </dl> </dd> </dl> <h3 id="InterfaceSVGSVGElement">Interface SVGSVGElement</h3>
Received on Wednesday, 17 July 2013 22:40:06 UTC