Skip to content

Commit 74f6679

Browse files
authored
Add DOMException mention to DOM error sections (#376)
1 parent 9d5b65b commit 74f6679

28 files changed

+140
-28
lines changed

reference/dom/domcharacterdata/deletedata.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 8c0d111851c38647956dc6a4527746787dd606eb Maintainer: PhilDaiguille Status: ready -->
2+
<!-- EN-Revision: 7d5c74c9a561dc63be999694ee65195bef1550a0 Maintainer: PhilDaiguille Status: ready -->
33
<!-- Reviewed: yes -->
44
<refentry xml:id="domcharacterdata.deletedata" xmlns="http://docbook.org/ns/docbook">
55
<refnamediv>
@@ -54,6 +54,10 @@
5454
</refsect1>
5555
<refsect1 role="errors">
5656
&reftitle.errors;
57+
<simpara>
58+
May throw a <exceptionname>DOMException</exceptionname> with the
59+
following error codes:
60+
</simpara>
5761
<para>
5862
<variablelist>
5963
<varlistentry>

reference/dom/domcharacterdata/insertdata.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: c8372e094b51efd41dcb26064524b28173527deb Maintainer: PhilDaiguille Status: ready -->
2+
<!-- EN-Revision: 7d5c74c9a561dc63be999694ee65195bef1550a0 Maintainer: PhilDaiguille Status: ready -->
33
<!-- Reviewed: yes -->
44
<refentry xml:id="domcharacterdata.insertdata" xmlns="http://docbook.org/ns/docbook">
55
<refnamediv>
@@ -51,6 +51,10 @@
5151
</refsect1>
5252
<refsect1 role="errors">
5353
&reftitle.errors;
54+
<simpara>
55+
May throw a <exceptionname>DOMException</exceptionname> with the
56+
following error codes:
57+
</simpara>
5458
<para>
5559
<variablelist>
5660
<varlistentry>

reference/dom/domcharacterdata/replacedata.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 8c0d111851c38647956dc6a4527746787dd606eb Maintainer: PhilDaiguille Status: ready -->
2+
<!-- EN-Revision: 7d5c74c9a561dc63be999694ee65195bef1550a0 Maintainer: PhilDaiguille Status: ready -->
33
<!-- Reviewed: yes -->
44
<refentry xml:id="domcharacterdata.replacedata" xmlns="http://docbook.org/ns/docbook">
55
<refnamediv>
@@ -63,6 +63,10 @@
6363
</refsect1>
6464
<refsect1 role="errors">
6565
&reftitle.errors;
66+
<simpara>
67+
May throw a <exceptionname>DOMException</exceptionname> with the
68+
following error codes:
69+
</simpara>
6670
<para>
6771
<variablelist>
6872
<varlistentry>

reference/dom/domcharacterdata/substringdata.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 8c0d111851c38647956dc6a4527746787dd606eb Maintainer: PhilDaiguille Status: ready -->
2+
<!-- EN-Revision: 7d5c74c9a561dc63be999694ee65195bef1550a0 Maintainer: PhilDaiguille Status: ready -->
33
<!-- Reviewed: yes -->
44
<refentry xml:id="domcharacterdata.substringdata" xmlns="http://docbook.org/ns/docbook">
55
<refnamediv>
@@ -52,6 +52,10 @@
5252
</refsect1>
5353
<refsect1 role="errors">
5454
&reftitle.errors;
55+
<simpara>
56+
May throw a <exceptionname>DOMException</exceptionname> with the
57+
following error codes:
58+
</simpara>
5559
<para>
5660
<variablelist>
5761
<varlistentry>

reference/dom/domdocument/adoptnode.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: c1f37a6c270aadbbb3da56a3973ffd62197adf2b Maintainer: PhilDaiguille Status: ready -->
2+
<!-- EN-Revision: 7d5c74c9a561dc63be999694ee65195bef1550a0 Maintainer: PhilDaiguille Status: ready -->
33
<!-- Reviewed: no -->
44
<refentry xml:id="domdocument.adoptnode" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
55
<refnamediv>
@@ -43,6 +43,10 @@
4343

4444
<refsect1 role="errors">
4545
&reftitle.errors;
46+
<simpara>
47+
May throw a <exceptionname>DOMException</exceptionname> with the
48+
following error codes:
49+
</simpara>
4650
<variablelist>
4751
<varlistentry>
4852
<term><constant>DOM_NOT_SUPPORTED_ERR</constant></term>

reference/dom/domdocument/createattribute.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 4f5e2b22575131fa5e9c3004b1c874e1acb06573 Maintainer: sabathorn Status: ready -->
2+
<!-- EN-Revision: 7d5c74c9a561dc63be999694ee65195bef1550a0 Maintainer: sabathorn Status: ready -->
33
<!-- Reviewed: no Maintainer: andresdzphp -->
44
<refentry xml:id="domdocument.createattribute" xmlns="http://docbook.org/ns/docbook">
55
<refnamediv>
@@ -40,6 +40,10 @@
4040
</refsect1>
4141
<refsect1 role="errors">
4242
&reftitle.errors;
43+
<simpara>
44+
May throw a <exceptionname>DOMException</exceptionname> with the
45+
following error codes:
46+
</simpara>
4347
<para>
4448
<variablelist>
4549
<varlistentry>

reference/dom/domdocument/createattributens.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: c1349f9574ed77c268c6312a07466f06d59e5078 Maintainer: PhilDaiguille Status: ready -->
2+
<!-- EN-Revision: 7d5c74c9a561dc63be999694ee65195bef1550a0 Maintainer: PhilDaiguille Status: ready -->
33
<!-- Reviewed: yes -->
44
<refentry xml:id="domdocument.createattributens" xmlns="http://docbook.org/ns/docbook">
55
<refnamediv>
@@ -52,6 +52,10 @@
5252
</refsect1>
5353
<refsect1 role="errors">
5454
&reftitle.errors;
55+
<simpara>
56+
May throw a <exceptionname>DOMException</exceptionname> with the
57+
following error codes:
58+
</simpara>
5559
<para>
5660
<variablelist>
5761
<varlistentry>

reference/dom/domdocument/createelement.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 4f5e2b22575131fa5e9c3004b1c874e1acb06573 Maintainer: jpberdejo Status: ready -->
2+
<!-- EN-Revision: 7d5c74c9a561dc63be999694ee65195bef1550a0 Maintainer: jpberdejo Status: ready -->
33
<!-- Reviewed: no Maintainer: andresdzphp -->
44
<refentry xml:id="domdocument.createelement" xmlns="http://docbook.org/ns/docbook">
55
<refnamediv>
@@ -57,6 +57,10 @@
5757
</refsect1>
5858
<refsect1 role="errors">
5959
&reftitle.errors;
60+
<simpara>
61+
May throw a <exceptionname>DOMException</exceptionname> with the
62+
following error codes:
63+
</simpara>
6064
<para>
6165
<variablelist>
6266
<varlistentry>

reference/dom/domdocument/createelementns.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 4f5e2b22575131fa5e9c3004b1c874e1acb06573 Maintainer: jpberdejo Status: ready -->
2+
<!-- EN-Revision: 7d5c74c9a561dc63be999694ee65195bef1550a0 Maintainer: jpberdejo Status: ready -->
33
<!-- Reviewed: no Maintainer: andresdzphp -->
44
<refentry xml:id="domdocument.createelementns" xmlns="http://docbook.org/ns/docbook">
55
<refnamediv>
@@ -62,6 +62,10 @@
6262
</refsect1>
6363
<refsect1 role="errors">
6464
&reftitle.errors;
65+
<simpara>
66+
May throw a <exceptionname>DOMException</exceptionname> with the
67+
following error codes:
68+
</simpara>
6569
<para>
6670
<variablelist>
6771
<varlistentry>

reference/dom/domdocument/createentityreference.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 4f5e2b22575131fa5e9c3004b1c874e1acb06573 Maintainer: sabathorn Status: ready -->
2+
<!-- EN-Revision: 7d5c74c9a561dc63be999694ee65195bef1550a0 Maintainer: sabathorn Status: ready -->
33
<!-- Reviewed: no Maintainer: andresdzphp -->
44
<refentry xml:id="domdocument.createentityreference" xmlns="http://docbook.org/ns/docbook">
55
<refnamediv>
@@ -41,6 +41,10 @@
4141
</refsect1>
4242
<refsect1 role="errors">
4343
&reftitle.errors;
44+
<simpara>
45+
May throw a <exceptionname>DOMException</exceptionname> with the
46+
following error codes:
47+
</simpara>
4448
<para>
4549
<variablelist>
4650
<varlistentry>

0 commit comments

Comments
 (0)