diff options
author | MDN <actions@users.noreply.github.com> | 2021-05-07 00:31:35 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-05-07 00:31:35 +0000 |
commit | 15b682f3ce7549aac1711f78e64bdb5aa6679a41 (patch) | |
tree | b0c9589f23fd9557fa48f52901327671c8839949 /files/fr/orphaned | |
parent | 503fb465d8dea4e62e90216c1bf718f86519873c (diff) | |
download | translated-content-15b682f3ce7549aac1711f78e64bdb5aa6679a41.tar.gz translated-content-15b682f3ce7549aac1711f78e64bdb5aa6679a41.tar.bz2 translated-content-15b682f3ce7549aac1711f78e64bdb5aa6679a41.zip |
[CRON] sync translated content
Diffstat (limited to 'files/fr/orphaned')
-rw-r--r-- | files/fr/orphaned/web/api/notation/index.html | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/files/fr/orphaned/web/api/notation/index.html b/files/fr/orphaned/web/api/notation/index.html new file mode 100644 index 0000000000..b041b531ef --- /dev/null +++ b/files/fr/orphaned/web/api/notation/index.html @@ -0,0 +1,56 @@ +--- +title: Notation +slug: orphaned/Web/API/Notation +tags: + - API + - Arborescence + - DOM + - Noeuds + - Notation + - Reference +translation_of: Web/API/Notation +original_slug: Web/API/Notation +--- +<div>{{APIRef("DOM")}}{{obsolete_header}}</div> + +<p>Représente une notation DTD (définition de type de document) en lecture seule. Peut déclarer le format d'une entité non analysée ou déclarer formellement les cibles d'instruction de traitement du document. Hérite des méthodes et des propriétés de <a class="internal" href="/En/DOM/Node" title="En/DOM/Node"><code>Node</code></a>. Son <code><a class="internal" href="/En/DOM/Node/NodeName" title="En/DOM/Node/NodeName">nodeName</a></code> est le nom de la notation. N'a pas de parent.</p> + +<h2 id="Propriétés">Propriétés</h2> + +<dl> + <dt>{{domxref("Notation.publicId")}} {{ReadOnlyInline}}</dt> + <dd>est une {{domxref("DOMString")}} (<em>chaîne de caractères</em>).</dd> + <dt>{{domxref("Notation.systemId")}} {{ReadOnlyInline}}</dt> + <dd>est une {{domxref("DOMString")}} (<em>chaîne de caractères</em>).</dd> +</dl> + +<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-5431D1B9", "Notation")}}</td> + <td>{{Spec2("DOM3 Core")}}</td> + <td>Pas de changement.</td> + </tr> + <tr> + <td>{{SpecName("DOM2 Core", "core.html#ID-5431D1B9", "Notation")}}</td> + <td>{{Spec2("DOM2 Core")}}</td> + <td>Pas de changement.</td> + </tr> + <tr> + <td>{{SpecName('DOM1', 'level-one-core.html#ID-5431D1B9', 'Notation')}}</td> + <td>{{Spec2('DOM1')}}</td> + <td>Définition initiale.</td> + </tr> + </tbody> +</table> + +<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2> + +<p>{{Compat("api.Notation")}}</p> |