| 551 |
要素が<a href=#void-elements>空隙要素</a>の1つである場合や、 |
要素が<a href=#void-elements>空隙要素</a>の1つである場合や、 |
| 552 |
要素が外来要素である場合、 U+002F SOLIDUS (<code>/</code>) 文字が1つあっても[[MAY:構いません]]。 |
要素が外来要素である場合、 U+002F SOLIDUS (<code>/</code>) 文字が1つあっても[[MAY:構いません]]。 |
| 553 |
この文字は空隙要素にあっては何の効果もありませんが、 |
この文字は空隙要素にあっては何の効果もありませんが、 |
|
外来要素にあっては開始タグを自己閉塞と印付けします。 |
|
| 554 |
|
外来要素にあっては開始タグを自己閉塞と印付けします。 |
| 555 |
|
|
| 556 |
|
#en |
| 557 |
|
Finally, start tags must be closed by a U+003E GREATER-THAN |
| 558 |
|
SIGN (<code>></code>) character. |
| 559 |
|
#ja |
| 560 |
|
最後に、開始タグは U+003E GREATER-THAN |
| 561 |
|
SIGN (<code>></code>) もjいで閉じなければ[[MUST:なりません]]。 |
| 562 |
|
|
| 563 |
|
#pattern |
| 564 |
|
<span class=secno>* </span>End tags |
| 565 |
|
#ja |
| 566 |
|
<span class=secno>$1 </span>終了タグ |
| 567 |
|
|
| 568 |
|
#en |
| 569 |
|
<dfn id=syntax-end-tags title=syntax-end-tags>End tags</dfn> must have the |
| 570 |
|
following format: |
| 571 |
|
#ja |
| 572 |
|
<dfn id=syntax-end-tags title=syntax-end-tags>終了タグ</dfn>は次の書式でなければ[[MUST:なりません]]。 |
| 573 |
|
|
| 574 |
|
#en |
| 575 |
|
The first character of an end tag must be a U+003C LESS-THAN |
| 576 |
|
SIGN (<code><</code>). |
| 577 |
|
#ja |
| 578 |
|
終了タグの最初の文字は U+003C LESS-THAN |
| 579 |
|
SIGN (<code><</code>) でなければ[[MUST:なりません]]。 |
| 580 |
|
|
| 581 |
|
#en |
| 582 |
|
The second character of an end tag must be a U+002F SOLIDUS |
| 583 |
|
(<code>/</code>). |
| 584 |
|
#ja |
| 585 |
|
終了タグの2番目の文字は U+002F SOLIDUS |
| 586 |
|
(<code>/</code>) でなければ[[MUST:なりません]]。 |
| 587 |
|
|
| 588 |
|
#en |
| 589 |
|
The next few characters of an end tag must be the element's |
| 590 |
|
<a href=#syntax-tag-name title=syntax-tag-name>tag name</a>. |
| 591 |
|
#ja |
| 592 |
|
終了タグの次の数文字は要素の<a href=#syntax-tag-name title=syntax-tag-name>タグ名</a>でなければ[[MUST:なりません]]。 |