From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/fr/web/api/notation/index.html | 107 +++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 files/fr/web/api/notation/index.html (limited to 'files/fr/web/api/notation') diff --git a/files/fr/web/api/notation/index.html b/files/fr/web/api/notation/index.html new file mode 100644 index 0000000000..450e57746c --- /dev/null +++ b/files/fr/web/api/notation/index.html @@ -0,0 +1,107 @@ +--- +title: Notation +slug: Web/API/Notation +tags: + - API + - Arborescence + - DOM + - Noeuds + - Notation + - Reference +translation_of: Web/API/Notation +--- +
{{APIRef("DOM")}}{{obsolete_header}}
+ +

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 Node. Son nodeName est le nom de la notation. N'a pas de parent.

+ +

Propriétés

+ +
+
{{domxref("Notation.publicId")}} {{ReadOnlyInline}}
+
est une  {{domxref("DOMString")}} (chaîne de caractères).
+
{{domxref("Notation.systemId")}} {{ReadOnlyInline}}
+
est une {{domxref("DOMString")}} (chaîne de caractères).
+
+ +

Spécifications

+ + + + + + + + + + + + + + + + + + + + + + + + +
SpécificationStatutCommentaire
{{SpecName("DOM3 Core", "core.html#ID-5431D1B9", "Notation")}}{{Spec2("DOM3 Core")}}Pas de changement.
{{SpecName("DOM2 Core", "core.html#ID-5431D1B9", "Notation")}}{{Spec2("DOM2 Core")}}Pas de changement.
{{SpecName('DOM1', 'level-one-core.html#ID-5431D1B9', 'Notation')}}{{Spec2('DOM1')}}Définition initiale.
+ +

Compatibilité des navigateurs

+ +

{{CompatibilityTable}}

+ +
+ + + + + + + + + + + + + + + + + + + + + +
FonctionnalitéChromeEdgeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatUnknown}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatUnknown}}{{CompatUnknown}}
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + +
FonctionnalitéAndroidChrome for AndroidEdgeFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
+
-- cgit v1.2.3-54-g00ecf