Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 1077666 of SVGSymbolElement

  • Revision slug: Web/API/SVGSymbolElement
  • Revision title: SVGSymbolElement
  • Revision id: 1077666
  • Created:
  • Creator: Sheppy
  • Is current revision? Yes
  • Comment Fix grammar and style. Note inheritance from SVGElement. Update tags.

Revision Content

{{APIRef("SVG")}}

SVG symbol DOM interface

The SVGSymbolElement interface corresponds to the {{ SVGElement("symbol") }} element.

Interface overview

Also implement {{ domxref("SVGElement") }}, {{ domxref("SVGLangSpace") }}, {{ domxref("SVGStylable") }}
Methods None
Properties None
Normative document SVG 1.1 (2nd Edition)

Properties

The SVGSymbolElement interface doesn't provide any specific properties; however, it inherits properties from {{domxref("SVGElement")}}.

Methods

The SVGSymbolElement interface doesn't provide any specific methods; however, it inherits methods from {{domxref("SVGElement")}}.

Browser compatibility

{{ CompatibilityTable }}

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Basic support {{ CompatUnknown }} {{ CompatUnknown }} {{ CompatUnknown }} {{ CompatUnknown }} {{ CompatUnknown }}
Feature Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support {{ CompatNo }} {{ CompatUnknown }} {{ CompatUnknown }} {{ CompatUnknown }} {{ CompatUnknown }}

 

Revision Source

<div>{{APIRef("SVG")}}</div>

<h2 id="SVG_symbol_DOM_interface">SVG symbol DOM interface</h2>

<p>The <code>SVGSymbolElement</code> interface corresponds to the {{ SVGElement("symbol") }} element.</p>

<h3 id="Interface_overview">Interface overview</h3>

<table class="standard-table">
 <tbody>
  <tr>
   <th scope="row">Also&nbsp;implement</th>
   <td>{{ domxref("SVGElement") }}, {{ domxref("SVGLangSpace") }}, {{ domxref("SVGStylable") }}</td>
  </tr>
  <tr>
   <th scope="row">Methods</th>
   <td><em>None</em></td>
  </tr>
  <tr>
   <th scope="row">Properties</th>
   <td><em>None</em></td>
  </tr>
  <tr>
   <th scope="row">Normative&nbsp;document</th>
   <td><a class="external" href="https://www.w3.org/TR/SVG11/struct.html#InterfaceSVGSymbolElement" title="https://www.w3.org/TR/SVG11/struct.html#InterfaceSVGSymbolElement">SVG 1.1 (2nd Edition)</a></td>
  </tr>
 </tbody>
</table>

<h2 id="Properties">Properties</h2>

<p><em>The <code>SVGSymbolElement</code> interface doesn't provide any specific properties; however, it inherits properties from {{domxref("SVGElement")}}.</em></p>

<h2 id="Methods">Methods</h2>

<p><em>The <code>SVGSymbolElement</code> interface doesn't provide any specific methods; however, it inherits methods from {{domxref("SVGElement")}}.</em></p>

<h2 id="Browser_compatibility" name="Browser_compatibility">Browser compatibility</h2>

<p>{{ CompatibilityTable }}</p>

<div id="compat-desktop">
<table class="compat-table">
 <tbody>
  <tr>
   <th>Feature</th>
   <th>Chrome</th>
   <th>Firefox (Gecko)</th>
   <th>Internet Explorer</th>
   <th>Opera</th>
   <th>Safari (WebKit)</th>
  </tr>
  <tr>
   <td>Basic support</td>
   <td>{{ CompatUnknown }}</td>
   <td>{{ CompatUnknown }}</td>
   <td>{{ CompatUnknown }}</td>
   <td>{{ CompatUnknown }}</td>
   <td>{{ CompatUnknown }}</td>
  </tr>
 </tbody>
</table>
</div>

<div id="compat-mobile">
<table class="compat-table">
 <tbody>
  <tr>
   <th>Feature</th>
   <th>Android</th>
   <th>Firefox Mobile (Gecko)</th>
   <th>IE Mobile</th>
   <th>Opera Mobile</th>
   <th>Safari Mobile</th>
  </tr>
  <tr>
   <td>Basic support</td>
   <td>{{ CompatNo }}</td>
   <td>{{ CompatUnknown }}</td>
   <td>{{ CompatUnknown }}</td>
   <td>{{ CompatUnknown }}</td>
   <td>{{ CompatUnknown }}</td>
  </tr>
 </tbody>
</table>
</div>

<p>&nbsp;</p>
Revert to this revision