Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOM section sync with EN #789

Merged
merged 1 commit into from
Feb 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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