| 1549 |
#en |
#en |
| 1550 |
If a script is in a <code><a href=#script>script</a></code> element |
If a script is in a <code><a href=#script>script</a></code> element |
| 1551 |
#ja |
#ja |
|
スクリプトが <code><a href=#script>script</a></code> 要素中にある場合 |
|
| 1552 |
|
スクリプトが <code><a href=#script>script</a></code> 要素中にある場合 |
| 1553 |
|
|
| 1554 |
|
#en |
| 1555 |
|
The owner is the <code>Document</code> to which the |
| 1556 |
|
<code><a href=#script>script</a></code> element belongs. |
| 1557 |
|
#ja |
| 1558 |
|
所有者は <code><a href=#script>script</a></code> 要素が所属する <code>Document</code> です。 |
| 1559 |
|
|
| 1560 |
|
#en |
| 1561 |
|
If a script is in an <a href=#event-handler-content-attributes title="event handler content attributes">event handler content attribute</a> |
| 1562 |
|
#ja |
| 1563 |
|
スクリプトが<a href=#event-handler-content-attributes title="event handler content attributes">事象取扱器内容属性</a>中にある場合 |
| 1564 |
|
|
| 1565 |
|
#en |
| 1566 |
|
The owner is the <code>Document</code> to which the |
| 1567 |
|
attribute node belongs. |
| 1568 |
|
#ja |
| 1569 |
|
所有者は属性節点が所属する <code>Document</code> です。 |
| 1570 |
|
|
| 1571 |
|
#en |
| 1572 |
|
If a script is a function or other code reference created by |
| 1573 |
|
another script |
| 1574 |
|
#ja |
| 1575 |
|
スクリプトが他のスクリプトによって作成された関数その他の符号参照の場合 |
| 1576 |
|
|
| 1577 |
|
#en |
| 1578 |
|
The owner is the script that created it. |
| 1579 |
|
#ja |
| 1580 |
|
所有者は作成したスクリプトです。 |
| 1581 |
|
|
| 1582 |
|
#en |
| 1583 |
|
If a script is a <a href=#javascript-protocol title="javascript protocol"><code title="">javascript:</code> URL</a> that was returned as the |
| 1584 |
|
location of an HTTP redirect (or equivalent in other |
| 1585 |
|
protocols) |
| 1586 |
|
#ja |
| 1587 |
|
スクリプトが <a href=#javascript-protocol title="javascript protocol"><code title="">javascript:</code> URL</a> であって、 |
| 1588 |
|
HTTP リダイレクト (または他のプロトコルの等価なもの) の所在として返されたものの場合 |