aboutsummaryrefslogtreecommitdiff
path: root/files/fr/orphaned/web/api/entityreference/index.html
diff options
context:
space:
mode:
authorSphinxKnight <SphinxKnight@users.noreply.github.com>2021-03-21 08:12:35 +0100
committerGitHub <noreply@github.com>2021-03-21 08:12:35 +0100
commitf35245b5536f167c4c22dac32db7120b6dac5609 (patch)
tree6a2dbec6161c3e9b0451cab162b0976b07630ebf /files/fr/orphaned/web/api/entityreference/index.html
parent931843f4c3c78ff2481c2d3f3ab1f9f4850cb05f (diff)
downloadtranslated-content-f35245b5536f167c4c22dac32db7120b6dac5609.tar.gz
translated-content-f35245b5536f167c4c22dac32db7120b6dac5609.tar.bz2
translated-content-f35245b5536f167c4c22dac32db7120b6dac5609.zip
fr - Orphaned directory cleaning (#252)
* Orphaned directory cleaning crypto + xpcom-xul + html js css * Orphaned cleaning: old editor/old devtools + span hell page * Old workflows from Kuma * Old Fx Devtools * rm CSS Indexes * rm community/contribute obsolete or outdated content * outdated (kuma/before en-US reorganization) contribute docs * Obsolete WebAPI content * removed WebExt docs moved to extensionworkshop.com + obsolete web content
Diffstat (limited to 'files/fr/orphaned/web/api/entityreference/index.html')
-rw-r--r--files/fr/orphaned/web/api/entityreference/index.html94
1 files changed, 0 insertions, 94 deletions
diff --git a/files/fr/orphaned/web/api/entityreference/index.html b/files/fr/orphaned/web/api/entityreference/index.html
deleted file mode 100644
index 6a879a2c76..0000000000
--- a/files/fr/orphaned/web/api/entityreference/index.html
+++ /dev/null
@@ -1,94 +0,0 @@
----
-title: EntityReference
-slug: orphaned/Web/API/EntityReference
-tags:
- - API
- - Arborescence
- - DOM
- - Entité
- - Interface
- - Noeuds
- - Reference
-translation_of: Web/API/EntityReference
-original_slug: Web/API/EntityReference
----
-<p>{{APIRef("DOM")}}{{Obsolete_header}}</p>
-
-<div class="warning">
-<p>NOTE : Ceci n'est pas implémenté dans Mozilla</p>
-</div>
-
-<p>Référence en lecture seule à une référence d'entité dans l'arborescence DOM. N'a pas de propriétés ou méthodes propres mais hérite de {{domxref("Node")}}.</p>
-
-<h2 id="Spécifications">Spécifications</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th>Spécification</th>
- <th>Statut</th>
- <th>Commentaire</th>
- </tr>
- <tr>
- <td>{{SpecName("DOM3 Core", "core.html#ID-11C98490", "EntityReference")}}</td>
- <td>{{Spec2("DOM3 Core")}}</td>
- <td>Définition initiale</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2>
-
-<p>{{CompatibilityTable}}</p>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Fonctionnalité</th>
- <th>Chrome</th>
- <th>Edge</th>
- <th>Firefox (Gecko)</th>
- <th>Internet Explorer</th>
- <th>Opera</th>
- <th>Safari</th>
- </tr>
- <tr>
- <td>Basic support</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Fonctionnalité</th>
- <th>Android</th>
- <th>Chrome for Android</th>
- <th>Edge</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>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>