Skip to content

Commit f333b4a

Browse files
authored
Skip ext/dom pages that rely on xincludes (#106)
1 parent 82cf8d0 commit f333b4a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

scripts/qa/section-order.php

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,26 @@
4242
'reference/oci8/oldaliases/ocifetchinto.xml',
4343
/* This page uses <xi:include> tags to include the docs from the OO version */
4444
'reference/parallel/functions/parallel.run.xml',
45+
/* These pages use <xi:include> tags to include the docs from the interface version */
46+
'reference/dom/domcharacterdata/after.xml',
47+
'reference/dom/domcharacterdata/remove.xml',
48+
'reference/dom/domcharacterdata/replacewith.xml',
49+
'reference/dom/domcharacterdata/before.xml',
50+
'reference/dom/domelement/prepend.xml',
51+
'reference/dom/domelement/after.xml',
52+
'reference/dom/domelement/replacechildren.xml',
53+
'reference/dom/domelement/remove.xml',
54+
'reference/dom/domelement/replacewith.xml',
55+
'reference/dom/domelement/append.xml',
56+
'reference/dom/domelement/before.xml',
57+
'reference/dom/domnamednodemap/getiterator.xml',
58+
'reference/dom/domdocumentfragment/prepend.xml',
59+
'reference/dom/domdocumentfragment/replacechildren.xml',
60+
'reference/dom/domdocumentfragment/append.xml',
61+
'reference/dom/domdocument/prepend.xml',
62+
'reference/dom/domdocument/replacechildren.xml',
63+
'reference/dom/domdocument/append.xml',
64+
'reference/dom/domnodelist/getiterator.xml',
4565
];
4666

4767
const VALID_SECTION_ROLES = [

0 commit comments

Comments
 (0)