|
|
|
| 1 |
#pattern |
#pattern |
| 2 |
<span class=secno>* </span>Semantics and structure of HTML |
<span class=secno>* </span>Semantics and structure of HTML |
| 3 |
documents |
documents |
| 7 |
#pattern |
#pattern |
| 8 |
<span class=secno>* </span>Documents |
<span class=secno>* </span>Documents |
| 9 |
#ja |
#ja |
| 10 |
<span class=secno>$1 </span>文書 |
<span class=secno>$1 </span>文書 |
| 11 |
|
|
| 12 |
#en |
#en |
| 13 |
Every XML and HTML document in an HTML UA is represented by a |
Every XML and HTML document in an HTML UA is represented by a |
| 14 |
<code>Document</code> object. <a href="#refsDOM3CORE">[DOM3CORE]</a> |
<code>Document</code> object. <a href="#refsDOM3CORE">[DOM3CORE]</a> |
| 15 |
#ja |
#ja |
| 16 |
HTML 利用者エージェントにおけるすべての XML や HTML の文書は |
HTML 利用者エージェントにおけるすべての XML や HTML の文書は |
| 17 |
<code>Document</code> オブジェクトにより表現されます。 <a href="#refsDOM3CORE">[DOM3CORE]</a> |
<code>Document</code> オブジェクトにより表現されます。 <a href="#refsDOM3CORE">[DOM3CORE]</a> |
| 18 |
|
|
| 19 |
#pattern |
#pattern |
| 20 |
<span class=secno>* </span>Documents in the DOM |
<span class=secno>* </span>Documents in the DOM |
| 21 |
#ja |
#ja |
| 22 |
<span class=secno>$1 </span>DOM 中の文書 |
<span class=secno>$1 </span>DOM 中の文書 |
| 23 |
|
|
| 24 |
#en |
#en |
| 25 |
<code>Document</code> objects are assumed to be <dfn |
<code>Document</code> objects are assumed to be <dfn |
| 26 |
id=xml-documents>XML documents</dfn> unless they are flagged as being <dfn |
id=xml-documents>XML documents</dfn> unless they are flagged as being <dfn |
| 27 |
id=html->HTML documents</dfn> when they are created. Whether a document is |
id=html->HTML documents</dfn> when they are created. Whether a document is |
| 28 |
an <a href="#html-" title="HTML documents">HTML document</a> or an <a |
an <a href="#html-" title="HTML documents">HTML document</a> or an <a |
| 29 |
href="#xml-documents" title="XML documents">XML document</a> affects the |
href="#xml-documents" title="XML documents">XML document</a> affects the |
| 30 |
behavior of certain APIs, as well as a few CSS rendering rules. <a |
behavior of certain APIs, as well as a few CSS rendering rules. <a |
| 31 |
href="#refsCSS21">[CSS21]</a> |
href="#refsCSS21">[CSS21]</a> |
| 32 |
#ja |
#ja |
| 33 |
<code>Document</code> オブジェクトは、作成された時に |
<code>Document</code> オブジェクトは、作成された時に |
| 34 |
<dfn |
<dfn |
| 35 |
id=html->HTML 文書</dfn>であると旗付けされていなければ、 <dfn |
id=html->HTML 文書</dfn>であると旗付けされていなければ、 <dfn |
| 37 |
文書が <a href="#html-" title="HTML documents">HTML 文書</a>であるか <a |
文書が <a href="#html-" title="HTML documents">HTML 文書</a>であるか <a |
| 38 |
href="#xml-documents" title="XML documents">XML 文書</a>であるかは、 |
href="#xml-documents" title="XML documents">XML 文書</a>であるかは、 |
| 39 |
いくつかの API の動作や CSS のレンダリング規則の一部に影響します。 <a |
いくつかの API の動作や CSS のレンダリング規則の一部に影響します。 <a |
| 40 |
href="#refsCSS21">[CSS21]</a> |
href="#refsCSS21">[CSS21]</a> |
| 41 |
|
|
| 42 |
#en |
#en |
| 43 |
A <code>Document</code> object created by the <code |
A <code>Document</code> object created by the <code |
| 44 |
title="">createDocument()</code> API on the <code>DOMImplementation</code> |
title="">createDocument()</code> API on the <code>DOMImplementation</code> |
| 45 |
object is initially an <a href="#xml-documents" title="XML documents">XML |
object is initially an <a href="#xml-documents" title="XML documents">XML |
| 46 |
document</a>, but can be made into an <a href="#html-" title="HTML |
document</a>, but can be made into an <a href="#html-" title="HTML |
| 47 |
documents">HTML document</a> by calling <code title=dom-document-open><a |
documents">HTML document</a> by calling <code title=dom-document-open><a |
| 48 |
href="#open">document.open()</a></code> on it. |
href="#open">document.open()</a></code> on it. |
| 49 |
#ja |
#ja |
| 50 |
<code>DOMImplementation</code> 上の <code |
<code>DOMImplementation</code> 上の <code |
| 51 |
title="">createDocument()</code> API により作成された <code>Document</code> |
title="">createDocument()</code> API により作成された <code>Document</code> |
| 52 |
オブジェクトははじめ <a href="#xml-documents" title="XML documents">XML |
オブジェクトははじめ <a href="#xml-documents" title="XML documents">XML |
| 53 |
文書</a>ですが、 <code title=dom-document-open><a |
文書</a>ですが、 <code title=dom-document-open><a |
| 54 |
href="#open">document.open()</a></code> |
href="#open">document.open()</a></code> |
| 55 |
を呼び出すことにより <a href="#html-" title="HTML |
を呼び出すことにより <a href="#html-" title="HTML |
| 56 |
documents">HTML 文書</a>にすることができます。 |
documents">HTML 文書</a>にすることができます。 |
| 57 |
|
|
| 58 |
#en |
#en |
| 59 |
All <code>Document</code> objects (in user agents implementing this |
All <code>Document</code> objects (in user agents implementing this |
| 60 |
specification) must also implement the <code><a |
specification) must also implement the <code><a |
| 61 |
href="#htmldocument">HTMLDocument</a></code> interface, available using |
href="#htmldocument">HTMLDocument</a></code> interface, available using |
| 66 |
the document-level interface of any other namespaces found in the document |
the document-level interface of any other namespaces found in the document |
| 67 |
that the UA supports. For example, if an HTML implementation also supports |
that the UA supports. For example, if an HTML implementation also supports |
| 68 |
SVG, then the <code>Document</code> object must implement <code><a |
SVG, then the <code>Document</code> object must implement <code><a |
| 69 |
href="#htmldocument">HTMLDocument</a></code> and <code>SVGDocument</code>. |
href="#htmldocument">HTMLDocument</a></code> and <code>SVGDocument</code>. |
| 70 |
#ja |
#ja |
| 71 |
(この仕様書を実装する利用書エージェントにおける) すべての |
(この仕様書を実装する利用書エージェントにおける) すべての |
| 72 |
<code>Document</code> |
<code>Document</code> |
| 73 |
オブジェクトは、 <code><a |
オブジェクトは、 <code><a |
| 81 |
例えば、 HTML 実装が SVG にも対応している場合、 <code>Document</code> |
例えば、 HTML 実装が SVG にも対応している場合、 <code>Document</code> |
| 82 |
オブジェクトは <code><a |
オブジェクトは <code><a |
| 83 |
href="#htmldocument">HTMLDocument</a></code> と |
href="#htmldocument">HTMLDocument</a></code> と |
| 84 |
<code>SVGDocument</code> を実装しなければなりません<!-- 例示なので MUST でなく must -->。 |
<code>SVGDocument</code> を実装しなければなりません<!-- 例示なので MUST でなく must -->。 |
| 85 |
|
|
| 86 |
#en |
#en |
| 87 |
Because the <code><a |
Because the <code><a |
| 88 |
href="#htmldocument">HTMLDocument</a></code> interface is now obtained |
href="#htmldocument">HTMLDocument</a></code> interface is now obtained |
| 89 |
using binding-specific casting methods instead of simply being the primary |
using binding-specific casting methods instead of simply being the primary |
| 90 |
interface of the document object, it is no longer defined as inheriting |
interface of the document object, it is no longer defined as inheriting |
| 91 |
from <code>Document</code>. |
from <code>Document</code>. |
| 92 |
#ja |
#ja |
| 93 |
<code><a |
<code><a |
| 94 |
href="#htmldocument">HTMLDocument</a></code> |
href="#htmldocument">HTMLDocument</a></code> |
| 95 |
界面は現在では単純に文書オブジェクトの主たる界面であるとするのではなく、 |
界面は現在では単純に文書オブジェクトの主たる界面であるとするのではなく、 |
| 96 |
束縛規定の型変換方式を使って得るものとしているので、 |
束縛規定の型変換方式を使って得るものとしているので、 |
| 97 |
最早 <code>Document</code> から継承するとは定義していません。 |
最早 <code>Document</code> から継承するとは定義していません。 |
| 98 |
|
|
| 99 |
#en |
#en |
| 100 |
Since the <code><a href="#htmldocument">HTMLDocument</a></code> |
Since the <code><a href="#htmldocument">HTMLDocument</a></code> |
| 101 |
interface holds methods and attributes related to a number of disparate |
interface holds methods and attributes related to a number of disparate |
| 102 |
features, the members of this interface are described in various different |
features, the members of this interface are described in various different |
| 103 |
sections. |
sections. |
| 104 |
#ja |
#ja |
| 105 |
<code><a href="#htmldocument">HTMLDocument</a></code> |
<code><a href="#htmldocument">HTMLDocument</a></code> |
| 106 |
界面は色々な機能に関係するメソッドや属性を持っていますので、 |
界面は色々な機能に関係するメソッドや属性を持っていますので、 |
| 107 |
この界面の構成員はそれぞれの節で説明します。 |
この界面の構成員はそれぞれの節で説明します。 |
| 108 |
|
|
| 109 |
#en |
#en |
| 110 |
User agents must raise a <a href="#security10">security exception</a> |
User agents must raise a <a href="#security10">security exception</a> |
| 111 |
whenever any of the members of an <code><a |
whenever any of the members of an <code><a |
| 112 |
href="#htmldocument">HTMLDocument</a></code> object are accessed by |
href="#htmldocument">HTMLDocument</a></code> object are accessed by |
| 113 |
scripts whose <a href="#effective3">effective script origin</a> is not the |
scripts whose <a href="#effective3">effective script origin</a> is not the |
| 114 |
<a href="#same-origin" title="same origin">same</a> as the |
<a href="#same-origin" title="same origin">same</a> as the |
| 115 |
<code>Document</code>'s <a href="#effective3">effective script origin</a>. |
<code>Document</code>'s <a href="#effective3">effective script origin</a>. |
| 116 |
#ja |
#ja |
| 117 |
利用者エージェントは、 <code><a |
利用者エージェントは、 <code><a |
| 118 |
href="#htmldocument">HTMLDocument</a></code> |
href="#htmldocument">HTMLDocument</a></code> |
| 119 |
オブジェクトの構成員のいずれかが、 |
オブジェクトの構成員のいずれかが、 |
| 120 |
<a href="#effective3">実効スクリプト起源</a>が <code>Document</code> |
<a href="#effective3">実効スクリプト起源</a>が <code>Document</code> |
| 121 |
の<a href="#effective3">実効スクリプト起源</a>と<a href="#same-origin" title="same origin">同じ</a>ではないスクリプトからアクセスされる場合に、 |
の<a href="#effective3">実効スクリプト起源</a>と<a href="#same-origin" title="same origin">同じ</a>ではないスクリプトからアクセスされる場合に、 |
| 122 |
常に、 |
常に、 |
| 123 |
<a href="#security10">保安性例外</a>を発生させなければ[[MUST:なりません]]。 |
<a href="#security10">保安性例外</a>を発生させなければ[[MUST:なりません]]。 |
| 124 |
|
|
| 125 |
#pattern |
#pattern |
| 126 |
<span class=secno>* </span><dfn id=resource0>Resource |
<span class=secno>* </span><dfn id=resource0>Resource |
| 127 |
metadata management</dfn> |
metadata management</dfn> |
| 128 |
#ja |
#ja |
| 129 |
<span class=secno>$1 </span><dfn id=resource0>資源メタデータ管理</dfn> |
<span class=secno>$1 </span><dfn id=resource0>資源メタデータ管理</dfn> |
| 130 |
|
|
| 131 |
#en |
#en |
| 132 |
The <dfn id=url0 title=dom-document-URL><code>URL</code></dfn> attribute |
The <dfn id=url0 title=dom-document-URL><code>URL</code></dfn> attribute |
| 133 |
must return <span>the document's address</span><!-- |
must return <span>the document's address</span><!-- |
| 134 |
XXXDOCURL xref -->. |
XXXDOCURL xref -->. |
| 135 |
#ja |
#ja |
| 136 |
<dfn id=url0 title=dom-document-URL><code>URL</code></dfn> |
<dfn id=url0 title=dom-document-URL><code>URL</code></dfn> |
| 137 |
属性は<span>文書の番地</span><!-- |
属性は<span>文書の番地</span><!-- |
| 138 |
XXXDOCURL xref -->を返さなければ[[MUST:なりません]]。 |
XXXDOCURL xref -->を返さなければ[[MUST:なりません]]。 |
| 139 |
|
|
| 140 |
#en |
#en |
| 141 |
The <dfn id=referrer |
The <dfn id=referrer |
| 142 |
title=dom-document-referrer><code>referrer</code></dfn> attribute must |
title=dom-document-referrer><code>referrer</code></dfn> attribute must |
| 143 |
return either the <span title="the document's |
return either the <span title="the document's |
| 149 |
empty string if there is no such originating page, or if the UA has been |
empty string if there is no such originating page, or if the UA has been |
| 150 |
configured not to report referrers in this case, or if the navigation was |
configured not to report referrers in this case, or if the navigation was |
| 151 |
initiated for a <a href="#hyperlinks">hyperlink</a> with a <code |
initiated for a <a href="#hyperlinks">hyperlink</a> with a <code |
| 152 |
title=rel-noreferrer><a href="#noreferrer">noreferrer</a></code> keyword. |
title=rel-noreferrer><a href="#noreferrer">noreferrer</a></code> keyword. |
| 153 |
#ja |
#ja |
| 154 |
<dfn id=referrer |
<dfn id=referrer |
| 155 |
title=dom-document-referrer><code>referrer</code></dfn> |
title=dom-document-referrer><code>referrer</code></dfn> |
| 156 |
属性は、操縦が開始された時点での<a href="#source0">原始閲覧文脈</a>の<a |
属性は、操縦が開始された時点での<a href="#source0">原始閲覧文脈</a>の<a |
| 164 |
title=rel-noreferrer><a href="#noreferrer">noreferrer</a></code> |
title=rel-noreferrer><a href="#noreferrer">noreferrer</a></code> |
| 165 |
キーワードのある<a href="#hyperlinks">ハイパーリンク</a>について初期化された場合には空文字列、 |
キーワードのある<a href="#hyperlinks">ハイパーリンク</a>について初期化された場合には空文字列、 |
| 166 |
このいずれかを返さなければ[[MUST:なりません]]。 |
このいずれかを返さなければ[[MUST:なりません]]。 |
| 167 |
|
|
| 168 |
|
|
| 169 |
#en |
#en |
| 170 |
In the case of HTTP, the <code title=dom-document-referrer><a |
In the case of HTTP, the <code title=dom-document-referrer><a |
| 171 |
href="#referrer">referrer</a></code> DOM attribute will match the <code |
href="#referrer">referrer</a></code> DOM attribute will match the <code |
| 172 |
title="">Referer</code> (sic) header that was sent when <a href="#fetch" |
title="">Referer</code> (sic) header that was sent when <a href="#fetch" |
| 173 |
title=fetch>fetching</a> the current page. |
title=fetch>fetching</a> the current page. |
| 174 |
#ja |
#ja |
| 175 |
HTTP の場合、 <code title=dom-document-referrer><a |
HTTP の場合、 <code title=dom-document-referrer><a |
| 176 |
href="#referrer">referrer</a></code> DOM 属性は現在の頁を<a href="#fetch" |
href="#referrer">referrer</a></code> DOM 属性は現在の頁を<a href="#fetch" |
| 177 |
title=fetch>取ってくる</a>時に送られた <code |
title=fetch>取ってくる</a>時に送られた <code |
| 178 |
title="">Referer</code> (ママ) 頭部と一致します。 |
title="">Referer</code> (ママ) 頭部と一致します。 |
| 179 |
|
|
| 180 |
#en |
#en |
| 181 |
Typically user agents are configured to not report referrers |
Typically user agents are configured to not report referrers |
| 182 |
in the case where the referrer uses an encrypted protocol and the current |
in the case where the referrer uses an encrypted protocol and the current |
| 183 |
page does not (e.g. when navigating from an <code title="">https:</code> |
page does not (e.g. when navigating from an <code title="">https:</code> |
| 184 |
page to an <code title="">http:</code> page). |
page to an <code title="">http:</code> page). |
| 185 |
#ja |
#ja |
| 186 |
通常、利用者エージェントは、参照子が暗号化プロトコルを使っており、 |
通常、利用者エージェントは、参照子が暗号化プロトコルを使っており、 |
| 187 |
現在の頁がそうではない場合 (例えば <code title="">https:</code> |
現在の頁がそうではない場合 (例えば <code title="">https:</code> |
| 188 |
頁から <code title="">http:</code> 頁へと操縦した時) |
頁から <code title="">http:</code> 頁へと操縦した時) |
| 189 |
には参照子を報告しないように設定されています。 |
には参照子を報告しないように設定されています。 |
| 190 |
|
|
| 191 |
#en |
#en |
| 192 |
The <dfn id=cookie0 title=dom-document-cookie><code>cookie</code></dfn> |
The <dfn id=cookie0 title=dom-document-cookie><code>cookie</code></dfn> |
| 193 |
attribute represents the cookies of the resource. |
attribute represents the cookies of the resource. |
| 194 |
#ja |
#ja |
| 195 |
<dfn id=cookie0 title=dom-document-cookie><code>cookie</code></dfn> |
<dfn id=cookie0 title=dom-document-cookie><code>cookie</code></dfn> |
| 196 |
属性は、資源のクッキーを表します。 |
属性は、資源のクッキーを表します。 |
| 197 |
|
|
| 198 |
#en |
#en |
| 199 |
On getting, if the <a href="#sandboxed2">sandboxed |
On getting, if the <a href="#sandboxed2">sandboxed |
| 200 |
origin browsing context flag</a> is set on the <a |
origin browsing context flag</a> is set on the <a |
| 201 |
href="#browsing1">browsing context</a> of the document, the user agent |
href="#browsing1">browsing context</a> of the document, the user agent |
| 205 |
title=fetch>fetching</a> the resource indicated by <span>the document's |
title=fetch>fetching</a> the resource indicated by <span>the document's |
| 206 |
address</span><!-- XXXDOCURL --> over HTTP, as per RFC 2109 section 4.3.4 |
address</span><!-- XXXDOCURL --> over HTTP, as per RFC 2109 section 4.3.4 |
| 207 |
or later specifications. <a href="#refsRFC2109">[RFC2109]</a> <a |
or later specifications. <a href="#refsRFC2109">[RFC2109]</a> <a |
| 208 |
href="#refsRFC2965">[RFC2965]</a> |
href="#refsRFC2965">[RFC2965]</a> |
| 209 |
#ja |
#ja |
| 210 |
取得時、<a href="#sandboxed2">砂箱起源閲覧文脈旗</a>が文書の<a |
取得時、<a href="#sandboxed2">砂箱起源閲覧文脈旗</a>が文書の<a |
| 211 |
href="#browsing1">閲覧文脈</a>に設定されている場合には、 |
href="#browsing1">閲覧文脈</a>に設定されている場合には、 |
| 212 |
利用者エージェントは<a href="#security10">保安性例外</a>を発生させなければ[[MUST:なりません]]。 |
利用者エージェントは<a href="#security10">保安性例外</a>を発生させなければ[[MUST:なりません]]。 |
| 215 |
title=fetch>取ってくる</a>場合に RFC 2109 |
title=fetch>取ってくる</a>場合に RFC 2109 |
| 216 |
4.3.4 節やより新しい仕様書に従って含まれるであろう <code |
4.3.4 節やより新しい仕様書に従って含まれるであろう <code |
| 217 |
title="">Cookie</code> HTTP 頭部の値と同じ文字列を返さなければ[[MUST:なりません]]。 <a href="#refsRFC2109">[RFC2109]</a> <a |
title="">Cookie</code> HTTP 頭部の値と同じ文字列を返さなければ[[MUST:なりません]]。 <a href="#refsRFC2109">[RFC2109]</a> <a |
| 218 |
href="#refsRFC2965">[RFC2965]</a> |
href="#refsRFC2965">[RFC2965]</a> |
| 219 |
|
|
| 220 |
#en |
#en |
| 221 |
On setting, if the <a href="#sandboxed2">sandboxed origin browsing |
On setting, if the <a href="#sandboxed2">sandboxed origin browsing |
| 222 |
context flag</a> is set on the <a href="#browsing1">browsing context</a> |
context flag</a> is set on the <a href="#browsing1">browsing context</a> |
| 223 |
of the document, the user agent must raise a <a |
of the document, the user agent must raise a <a |
| 228 |
over HTTP, and had received a response with a <code>Set-Cookie</code> |
over HTTP, and had received a response with a <code>Set-Cookie</code> |
| 229 |
header whose value was the specified value, as per RFC 2109 sections |
header whose value was the specified value, as per RFC 2109 sections |
| 230 |
4.3.1, 4.3.2, and 4.3.3 or later specifications. <a |
4.3.1, 4.3.2, and 4.3.3 or later specifications. <a |
| 231 |
href="#refsRFC2109">[RFC2109]</a> <a href="#refsRFC2965">[RFC2965]</a> |
href="#refsRFC2109">[RFC2109]</a> <a href="#refsRFC2965">[RFC2965]</a> |
| 232 |
#ja |
#ja |
| 233 |
設定時、<a href="#sandboxed2">砂箱起源閲覧文脈旗</a>が文書の<a |
設定時、<a href="#sandboxed2">砂箱起源閲覧文脈旗</a>が文書の<a |
| 234 |
href="#browsing1">閲覧文脈</a>に設定されている場合には、 |
href="#browsing1">閲覧文脈</a>に設定されている場合には、 |
| 235 |
利用者エージェントは<a href="#security10">保安性例外</a>を発生させなければ[[MUST:なりません]]。 |
利用者エージェントは<a href="#security10">保安性例外</a>を発生させなければ[[MUST:なりません]]。 |
| 240 |
値が指定された値である <code>Set-Cookie</code> |
値が指定された値である <code>Set-Cookie</code> |
| 241 |
頭部がある応答を受信した場合にクッキーを処理する時と同じように、 |
頭部がある応答を受信した場合にクッキーを処理する時と同じように、 |
| 242 |
RFC 2109 4.3.1 節、4.3.2 節、4.3.3. 節やより新しい仕様書に従い作用しなければ[[MUST:なりません]]。 <a href="#refsRFC2109">[RFC2109]</a> <a |
RFC 2109 4.3.1 節、4.3.2 節、4.3.3. 節やより新しい仕様書に従い作用しなければ[[MUST:なりません]]。 <a href="#refsRFC2109">[RFC2109]</a> <a |
|
href="#refsRFC2965">[RFC2965]</a> |
|
| 243 |
|
href="#refsRFC2965">[RFC2965]</a> |
| 244 |
|
|
| 245 |
|
#en |
| 246 |
|
Since the <code title=dom-document-cookie><a |
| 247 |
|
href="#cookie0">cookie</a></code> attribute is accessible across frames, |
| 248 |
|
the path restrictions on cookies are only a tool to help manage which |
| 249 |
|
cookies are sent to which parts of the site, and are not in any way a |
| 250 |
|
security feature. |
| 251 |
|
#ja |
| 252 |
|
<code title=dom-document-cookie><a |
| 253 |
|
href="#cookie0">cookie</a></code> 属性はフレームをまたいでアクセス可能ですので、 |
| 254 |
|
クッキーの経路制限はクッキーがサイト上のどの部分に送られるかを管理することを助けるための道具に過ぎず、 |
| 255 |
|
保安性のための機能では決してありません。 |
| 256 |
|
|
| 257 |
|
#en |
| 258 |
|
The <dfn id=lastmodified |
| 259 |
|
title=dom-document-lastModified><code>lastModified</code></dfn> attribute, |
| 260 |
|
on getting, must return the date and time of the <code>Document</code>'s |
| 261 |
|
source file's last modification, in the user's local timezone, in the |
| 262 |
|
following format: |
| 263 |
|
#ja |
| 264 |
|
<dfn id=lastmodified |
| 265 |
|
title=dom-document-lastModified><code>lastModified</code></dfn> |
| 266 |
|
属性は、取得時、 <code>Document</code> の原始ファイルの最終修正の日時を、 |
| 267 |
|
利用者の地方時において、次の書式で返さなければ[[MUST:なりません]]。 |
| 268 |
|
|
| 269 |
|
#en |
| 270 |
|
The month component of the date. |
| 271 |
|
#ja |
| 272 |
|
日付の月の部品。 |
| 273 |
|
|
| 274 |
|
#en |
| 275 |
|
A U+002F SOLIDUS character ('/'). |
| 276 |
|
#ja |
| 277 |
|
U+002F SOLIDUS 文字 ('/')。 |
| 278 |
|
|
| 279 |
|
#en |
| 280 |
|
The day component of the date. |
| 281 |
|
#ja |
| 282 |
|
日付の日の部品。 |
| 283 |
|
|
| 284 |
|
#en |
| 285 |
|
The year component of the date. |
| 286 |
|
#ja |
| 287 |
|
日付の年の部品。 |
| 288 |
|
|
| 289 |
|
#en |
| 290 |
|
A U+0020 SPACE character. |
| 291 |
|
#ja |
| 292 |
|
U+0020 SPACE 文字。 |
| 293 |
|
|
| 294 |
|
#en |
| 295 |
|
The hours component of the time. |
| 296 |
|
#ja |
| 297 |
|
時刻の時の部品。 |
| 298 |
|
|
| 299 |
|
#en |
| 300 |
|
A U+003A COLON character (':'). |
| 301 |
|
#ja |
| 302 |
|
U+003A COLON 文字 (':')。 |
| 303 |
|
|
| 304 |
|
#en |
| 305 |
|
The minutes component of the time. |
| 306 |
|
#ja |
| 307 |
|
時刻の分の部品。 |