| 781 |
#en |
#en |
| 782 |
Double-quoted attribute value syntax |
Double-quoted attribute value syntax |
| 783 |
#ja |
#ja |
|
二重引用符属性値構文 |
|
| 784 |
|
二重引用符属性値構文 |
| 785 |
|
|
| 786 |
|
#en |
| 787 |
|
The <a href=#syntax-attribute-name title=syntax-attribute-name>attribute name</a>, |
| 788 |
|
followed by zero or more <a href=#space-character title="space character">space |
| 789 |
|
characters</a>, followed by a single U+003D EQUALS SIGN |
| 790 |
|
character, followed by zero or more <a href=#space-character title="space |
| 791 |
|
character">space characters</a>, followed by a single U+0022 |
| 792 |
|
QUOTATION MARK (<code>"</code>) character, followed by the <a href=#syntax-attribute-value title=syntax-attribute-value>attribute value</a>, which, in |
| 793 |
|
addition to the requirements given above for attribute values, |
| 794 |
|
must not contain any literal U+0022 QUOTATION MARK |
| 795 |
|
(<code>"</code>) characters, and finally followed by a second |
| 796 |
|
single U+0022 QUOTATION MARK (<code>"</code>) character. |
| 797 |
|
#ja |
| 798 |
|
<a href=#syntax-attribute-name title=syntax-attribute-name>属性名</a>の後に零文字以上の<a href=#space-character title="space character">間隔文字</a>が続き、 |
| 799 |
|
その後に1文字の U+003D EQUALS SIGN |
| 800 |
|
文字が続き、その後に零文字以上の<a href=#space-character title="space |
| 801 |
|
character">間隔文字</a>が続き、その後に1文字の U+0022 |
| 802 |
|
QUOTATION MARK (<code>"</code>) 文字が続き、その後に<a href=#syntax-attribute-value title=syntax-attribute-value>属性値</a>が続くところ、 |
| 803 |
|
前述の属性値に関する要件に加えて生の U+0022 QUOTATION MARK |
| 804 |
|
(<code>"</code>) 文字を含んでは[[MUST:ならず]]、 |
| 805 |
|
最後に2つ目の1文字の U+0022 QUOTATION MARK (<code>"</code>) 文字が続くもの。 |
| 806 |
|
|
| 807 |
|
#en |
| 808 |
|
In the following example, the <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attribute is given with the |
| 809 |
|
double-quoted attribute value syntax: |
| 810 |
|
#ja |
| 811 |
|
次の例では、 <code title=attr-fe-name><a href=#attr-fe-name>name</a> |
| 812 |
|
属性を二重引用符属性値構文で与えています。 |
| 813 |
|
|
| 814 |
|
#en |
| 815 |
|
If an attribute using the double-quoted attribute syntax is to |
| 816 |
|
be followed by another attribute, then there must be a <a href=#space-character>space |
| 817 |
|
character</a> separating the two. |
| 818 |
|
#ja |
| 819 |
|
二重引用符属性構文を使った属性の後に他の属性が続く場合、両者を<a href=#space-character>間隔文字</a>により分離しなければ[[MUST:なりません]]。 |
| 820 |
|
|
| 821 |
|
#en |
| 822 |
|
There must never be two or more attributes on the same start tag |
| 823 |
|
whose names are an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for |
| 824 |
|
each other. |
| 825 |
|
#ja |
| 826 |
|
同じ開始タグに名前が <a href=#ascii-case-insensitive>ASCII 大文字・小文字不区別</a>で一致する属性が2つ以上あっては[[MUST:なりません]]。 |
| 827 |
|
|
| 828 |
|
#pattern |
| 829 |
|
<span class=secno>* </span>Optional tags |
| 830 |
|
#ja |
| 831 |
|
<span class=secno>$1 </span>任意選択タグ |
| 832 |
|
|
| 833 |
|
#en |
| 834 |
|
Certain tags can be <dfn id=syntax-tag-omission title=syntax-tag-omission>omitted</dfn>. |
| 835 |
|
#ja |
| 836 |
|
タグの中には<dfn id=syntax-tag-omission title=syntax-tag-omission>省略</dfn>できるものがあります。 |
| 837 |
|
|
| 838 |
|
#en |
| 839 |
|
An <code><a href=#the-html-element>html</a></code> element's <span title=syntax-start-tag>start tag</span> may be omitted if the |
| 840 |
|
first thing inside the <code><a href=#the-html-element>html</a></code> element is not a <a href=#syntax-comments title=syntax-comments>comment</a>. |
| 841 |
|
#ja |
| 842 |
|
<code><a href=#the-html-element>html</a></code> 要素の<span title=syntax-start-tag>開始タグ</span>は、 |
| 843 |
|
<code><a href=#the-html-element>html</a></code> 要素の内側の最初のものが<a href=#syntax-comments title=syntax-comments>注釈</a>でない場合、 |
| 844 |
|
省略して[[MAY:構いません]]。 |