diff options
Diffstat (limited to 'files/fr/web/api/svgtitleelement/index.html')
| -rw-r--r-- | files/fr/web/api/svgtitleelement/index.html | 98 |
1 files changed, 98 insertions, 0 deletions
diff --git a/files/fr/web/api/svgtitleelement/index.html b/files/fr/web/api/svgtitleelement/index.html new file mode 100644 index 0000000000..407fc04f73 --- /dev/null +++ b/files/fr/web/api/svgtitleelement/index.html @@ -0,0 +1,98 @@ +--- +title: SVGTitleElement +slug: Web/API/SVGTitleElement +tags: + - Interface Title SVG + - SVG + - SVG DOM + - Title +translation_of: Web/API/SVGTitleElement +--- +<div>{{APIRef("SVG")}}</div> + +<h2 id="Interface_DOM_de_l'élément_SVG_title">Interface DOM de l'élément SVG <code>title</code></h2> + +<p>L'interface <code>SVGTitleElement</code> correspond à l'élément {{ SVGElement("title") }}.</p> + +<h3 id="Aperçu_de_l'interface">Aperçu de l'interface</h3> + +<table class="standard-table"> + <tbody> + <tr> + <th scope="row">Implémente aussi</th> + <td>{{ domxref("SVGElement") }}, {{ domxref("SVGLangSpace") }}, {{ domxref("SVGStylable") }}</td> + </tr> + <tr> + <th scope="row">Metodes</th> + <td><em>Aucunes</em></td> + </tr> + <tr> + <th scope="row">Propritiétés</th> + <td><em>Aucunes</em></td> + </tr> + <tr> + <th scope="row">Norme</th> + <td><a class="external" href="http://www.w3.org/TR/SVG11/struct.html#InterfaceSVGTitleElement" title="http://www.w3.org/TR/SVG11/struct.html#InterfaceSVGTitleElement">SVG 1.1 (2nd Edition)</a></td> + </tr> + </tbody> +</table> + +<h2 id="Propriétés">Propriétés</h2> + +<p>L'interface <code>SVGTitleElement</code> n'a pas de propriétés spécifiques.</p> + +<h2 id="Metodes">Metodes</h2> + +<p>L'interface <code>SVGTitleElement</code> n'a pas de métodes spécifiques.</p> + +<h2 id="Browser_compatibility" name="Browser_compatibility">Compatibilité entre les navigateurs</h2> + +<p>{{ CompatibilityTable() }}</p> + +<div id="compat-desktop"> +<table class="compat-table"> + <tbody> + <tr> + <th>Fonctionnalité</th> + <th>Chrome</th> + <th>Firefox (Gecko)</th> + <th>Internet Explorer</th> + <th>Opera</th> + <th>Safari (WebKit)</th> + </tr> + <tr> + <td>Support basique</td> + <td>{{ CompatVersionUnknown() }}</td> + <td>{{ CompatVersionUnknown() }}</td> + <td>{{ CompatUnknown() }}</td> + <td>{{ CompatVersionUnknown() }}</td> + <td>{{ CompatVersionUnknown() }}</td> + </tr> + </tbody> +</table> +</div> + +<div id="compat-mobile"> +<table class="compat-table"> + <tbody> + <tr> + <th>Fonctionnalité</th> + <th>Android</th> + <th>Firefox Mobile (Gecko)</th> + <th>IE Mobile</th> + <th>Opera Mobile</th> + <th>Safari Mobile</th> + </tr> + <tr> + <td>Support basique</td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatVersionUnknown() }}</td> + <td>{{ CompatUnknown() }}</td> + <td>{{ CompatVersionUnknown() }}</td> + <td>{{ CompatVersionUnknown() }}</td> + </tr> + </tbody> +</table> +</div> + +<p> </p> |
