Skip to content

Commit c6df02b

Browse files
committed
DOCUMENT_POSITION_*定数の翻訳
1 parent 7dc5298 commit c6df02b

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

reference/dom/domnode.xml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
</term>
195195
<listitem>
196196
<simpara>
197-
Set when the other node and reference node are not in the same tree.
197+
他のノードと参照ノードが同じツリー内にない場合に設定されます。
198198
</simpara>
199199
</listitem>
200200
</varlistentry>
@@ -204,7 +204,7 @@
204204
</term>
205205
<listitem>
206206
<simpara>
207-
Set when the other node precedes the reference node.
207+
他のノードが参照ノードより前にある場合に設定されます。
208208
</simpara>
209209
</listitem>
210210
</varlistentry>
@@ -214,7 +214,7 @@
214214
</term>
215215
<listitem>
216216
<simpara>
217-
Set when the other node follows the reference node.
217+
他のノードが参照ノードの後に続く場合に設定されます。
218218
</simpara>
219219
</listitem>
220220
</varlistentry>
@@ -224,7 +224,7 @@
224224
</term>
225225
<listitem>
226226
<simpara>
227-
Set when the other node is an ancestor of the reference node.
227+
他のノードが参照ノードの祖先である場合に設定されます。
228228
</simpara>
229229
</listitem>
230230
</varlistentry>
@@ -234,7 +234,7 @@
234234
</term>
235235
<listitem>
236236
<simpara>
237-
Set when the other node is a descendant of the reference node.
237+
他のノードが参照ノードの子孫である場合に設定されます。
238238
</simpara>
239239
</listitem>
240240
</varlistentry>
@@ -244,9 +244,8 @@
244244
</term>
245245
<listitem>
246246
<simpara>
247-
Set when the result depends on implementation-specific behaviour and
248-
may not be portable.
249-
This may happen with disconnected nodes or with attribute nodes.
247+
結果が実装依存の動作に基づいており、移植性がない場合に設定されます。
248+
これは、同じツリー内にないノードや属性ノードの場合に発生する可能性があります。
250249
</simpara>
251250
</listitem>
252251
</varlistentry>

0 commit comments

Comments
 (0)