| 569 |
<dfn id=syntax-end-tags title=syntax-end-tags>End tags</dfn> must have the |
<dfn id=syntax-end-tags title=syntax-end-tags>End tags</dfn> must have the |
| 570 |
following format: |
following format: |
| 571 |
#ja |
#ja |
|
<dfn id=syntax-end-tags title=syntax-end-tags>終了タグ</dfn>は次の書式でなければ[[MUST:なりません]]。 |
|
| 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:なりません]]。 |
| 593 |
|
|
| 594 |
|
#en |
| 595 |
|
After the tag name, there may be one or more <a href=#space-character title="space |
| 596 |
|
character">space characters</a>. |
| 597 |
|
#ja |
| 598 |
|
タグ名の後、1文字以上の<a href=#space-character title="space |
| 599 |
|
character">間隔文字</a>があって[[MAY:構いません]]。 |