| 686 |
#en |
#en |
| 687 |
Unquoted attribute value syntax |
Unquoted attribute value syntax |
| 688 |
#ja |
#ja |
|
非引用属性値構文 |
|
| 689 |
|
非引用属性値構文 |
| 690 |
|
|
| 691 |
|
#en |
| 692 |
|
The <a href=#syntax-attribute-name title=syntax-attribute-name>attribute name</a>, |
| 693 |
|
followed by zero or more <a href=#space-character title="space character">space |
| 694 |
|
characters</a>, followed by a single U+003D EQUALS SIGN |
| 695 |
|
character, followed by zero or more <a href=#space-character title="space |
| 696 |
|
character">space characters</a>, followed by the <a href=#syntax-attribute-value title=syntax-attribute-value>attribute value</a>, which, in |
| 697 |
|
addition to the requirements given above for attribute values, |
| 698 |
|
must not contain any literal <a href=#space-character title="space character">space |
| 699 |
|
characters</a>, any U+0022 QUOTATION MARK (<code>"</code>) |
| 700 |
|
characters, U+0027 APOSTROPHE (<code>'</code>) characters, |
| 701 |
|
U+003D EQUALS SIGN (<code>=</code>) characters, or U+003E |
| 702 |
|
GREATER-THAN SIGN (<code>></code>) characters, and must not be |
| 703 |
|
the empty string. |
| 704 |
|
#ja |
| 705 |
|
<a href=#syntax-attribute-name title=syntax-attribute-name>属性名</a>の後に零文字以上の<a href=#space-character title="space character">間隔文字</a>があり、 |
| 706 |
|
その後に1文字の U+003D EQUALS SIGN 文字があり、その後に零文字以上の<a href=#space-character title="space |
| 707 |
|
character">間隔文字</a>があり、 |
| 708 |
|
その後に<a href=#syntax-attribute-value title=syntax-attribute-value>属性値</a>があるもので、 |
| 709 |
|
その属性値については前述の属性値に関する要件に加え、 |
| 710 |
|
生の<a href=#space-character title="space character">間隔文字</a>、 |
| 711 |
|
U+0022 QUOTATION MARK (<code>"</code>) 文字、 |
| 712 |
|
U+0027 APOSTROPHE (<code>'</code>) 文字、 |
| 713 |
|
U+003D EQUALS SIGN (<code>=</code>) 文字、 |
| 714 |
|
U+003E |
| 715 |
|
GREATER-THAN SIGN (<code>></code>) 文字を含んでは[[MUST NOT:ならず]]、 |
| 716 |
|
空文字列であっては[[MUST NOT:なりません]]。 |