aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/notation/index.html
blob: 66b8459a385d43f3c7235384048ad2b066a493a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
title: Notation
slug: Web/API/Notation
tags:
  - API
  - Arborescence
  - DOM
  - Noeuds
  - Notation
  - Reference
translation_of: 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>