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 64806 of SVGVKernElement

  • Revision slug: DOM/SVGVKernElement
  • Revision title: SVGVKernElement
  • Revision id: 64806
  • Created:
  • Creator: Jeremie
  • Is current revision? No
  • Comment page created, 110 words added

Revision Content

SVG VKern DOM interface

The SVGVKernElement interface correspond to the {{ SVGElement("vkern") }} elements.

Object-oriented access to the attributes of the {{ SVGElement("vkern") }} element via the SVG DOM is not possible.

Interface overview

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

Properties

The SVGVKernElement interface do not provide any specific properties.

Methods

The SVGVKernElement interface do not provide any specific methods.

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 {{ CompatUnknown() }} {{ CompatUnknown() }} {{ CompatUnknown() }} {{ CompatUnknown() }} {{ CompatUnknown() }}

See also

  • {{ SVGElement("vkern") }} SVG Element

Revision Source

<h2>SVG VKern DOM interface</h2>
<p>The <code>SVGVKernElement</code> interface correspond to the {{ SVGElement("vkern") }} elements.</p>
<p>Object-oriented access to the attributes of the {{ SVGElement("vkern") }} element via the SVG DOM is not possible.</p>
<h3>Interface overview</h3>
<table class="standard-table"> <tbody> <tr> <th scope="row">Also implement</th> <td>{{ domxref("SVGElement") }}</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 document</th> <td><a class="external" href="https://www.w3.org/TR/SVG/fonts.html#InterfaceSVGVKernElement" title="https://www.w3.org/TR/SVG/fonts.html#InterfaceSVGVKernElement">SVG 1.1 (2nd Edition)</a></td> </tr> </tbody>
</table>
<h2>Properties</h2>
<p>The <code>SVGVKernElement</code> interface do not provide any specific properties.</p>
<h2>Methods</h2>
<p>The <code>SVGVKernElement</code> interface do not provide any specific methods.</p>
<h2 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>{{ CompatUnknown() }}</td> <td>{{ CompatUnknown() }}</td> <td>{{ CompatUnknown() }}</td> <td>{{ CompatUnknown() }}</td> <td>{{ CompatUnknown() }}</td> </tr> </tbody> </table>
</div>
<h2>See also</h2>
<ul> <li>{{ SVGElement("vkern") }} SVG Element</li>
</ul>
Revert to this revision