| 304 |
#en |
#en |
| 305 |
The minutes component of the time. |
The minutes component of the time. |
| 306 |
#ja |
#ja |
|
時刻の分の部品。 |
|
| 307 |
|
時刻の分の部品。 |
| 308 |
|
|
| 309 |
|
#en |
| 310 |
|
The seconds component of the time. |
| 311 |
|
#ja |
| 312 |
|
時刻の秒の部品。 |
| 313 |
|
|
| 314 |
|
#en |
| 315 |
|
All the numeric components above, other than the year, must be given as |
| 316 |
|
two digits in the range U+0030 DIGIT ZERO to U+0039 DIGIT NINE |
| 317 |
|
representing the number in base ten, zero-padded if necessary. |
| 318 |
|
#ja |
| 319 |
|
前述の数値の部品のうち年以外のすべては、範囲 U+0030 DIGIT ZERO ~ |
| 320 |
|
U+0039 DIGIT NINE の2つの数字によって十進数を表す、 |
| 321 |
|
必要なら零埋めしたものとして与えなければ[[MUST:なりません]]。 |
| 322 |
|
|
| 323 |
|
#en |
| 324 |
|
The <code>Document</code>'s source file's last modification date and |
| 325 |
|
time must be derived from relevant features of the networking protocols |
| 326 |
|
used, e.g. from the value of the HTTP <code title="">Last-Modified</code> |
| 327 |
|
header of the document, or from metadata in the file system for local |
| 328 |
|
files. If the last modification date and time are not known, the attribute |
| 329 |
|
must return the string <code title="">01/01/1970 00:00:00</code>. |
| 330 |
|
#ja |
| 331 |
|
<code>Document</code> の原始ファイルの最終修正日時は、 |
| 332 |
|
使用されているネットワークのプロトコルの関係する機能、例えば文書の HTTP <code title="">Last-Modified</code> 頭部から、または局所ファイルのファイル・システムのメタデータから得たものでなければ[[MUST:なりません]]。 |
| 333 |
|
最終修正日時がわからない場合は、この属性は文字列 <code title="">01/01/1970 00:00:00</code> |
| 334 |
|
を返さなければ[[MUST:なりません]]。 |
| 335 |
|
|
| 336 |
|
#en |
| 337 |
|
The <code>Document</code>'s source file's last modification date and |
| 338 |
|
time must be derived from relevant features of the networking protocols |
| 339 |
|
used, e.g. from the value of the HTTP <code title="">Last-Modified</code> |
| 340 |
|
header of the document, or from metadata in the file system for local |
| 341 |
|
files. If the last modification date and time are not known, the attribute |
| 342 |
|
must return the string <code title="">01/01/1970 00:00:00</code>. |
| 343 |
|
#ja |
| 344 |
|
<code>Document</code> の原始ファイルの最終修正日時は、 |
| 345 |
|
使用されているネットワークのプロトコルの関係する機能、例えば文書の HTTP <code title="">Last-Modified</code> 頭部から、または局所ファイルのファイル・システムのメタデータから得たものでなければ[[MUST:なりません]]。 |
| 346 |
|
最終修正日時がわからない場合は、この属性は文字列 <code title="">01/01/1970 00:00:00</code> |
| 347 |
|
を返さなければ[[MUST:なりません]]。 |
| 348 |
|
|
| 349 |
|
#en |
| 350 |
|
A <code>Document</code> is always set to one of three modes: <dfn |
| 351 |
|
id=no-quirks>no quirks mode</dfn>, the default; <dfn id=quirks>quirks |
| 352 |
|
mode</dfn>, used typically for legacy documents; and <dfn |
| 353 |
|
id=limited1>limited quirks mode</dfn>, also known as "almost standards" |
| 354 |
|
mode. The mode is only ever changed from the default by the <a |
| 355 |
|
href="#html-0">HTML parser</a>, based on the presence, absence, or value |
| 356 |
|
of the DOCTYPE string. |
| 357 |
|
#ja |
| 358 |
|
<code>Document</code> は常に3つのモードのいずれかに設定されています。<dfn |
| 359 |
|
id=no-quirks>無奇癖モード</dfn>は既定値です。<dfn id=quirks>奇癖モード</dfn>は、 |
| 360 |
|
普通、遺物文書に使われます。<dfn |
| 361 |
|
id=limited1>制限奇癖モード</dfn>は、「ほぼ標準」モードとも呼ばれます。 |
| 362 |
|
このモードは |
| 363 |
|
<a |
| 364 |
|
href="#html-0">HTML 構文解析器</a>によってのみ、 |
| 365 |
|
DOCTYPE 文字列が存在するか存在しないかやその値に基づいて既定値から変更されます。 |
| 366 |
|
|
| 367 |
|
#en |
| 368 |
|
The <dfn id=compatmode |
| 369 |
|
title=dom-document-compatMode><code>compatMode</code></dfn> DOM attribute |
| 370 |
|
must return the literal string "<code title="">CSS1Compat</code>" unless |
| 371 |
|
the document has been set to <a href="#quirks">quirks mode</a> by the <a |
| 372 |
|
href="#html-0">HTML parser</a>, in which case it must instead return the |
| 373 |
|
literal string "<code title="">BackCompat</code>". |
| 374 |
|
#ja |
| 375 |
|
<dfn id=compatmode |
| 376 |
|
title=dom-document-compatMode><code>compatMode</code></dfn> DOM |
| 377 |
|
属性は、生の文字列「<code title="">CSS1Compat</code>」を返さなければ[[MUST:なりません]]。 |
| 378 |
|
ただし、文書が <a |
| 379 |
|
href="#html-0">HTML 構文解析器</a>により<a href="#quirks">奇癖モード</a>に設定されている場合には、 |
| 380 |
|
代わりに名前の文字列「<code title="">BackCompat</code>」を返さなければ[[MUST:なりません]]。 |
| 381 |
|
|
| 382 |
|
#en |
| 383 |
|
Documents have an associated <dfn id=character3 title="document's |
| 384 |
|
character encoding">character encoding</dfn>. When a <code>Document</code> |
| 385 |
|
object is created, the <a href="#character3">document's character |
| 386 |
|
encoding</a> must be initialized to UTF-16. Various algorithms during page |
| 387 |
|
loading affect this value, as does the <code title=dom-document-charset><a |
| 388 |
|
href="#charset0">charset</a></code> setter. <a |
| 389 |
|
href="#refsIANACHARSET">[IANACHARSET]</a> <!-- XXX |
| 390 |
|
http://www.iana.org/assignments/character-sets --> |
| 391 |
|
#ja |
| 392 |
|
文書は<dfn id=character3 title="document's |
| 393 |
|
character encoding">文字符号化</dfn>と関連付けられています。 |
| 394 |
|
<code>Document</code> オブジェクトが作成された時、<a href="#character3">文書の文字符号化</a>は |
| 395 |
|
UTF-16 に初期化されなければ[[MUST:なりません]]。 |
| 396 |
|
頁の読み込みの間の色々な算法や <code title=dom-document-charset><a |
| 397 |
|
href="#charset0">charset</a></code> 設定子がこの値を変化させます。 <a |
| 398 |
|
href="#refsIANACHARSET">[IANACHARSET]</a> <!-- XXX |
| 399 |
|
http://www.iana.org/assignments/character-sets --> |