Skip to content

Commit 444499c

Browse files
committed
DOMNode::DOCUMENT_*定数に関する変更履歴の翻訳
1 parent 2e698ff commit 444499c

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

reference/dom/domnode.xml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,31 @@
292292
</row>
293293
</thead>
294294
<tbody>
295+
<row>
296+
<entry>8.4.0</entry>
297+
<entry>
298+
<methodname>DOMNode::compareDocumentPosition</methodname> メソッドが追加されました。
299+
</entry>
300+
</row>
301+
<row>
302+
<entry>8.4.0</entry>
303+
<entry>
304+
以下の定数が新たに追加されました。
305+
<constant>DOMNode::DOCUMENT_POSITION_DISCONNECTED</constant>、
306+
<constant>DOMNode::DOCUMENT_POSITION_PRECEDING</constant>、
307+
<constant>DOMNode::DOCUMENT_POSITION_FOLLOWING</constant>、
308+
<constant>DOMNode::DOCUMENT_POSITION_CONTAINS</constant>、
309+
<constant>DOMNode::DOCUMENT_POSITION_CONTAINED_BY</constant>、および
310+
<constant>DOMNode::DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC</constant>。
311+
</entry>
312+
</row>
313+
<row>
314+
<entry>8.3.0</entry>
315+
<entry>
316+
<methodname>DOMNode::contains</methodname> と、
317+
<methodname>DOMNode::isEqualNode</methodname> というメソッドが追加されました。
318+
</entry>
319+
</row>
295320
<row>
296321
<entry>8.3.0</entry>
297322
<entry>

0 commit comments

Comments
 (0)