| 862 |
#ja |
#ja |
| 863 |
<code><a href=#the-head-element>head</a></code> 要素の<span title=syntax-start-tag>開始タグ</span>は、 |
<code><a href=#the-head-element>head</a></code> 要素の<span title=syntax-start-tag>開始タグ</span>は、 |
| 864 |
<code><a href=#the-head-element>head</a></code> 要素の内側の最初のものが要素である場合、 |
<code><a href=#the-head-element>head</a></code> 要素の内側の最初のものが要素である場合、 |
| 865 |
|
省略して[[MAY:構いません]]。 |
| 866 |
|
|
| 867 |
|
#en |
| 868 |
|
A <code><a href=#the-head-element>head</a></code> element's <span title=syntax-end-tag>end |
| 869 |
|
tag</span> may be omitted if the <code><a href=#the-head-element>head</a></code> element is not |
| 870 |
|
immediately followed by a <a href=#space-character>space character</a> or a <a href=#syntax-comments title=syntax-comments>comment</a>. |
| 871 |
|
#ja |
| 872 |
|
<code><a href=#the-head-element>head</a></code> 要素の<span title=syntax-end-tag>終了タグ</span>は、 |
| 873 |
|
<code><a href=#the-head-element>head</a></code> 要素の直後に<a href=#space-character>間隔文字</a>や<a href=#syntax-comments title=syntax-comments>注釈</a>がない場合、 |
| 874 |
|
省略して[[MAY:構いません]]。 |
| 875 |
|
|
| 876 |
|
#en |
| 877 |
|
A <code><a href=#the-body-element>body</a></code> element's <span title=syntax-start-tag>start tag</span> may be omitted if the |
| 878 |
|
first thing inside the <code><a href=#the-body-element>body</a></code> element is not a |
| 879 |
|
<a href=#space-character>space character</a> or a <a href=#syntax-comments title=syntax-comments>comment</a>, except if the first thing |
| 880 |
|
inside the <code><a href=#the-body-element>body</a></code> element is a <code><a href=#script>script</a></code> or |
| 881 |
|
<code><a href=#the-style-element>style</a></code> element. <!-- Note that even if the </head> end |
| 882 |
|
tag is present, the parser makes <style> and <script> elements |
| 883 |
|
between </head> and <body> end up in the <head> instead of implying |
| 884 |
|
the <body> --> |
| 885 |
|
#ja |
| 886 |
|
<code><a href=#the-body-element>body</a></code> 要素の<span title=syntax-start-tag>開始タグ</span>は、 |
| 887 |
|
<code><a href=#the-body-element>body</a></code> 要素の内側の最初のものが<a href=#space-character>間隔文字</a>や<a href=#syntax-comments title=syntax-comments>注釈</a>でない場合、 |
| 888 |
|
<code><a href=#the-body-element>body</a></code> 要素の内側の最初のものが |
| 889 |
|
<code><a href=#script>script</a></code> 要素や |
| 890 |
|
<code><a href=#the-style-element>style</a></code> 要素の場合を除き、 |
| 891 |
|
省略して[[MAY:構いません]]。 |
| 892 |
|
<!-- Note that even if the </head> end |
| 893 |
|
tag is present, the parser makes <style> and <script> elements |
| 894 |
|
between </head> and <body> end up in the <head> instead of implying |
| 895 |
|
the <body> --> |
| 896 |
|
|
| 897 |
|
#en |
| 898 |
|
A <code><a href=#the-body-element>body</a></code> element's <span title=syntax-end-tag>end |
| 899 |
|
tag</span> may be omitted if the <code><a href=#the-body-element>body</a></code> element is not |
| 900 |
|
immediately followed by a <a href=#syntax-comments title=syntax-comments>comment</a> and the element is either not |
| 901 |
|
empty or its <span title=syntax-start-tag>start tag</span> has not |
| 902 |
|
been omitted. |
| 903 |
|
#ja |
| 904 |
|
<code><a href=#the-body-element>body</a></code> 要素の<span title=syntax-end-tag>終了タグ</span>は、 |
| 905 |
|
<code><a href=#the-body-element>body</a></code> 要素の直後が<a href=#syntax-comments title=syntax-comments>注釈</a>ではなく、 |
| 906 |
|
要素が空ではないか、または<span title=syntax-start-tag>開始タグ</span>が省略されていない場合、 |
| 907 |
|
省略して[[MAY:構いません]]。 |
| 908 |
|
|
| 909 |
|
#en |
| 910 |
|
A <code><a href=#the-li-element>li</a></code> element's <span title=syntax-end-tag>end |
| 911 |
|
tag</span> may be omitted if the <code><a href=#the-li-element>li</a></code> element is |
| 912 |
|
immediately followed by another <code><a href=#the-li-element>li</a></code> element or if there |
| 913 |
|
is no more content in the parent element. |
| 914 |
|
#ja |
| 915 |
|
<code><a href=#the-li-element>li</a></code> 要素の<span title=syntax-end-tag>終了タグ</span>は、 |
| 916 |
|
<code><a href=#the-li-element>li</a></code> 要素の直後が別の |
| 917 |
|
<code><a href=#the-li-element>li</a></code> 要素か、 |
| 918 |
|
親要素にそれ以上に内容がない場合、 |
| 919 |
|
省略して[[MAY:構いません]]。 |
| 920 |
|
|
| 921 |
|
#en |
| 922 |
|
A <code><a href=#the-dt-element>dt</a></code> element's <span title=syntax-end-tag>end |
| 923 |
|
tag</span> may be omitted if the <code><a href=#the-dt-element>dt</a></code> element is |
| 924 |
|
immediately followed by another <code><a href=#the-dt-element>dt</a></code> element or a |
| 925 |
|
<code><a href=#the-dd-element>dd</a></code> element. |
| 926 |
|
#ja |
| 927 |
|
<code><a href=#the-dt-element>dt</a></code> 要素の<span title=syntax-end-tag>終了タグ</span>は、 |
| 928 |
|
<code><a href=#the-dt-element>dt</a></code> 要素の直後が別の |
| 929 |
|
<code><a href=#the-dt-element>dt</a></code> 要素か |
| 930 |
|
<code><a href=#the-dd-element>dd</a></code> 要素の場合、省略して[[MAY:構いません]]。 |
| 931 |
|
|
| 932 |
|
#en |
| 933 |
|
A <code><a href=#the-dd-element>dd</a></code> element's <span title=syntax-end-tag>end |
| 934 |
|
tag</span> may be omitted if the <code><a href=#the-dd-element>dd</a></code> element is |
| 935 |
|
immediately followed by another <code><a href=#the-dd-element>dd</a></code> element or a |
| 936 |
|
<code><a href=#the-dt-element>dt</a></code> element, or if there is no more content in the |
| 937 |
|
parent element. |
| 938 |
|
#ja |
| 939 |
|
<code><a href=#the-dd-element>dd</a></code> 要素の<span title=syntax-end-tag>終了タグ</span>は、 |
| 940 |
|
<code><a href=#the-dd-element>dd</a></code> 要素の直後が別の |
| 941 |
|
<code><a href=#the-dd-element>dd</a></code> 要素か |
| 942 |
|
<code><a href=#the-dt-element>dt</a></code> 要素の場合や、 |
| 943 |
|
親要素にそれ以上内容がない場合、省略して[[MAY:構いません]]。 |
| 944 |
|
|
| 945 |
|
#en |
| 946 |
|
A <code><a href=#the-p-element>p</a></code> element's <span title=syntax-end-tag>end |
| 947 |
|
tag</span> may be omitted if the <code><a href=#the-p-element>p</a></code> element is |
| 948 |
|
immediately followed by an <code><a href=#the-address-element>address</a></code>, |
| 949 |
|
<code><a href=#the-article-element>article</a></code>, <code><a href=#the-aside-element>aside</a></code>, <code><a href=#the-blockquote-element>blockquote</a></code>, |
| 950 |
|
<code><a href=#datagrid>datagrid</a></code>, <code><a href=#the-dialog-element>dialog</a></code>, <code>dir</code>, |
| 951 |
|
<code><a href=#the-div-element>div</a></code>, <code><a href=#the-dl-element>dl</a></code>, <code><a href=#the-fieldset-element>fieldset</a></code>, |
| 952 |
|
<code><a href=#the-footer-element>footer</a></code>, <code><a href=#the-form-element>form</a></code>, <code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h1</a></code>, |
| 953 |
|
<code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h2</a></code>, <code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h3</a></code>, <code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h4</a></code>, <code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h5</a></code>, |
| 954 |
|
<code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h6</a></code>, <code><a href=#the-header-element>header</a></code>, <code><a href=#the-hr-element>hr</a></code>, |
| 955 |
|
<code><a href=#menus>menu</a></code>, <code><a href=#the-nav-element>nav</a></code>, <code><a href=#the-ol-element>ol</a></code>, |
| 956 |
|
<code><a href=#the-p-element>p</a></code>, <code><a href=#the-pre-element>pre</a></code>, <code><a href=#the-section-element>section</a></code>, |
| 957 |
|
<code><a href=#the-table-element>table</a></code>, or <code><a href=#the-ul-element>ul</a></code>, element, or if there is no |
| 958 |
|
more content in the parent element and the parent element is not an |
| 959 |
|
<code><a href=#the-a-element>a</a></code> element. |
| 960 |
|
#ja |
| 961 |
|
<code><a href=#the-p-element>p</a></code> 要素の<span title=syntax-end-tag>終了タグ</span>は、 |
| 962 |
|
<code><a href=#the-p-element>p</a></code> 要素の直後が |
| 963 |
|
<code><a href=#the-address-element>address</a></code>、 |
| 964 |
|
<code><a href=#the-article-element>article</a></code>、<code><a href=#the-aside-element>aside</a></code>、<code><a href=#the-blockquote-element>blockquote</a></code>、 |
| 965 |
|
<code><a href=#datagrid>datagrid</a></code>、<code><a href=#the-dialog-element>dialog</a></code>、<code>dir</code>、 |
| 966 |
|
<code><a href=#the-div-element>div</a></code>、<code><a href=#the-dl-element>dl</a></code>、<code><a href=#the-fieldset-element>fieldset</a></code>、 |
| 967 |
|
<code><a href=#the-footer-element>footer</a></code>、<code><a href=#the-form-element>form</a></code>、<code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h1</a></code>、 |
| 968 |
|
<code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h2</a></code>、<code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h3</a></code>、<code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h4</a></code>、<code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h5</a></code>、 |
| 969 |
|
<code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h6</a></code>、<code><a href=#the-header-element>header</a></code>、<code><a href=#the-hr-element>hr</a></code>、 |
| 970 |
|
<code><a href=#menus>menu</a></code>、<code><a href=#the-nav-element>nav</a></code>、<code><a href=#the-ol-element>ol</a></code>、 |
| 971 |
|
<code><a href=#the-p-element>p</a></code>、<code><a href=#the-pre-element>pre</a></code>、<code><a href=#the-section-element>section</a></code>、 |
| 972 |
|
<code><a href=#the-table-element>table</a></code>、 <code><a href=#the-ul-element>ul</a></code> のいずれかの要素の場合や親要素にそれ以上に内容がなく、親要素が |
| 973 |
|
<code><a href=#the-a-element>a</a></code> 要素ではない場合、 |
| 974 |
|
省略して[[MAY:構いません]]。 |
| 975 |
|
|
| 976 |
|
#en |
| 977 |
|
An <code><a href=#the-rt-element>rt</a></code> element's <span title=syntax-end-tag>end |
| 978 |
|
tag</span> may be omitted if the <code><a href=#the-rt-element>rt</a></code> element is |
| 979 |
|
immediately followed by an <code><a href=#the-rt-element>rt</a></code> or <code><a href=#the-rp-element>rp</a></code> |
| 980 |
|
element, or if there is no more content in the parent element. |
| 981 |
|
#ja |
| 982 |
|
<code><a href=#the-rt-element>rt</a></code> 要素の<span title=syntax-end-tag>終了タグ</span>は、 |
| 983 |
|
<code><a href=#the-rt-element>rt</a></code> 要素の直後が |
| 984 |
|
<code><a href=#the-rt-element>rt</a></code> 要素や |
| 985 |
|
<code><a href=#the-rp-element>rp</a></code> 要素でない場合や、 |
| 986 |
|
親要素にそれ以上内容がない場合、 |
| 987 |
省略して[[MAY:構いません]]。 |
省略して[[MAY:構いません]]。 |