Parent Directory
|
Revision Log
by remote user 'guest'
| 1 | apache | 1.6 | #en |
| 2 | The <code title=attr-id><a href="#id">id</a></code> attribute represents | ||
| 3 | its element's unique identifier. The value must be unique in the subtree | ||
| 4 | within which the element finds itself and must contain at least one | ||
| 5 | character. The value must not contain any <a href="#space" title="space | ||
| 6 | character">space characters</a>. | ||
| 7 | #ja | ||
| 8 | <code title=attr-id><a href="#id">id</a></code> 属性は、 | ||
| 9 | その要素の固有識別子を表します。値はその要素が現れる部分木中で固有でなければ[[MUST:ならず]]、 | ||
| 10 | 最低1文字含まなければ[[MUST:なりません]]。 | ||
| 11 | 値は<a href="#space" title="space | ||
| 12 | character">間隔文字</a>を含んでは[[MUST:なりません]]。 | ||
| 13 | |||
| 14 | #en | ||
| 15 | If the value is not the empty string, user agents must associate the | ||
| 16 | element with the given value (exactly, including any space characters) for | ||
| 17 | the purposes of ID matching within the subtree the element finds itself | ||
| 18 | (e.g. for selectors in CSS or for the <code>getElementById()</code> method | ||
| 19 | in the DOM). | ||
| 20 | #ja | ||