| 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 リダイレクト (または他のプロトコルの等価なもの) の所在として返されたものの場合 |
| 1589 |
|
|
| 1590 |
|
#en |
| 1591 |
|
The owner is the <a href=#url>URL</a> that redirected to the |
| 1592 |
|
<a href=#javascript-protocol title="javascript protocol"><code title="">javascript:</code> URL</a>. |
| 1593 |
|
#ja |
| 1594 |
|
所有者は <a href=#javascript-protocol title="javascript protocol"><code title="">javascript:</code> URL</a> |
| 1595 |
|
にリダイレクトした <a href=#url>URL</a> です。 |
| 1596 |
|
|
| 1597 |
|
#en |
| 1598 |
|
If a script is a <a href=#javascript-protocol title="javascript protocol"><code title="">javascript:</code> URL</a> in an attribute |
| 1599 |
|
#ja |
| 1600 |
|
スクリプトが属性中の <a href=#javascript-protocol title="javascript protocol"><code title="">javascript:</code> URL</a> の場合 |
| 1601 |
|
|
| 1602 |
|
#en |
| 1603 |
|
The owner is the <code>Document</code> of the element on |
| 1604 |
|
which the attribute is found. |
| 1605 |
|
#ja |
| 1606 |
|
所有者は属性がある要素の <code>Document</code> です。 |
| 1607 |
|
|
| 1608 |
|
#en |
| 1609 |
|
If a script is a <a href=#javascript-protocol title="javascript protocol"><code title="">javascript:</code> URL</a> in a style sheet |
| 1610 |
|
#ja |
| 1611 |
|
スクリプトがスタイル・シート中の <a href=#javascript-protocol title="javascript protocol"><code title="">javascript:</code> URL</a> の場合 |