/[suikacvs]/markup/html/html5/spec-ja/data/elements.dat
Suika

Contents of /markup/html/html5/spec-ja/data/elements.dat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.20 - (hide annotations) (download)
Sun Aug 10 09:40:58 2008 UTC (17 years, 11 months ago) by apache
Branch: MAIN
Changes since 1.19: +8 -1 lines
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