- From: SVG Working Group repository <cam+svgwgrepo@mcc.id.au>
- Date: Sat, 01 Feb 2014 20:24:37 -0800
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/555526735e1c branches: changeset: 595:555526735e1c user: Cameron McCormack <cam@mcc.id.au> date: Sun Feb 02 15:22:38 2014 +1100 description: Remove SVGElement.id since it is defined on Element. diffstat: master/types.html | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diffs (46 lines): diff --git a/master/types.html b/master/types.html --- a/master/types.html +++ b/master/types.html @@ -1433,17 +1433,16 @@ href="types.html#DataTypeColor"><colo <h3 id="InterfaceSVGElement">Interface SVGElement</h3> <p>All of the SVG DOM interfaces that correspond directly to elements in the SVG language (such as the <a>SVGPathElement</a> interface for the <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>; readonly attribute <a class="idlinterface" href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-CSSStyleDeclaration">CSSStyleDeclaration</a> <a href="types.html#__svg__SVGElement__style">style</a>; attribute DOMString <a href="types.html#__svg__SVGElement__xmllang">xmllang</a>; attribute DOMString <a href="types.html#__svg__SVGElement__xmlspace">xmlspace</a>; @@ -1455,24 +1454,16 @@ SVG language (such as the <a>SVGPathElem }; <a>SVGElement</a> implements <a>GlobalEventHandlers</a>;</pre> <dl class="interface"> <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> Corresponds to attribute <a>'xml:base'</a> on the given element. </div> </dd> <dt id="__svg__SVGElement__xmllang" class="attribute first-child"><b>xmllang</b><span class="idl-type-parenthetical"> (DOMString)</span></dt>
Received on Sunday, 2 February 2014 04:25:00 UTC