- From: SVG Working Group repository <cam+svgwgrepo@mcc.id.au>
- Date: Tue, 11 Jun 2013 22:06:04 -0700
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/393418180248 branches: changeset: 509:393418180248 user: Cameron McCormack <cam@mcc.id.au> date: Wed Jun 12 15:04:06 2013 +1000 description: Make GetSVGDocument [NoInterfaceObject]. diffstat: master/struct.html | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diffs (23 lines): diff --git a/master/struct.html b/master/struct.html --- a/master/struct.html +++ b/master/struct.html @@ -3622,17 +3622,18 @@ Window specification [<a href="refs.html <p>This interface is deprecated and may be dropped from future versions of the SVG specification. Authors are suggested to use the <code>contentDocument</code> attribute on the <a>EmbeddingElement</a> interface to obtain a referenced SVG document, if that interface is available. </p> -<pre class="idl">interface <b>GetSVGDocument</b> { +<pre class="idl">[NoInterfaceObject] +interface <b>GetSVGDocument</b> { <a class="idlinterface" href="struct.html#InterfaceSVGDocument">SVGDocument</a> <a href="struct.html#__svg__GetSVGDocument__getSVGDocument">getSVGDocument</a>(); };</pre><dl class="interface"> <dt class="operations-header">Operations:</dt> <dd> <dl class="attributes"> <dt id="__svg__GetSVGDocument__getSVGDocument" class="operation first-child"><a class="idlinterface" href="struct.html#InterfaceSVGDocument">SVGDocument</a> <b>getSVGDocument</b>() </dt>
Received on Wednesday, 12 June 2013 05:06:31 UTC