| 713 |
U+003D EQUALS SIGN (<code>=</code>) 文字、 |
U+003D EQUALS SIGN (<code>=</code>) 文字、 |
| 714 |
U+003E |
U+003E |
| 715 |
GREATER-THAN SIGN (<code>></code>) 文字を含んでは[[MUST NOT:ならず]]、 |
GREATER-THAN SIGN (<code>></code>) 文字を含んでは[[MUST NOT:ならず]]、 |
|
空文字列であっては[[MUST NOT:なりません]]。 |
|
| 716 |
|
空文字列であっては[[MUST NOT:なりません]]。 |
| 717 |
|
|
| 718 |
|
#en |
| 719 |
|
In the following example, the <code title=attr-input-value><a href=#attr-input-value>value</a></code> attribute is given |
| 720 |
|
with the unquoted attribute value syntax: |
| 721 |
|
#ja |
| 722 |
|
次の例では、 |
| 723 |
|
<code title=attr-input-value><a href=#attr-input-value>value</a></code> |
| 724 |
|
属性が非引用属性値構文により与えられています。 |
| 725 |
|
|
| 726 |
|
|
| 727 |
|
#en |
| 728 |
|
If an attribute using the unquoted attribute syntax is to be |
| 729 |
|
followed by another attribute or by one of the optional U+002F |
| 730 |
|
SOLIDUS (<code>/</code>) characters allowed in step 6 of the <span title=syntax-start-tag>start tag</span> syntax above, then there |
| 731 |
|
must be a <a href=#space-character>space character</a> separating the two. |
| 732 |
|
#ja |
| 733 |
|
非引用属性値構文を用いた属性に他の属性が続く場合や先述の<span title=syntax-start-tag>開始タグ</span>構文の段階6で認められる |
| 734 |
|
U+002F |
| 735 |
|
SOLIDUS (<code>/</code>) 文字が続く場合、 |
| 736 |
|
両者を<a href=#space-character>間隔文字</a>により分離しなければ[[MUST:なりません]]。 |
| 737 |
|
|
| 738 |
|
#en |
| 739 |
|
Single-quoted attribute value syntax |
| 740 |
|
#ja |
| 741 |
|
単一引用符属性値構文 |
| 742 |
|
|
| 743 |
|
#en |
| 744 |
|
The <a href=#syntax-attribute-name title=syntax-attribute-name>attribute name</a>, |
| 745 |
|
followed by zero or more <a href=#space-character title="space character">space |
| 746 |
|
characters</a>, followed by a single U+003D EQUALS SIGN |
| 747 |
|
character, followed by zero or more <a href=#space-character title="space |
| 748 |
|
character">space characters</a>, followed by a single U+0027 |
| 749 |
|
APOSTROPHE (<code>'</code>) character, followed by the <a href=#syntax-attribute-value title=syntax-attribute-value>attribute value</a>, which, in |
| 750 |
|
addition to the requirements given above for attribute values, |
| 751 |
|
must not contain any literal U+0027 APOSTROPHE (<code>'</code>) |
| 752 |
|
characters, and finally followed by a second single U+0027 |
| 753 |
|
APOSTROPHE (<code>'</code>) character. |
| 754 |
|
#ja |
| 755 |
|
<a href=#syntax-attribute-name title=syntax-attribute-name>属性名</a>の後、 |
| 756 |
|
零文字以上の<a href=#space-character title="space character">間隔文字</a>が続き、 |
| 757 |
|
その後1文字の U+003D EQUALS SIGN |
| 758 |
|
文字が続き、零文字以上の<a href=#space-character title="space |
| 759 |
|
character">間隔文字</a>が続き、1文字の U+0027 |
| 760 |
|
APOSTROPHE (<code>'</code>) 文字が続き、<a href=#syntax-attribute-value title=syntax-attribute-value>属性値</a>が続き、 |
| 761 |
|
この属性値については先述の属性値に関する要件に加えて生の U+0027 APOSTROPHE (<code>'</code>) |
| 762 |
|
文字を含んでは[[MUST NOT:ならず]]、その後に2つ目の1文字の |
| 763 |
|
U+0027 |
| 764 |
|
APOSTROPHE (<code>'</code>) 文字が続くもの。 |
| 765 |
|
|
| 766 |
|
#en |
| 767 |
|
In the following example, the <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is given with the |
| 768 |
|
single-quoted attribute value syntax: |
| 769 |
|
#ja |
| 770 |
|
次の例では、 |
| 771 |
|
<code title=attr-input-type><a href=#attr-input-type>type</a></code> |
| 772 |
|
属性が単一引用符属性値構文により与えられます。 |
| 773 |
|
|
| 774 |
|
#en |
| 775 |
|
If an attribute using the single-quoted attribute syntax is to |
| 776 |
|
be followed by another attribute, then there must be a <a href=#space-character>space |
| 777 |
|
character</a> separating the two. |
| 778 |
|
#ja |
| 779 |
|
単一引用符属性構文を使った属性に他の属性が続く場合、両者を<a href=#space-character>間隔文字</a>によって分離しなければ[[MUST:なりません]]。 |