Skip to content

Commit

Permalink
DOM section sync with EN
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen committed Feb 6, 2024
1 parent 173d1c7 commit 5b5fc63
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 24 deletions.
25 changes: 24 additions & 1 deletion reference/dom/domchildnode/replacewith.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 4f5e2b22575131fa5e9c3004b1c874e1acb06573 Maintainer: pierrick Status: ready -->
<!-- EN-Revision: c1349f9574ed77c268c6312a07466f06d59e5078 Maintainer: pierrick Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="domchildnode.replacewith" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand Down Expand Up @@ -42,6 +42,29 @@
</para>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.3.0</entry>
<entry>
Appeler cette méthode sur un nœud sans parent est désormais une opération sans effet pour aligner le comportement avec la spécification du DOM.
&dom.changelog.previous_hierarchy_exception;
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</refsect1>

<refsect1 role="seealso">
&reftitle.seealso;
<para>
Expand Down
3 changes: 2 additions & 1 deletion reference/dom/domxpath/construct.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 4f5e2b22575131fa5e9c3004b1c874e1acb06573 Maintainer: yannick Status: ready -->
<!-- EN-Revision: 21e1338e9721534c00085ff3cff25e2dd2e84dc9 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="domxpath.construct" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand Down Expand Up @@ -32,6 +32,7 @@
</para>
</listitem>
</varlistentry>
&dom.parameters.register_node_ns;
</variablelist>
</para>
</refsect1>
Expand Down
13 changes: 2 additions & 11 deletions reference/dom/domxpath/evaluate.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 4f5e2b22575131fa5e9c3004b1c874e1acb06573 Maintainer: jpauli Status: ready -->
<!-- EN-Revision: 21e1338e9721534c00085ff3cff25e2dd2e84dc9 Maintainer: jpauli Status: ready -->
<!-- Reviewed: yes Maintainer: yannick -->
<refentry xml:id="domxpath.evaluate" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand Down Expand Up @@ -43,16 +43,7 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>registerNodeNS</parameter></term>
<listitem>
<para>
Le paramètre optionnel <parameter>registerNodeNS</parameter> peut être
renseigné pour désactiver l'enregistrement automatique du nœud de
contexte.
</para>
</listitem>
</varlistentry>
&dom.parameters.register_node_ns;
</variablelist>
</para>
</refsect1>
Expand Down
13 changes: 2 additions & 11 deletions reference/dom/domxpath/query.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 4f5e2b22575131fa5e9c3004b1c874e1acb06573 Maintainer: jpauli Status: ready -->
<!-- EN-Revision: 21e1338e9721534c00085ff3cff25e2dd2e84dc9 Maintainer: jpauli Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="domxpath.query" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand Down Expand Up @@ -42,16 +42,7 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>registerNodeNS</parameter></term>
<listitem>
<para>
Le paramètre optionnel <parameter>registerNodeNS</parameter> peut être
renseigné pour désactiver l'enregistrement automatique du nœud de
contexte.
</para>
</listitem>
</varlistentry>
&dom.parameters.register_node_ns;
</variablelist>
</para>
</refsect1>
Expand Down

0 comments on commit 5b5fc63

Please sign in to comment.