aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/htmlquoteelement/index.html
diff options
context:
space:
mode:
authorjulieng <julien.gattelier@gmail.com>2021-10-02 17:20:14 +0200
committerSphinxKnight <SphinxKnight@users.noreply.github.com>2021-10-02 17:30:20 +0200
commitc05efa8d7ae464235cf83d7c0956e42dc6974103 (patch)
tree6ea911b2f2010f63a026de6bb7a1a51e7690a7e1 /files/fr/web/api/htmlquoteelement/index.html
parent13a5e017558b248ee1647d4a5825f183b51f09ad (diff)
downloadtranslated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.tar.gz
translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.tar.bz2
translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.zip
move *.html to *.md
Diffstat (limited to 'files/fr/web/api/htmlquoteelement/index.html')
-rw-r--r--files/fr/web/api/htmlquoteelement/index.html30
1 files changed, 0 insertions, 30 deletions
diff --git a/files/fr/web/api/htmlquoteelement/index.html b/files/fr/web/api/htmlquoteelement/index.html
deleted file mode 100644
index e76d04bb47..0000000000
--- a/files/fr/web/api/htmlquoteelement/index.html
+++ /dev/null
@@ -1,30 +0,0 @@
----
-title: HTMLQuoteElement
-slug: Web/API/HTMLQuoteElement
-tags:
- - DOM
- - Référence_du_DOM_Gecko
-translation_of: Web/API/HTMLQuoteElement
----
-<p>{{ ApiRef() }}</p>
-<h2 id="Interface_des_éléments_HTML_de_citation">Interface des éléments HTML de citation</h2>
-<p>Les objets DOM quote expose l'interface <a href="http://www.w3.org/TR/html5/grouping-content.html#htmlquoteelement"><code>HTMLQuoteElement</code></a> (ou {{ HTMLVersionInline(4) }} <a href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-70319763"><code>HTMLQuoteElement</code></a>), qui fournissent plusieurs propriétés pour manipuler les éléments de citation (et viennent s'ajouter aux propriétés habituelles pour un objet de l'interface {{domxref("element")}}, disponibles par héritage).</p>
-<h2 id="Propriétés">Propriétés</h2>
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Nom</th>
- <th scope="col">Type</th>
- <th scope="col">Description</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td><code>cite</code></td>
- <td>{{domxref("DOMString")}}</td>
- <td>Reflète l'attribut HTML {{ htmlattrxref("cite", "blockquote") }} contenant l'URL de la source de la citation.</td>
- </tr>
- </tbody>
-</table>
-<h2 id="Voir_également">Voir également</h2>
-<p>Cette interface est supportée par les deux éléments HTML {{ HTMLElement("blockquote") }} et {{ HTMLElement("q") }}.</p>