From 15b682f3ce7549aac1711f78e64bdb5aa6679a41 Mon Sep 17 00:00:00 2001 From: MDN Date: Fri, 7 May 2021 00:31:35 +0000 Subject: [CRON] sync translated content --- files/fr/_redirects.txt | 1 + files/fr/_wikihistory.json | 12 +++--- files/fr/orphaned/web/api/notation/index.html | 56 +++++++++++++++++++++++++++ files/fr/web/api/notation/index.html | 55 -------------------------- 4 files changed, 63 insertions(+), 61 deletions(-) create mode 100644 files/fr/orphaned/web/api/notation/index.html delete mode 100644 files/fr/web/api/notation/index.html (limited to 'files/fr') diff --git a/files/fr/_redirects.txt b/files/fr/_redirects.txt index 1939a44a5a..1683d7b57f 100644 --- a/files/fr/_redirects.txt +++ b/files/fr/_redirects.txt @@ -3792,6 +3792,7 @@ /fr/docs/Web/API/Node/nodePrincipal /fr/docs/conflicting/Web/API/Node_378aed5ed6869e50853edbc988cf9556 /fr/docs/Web/API/Node/prefix /fr/docs/conflicting/Web/API/Element/prefix /fr/docs/Web/API/Node/rootNode /fr/docs/conflicting/Web/API/Node/getRootNode +/fr/docs/Web/API/Notation /fr/docs/orphaned/Web/API/Notation /fr/docs/Web/API/ParentNode/append /fr/docs/orphaned/Web/API/ParentNode/append /fr/docs/Web/API/ParentNode/childElementCount /fr/docs/Web/API/Element/childElementCount /fr/docs/Web/API/ParentNode/children /fr/docs/orphaned/Web/API/ParentNode/children diff --git a/files/fr/_wikihistory.json b/files/fr/_wikihistory.json index 4101aeee5c..c17626c993 100644 --- a/files/fr/_wikihistory.json +++ b/files/fr/_wikihistory.json @@ -19327,12 +19327,6 @@ "loella16" ] }, - "Web/API/Notation": { - "modified": "2019-03-18T21:40:13.820Z", - "contributors": [ - "loella16" - ] - }, "Web/API/NotificationEvent": { "modified": "2020-09-27T20:47:13.129Z", "contributors": [ @@ -45184,6 +45178,12 @@ "loella16" ] }, + "orphaned/Web/API/Notation": { + "modified": "2019-03-18T21:40:13.820Z", + "contributors": [ + "loella16" + ] + }, "orphaned/Web/API/ParentNode/append": { "modified": "2020-10-15T21:59:23.058Z", "contributors": [ 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 +--- +
{{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

+ +

{{Compat("api.Notation")}}

diff --git a/files/fr/web/api/notation/index.html b/files/fr/web/api/notation/index.html deleted file mode 100644 index 66b8459a38..0000000000 --- a/files/fr/web/api/notation/index.html +++ /dev/null @@ -1,55 +0,0 @@ ---- -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

- -

{{Compat("api.Notation")}}

-- cgit v1.2.3-54-g00ecf