Skip to content

Commit 5e66e9f

Browse files
[HTML] 編集(訳注, 言い回しの統一など
1 parent 255ac3c commit 5e66e9f

7 files changed

Lines changed: 50 additions & 38 deletions

HTML-autofill-ja.html

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -969,41 +969,32 @@ <h6 title="Autofilling form controls: the autocomplete attribute">4.10.19.7.1. ~
969969
<div class="p">
970970
<p>
971971
`autocomplete$a 属性に指定する値は、
972-
~AND↓ を満たさなければナラナイ:
972+
`~space等で分離された~token集合$(有順序)であって,
973+
次を満たさなければナラナイ:
973974
</p>
974975
<ul>
975976
<li>
976-
有順序な`~space等で分離された~token集合$である
977-
</li>
978-
<li>
979977
<p>
980-
当の属性が:
978+
当の属性が`~autofill期待$を纏っている場合は ~OR↓
981979
</p>
982-
<ul class="switch">
980+
<ul>
983981
<li>
984-
<p>
985-
`~autofill期待$を纏っている場合は ~OR↓ を満たす:
986-
</p>
987-
<ul>
988-
<li>
989982
`~autofill詳細~token群$である
990983
</li>
991-
<li>
984+
<li>
992985
次を満たす 1 個の~tokenのみからなる
993986
994987
文字列[
995988
`off$v / `on$v
996989
]に`~ASCII大小無視$で合致する
997990
</li>
998-
</ul>
999-
</li>
1000-
<li>
1001-
`~autofill~anchor$を纏っている場合
991+
</ul>
992+
</li>
993+
<li>
994+
当の属性が`~autofill~anchor$を纏っている場合
1002995
1003996
`~autofill詳細~token群$である
1004997
</li>
1005-
</ul>
1006-
</li>
1007998
</ul>
1008999
10091000
When wearing the autofill expectation mantle, the autocomplete attribute, if specified, must have a value that is an ordered set of space-separated tokens consisting of either a single token that is an ASCII case-insensitive match for the string "off", or a single token that is an ASCII case-insensitive match for the string "on", or autofill detail tokens.

HTML-common-microsyntaxes-ja.html

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5112,10 +5112,10 @@ <h4 title="Space-separated tokens">2.3.7. ~space等で分離された~token列</
51125112

51135113
<p>
51145114
`~space等で分離された~token集合@
5115-
とは、[
5115+
とは、
5116+
0 個以上の~tokenを包含している文字列であって,~tokenどうしは[
51165117
1 個以上の`~ASCII空白$が成す並び
5117-
]で分離された,
5118-
~tokenたちが成す文字列である(空にもなり得る)
5118+
]で分離されたものである
51195119
— ここでの~tokenとは、
51205120
次を満たす文字列とする
51215121
@@ -5137,6 +5137,18 @@ <h4 title="Space-separated tokens">2.3.7. ~space等で分離された~token列</
51375137
A string containing a set of space-separated tokens may have leading or trailing ASCII whitespace.
51385138
</p>
51395139

5140+
<p class="trans-note">
5141+
定義により、
5142+
どの文字列も
5143+
(特に,空~文字列も)
5144+
`~space等で分離された~token集合$になる。
5145+
すなわち、
5146+
この用語~自体は,所与の文字列が どう解釈される(構文解析される)かを述べるものでしかない
5147+
— 文字列として何が許容されるかではなく。
5148+
この用語が利用される所では、
5149+
通例的には,以下に述べるような制約も伴われる。
5150+
</p>
5151+
51405152
<div>
51415153
<p>
51425154
`~space等で分離された~token集合$には、
@@ -5163,7 +5175,7 @@ <h4 title="Space-separated tokens">2.3.7. ~space等で分離された~token列</
51635175
</ul>
51645176

51655177
<p>
5166-
( “大小無視で一意” と “一意” は,排他的である一方
5178+
( “大小無視で一意” と “一意” は,互いに排他的である一方
51675179
“有順序” は,他と伴に付記され得る。)
51685180
</p>
51695181

@@ -5187,10 +5199,9 @@ <h4 title="Space-separated tokens">2.3.7. ~space等で分離された~token列</
51875199

51885200
<p>
51895201
文脈によっては、
5190-
許容される~tokenたちが成す集合が定義されることもある。
5202+
許容される~tokenたちが成す集合が定義されることもある
51915203
そのような場合、
5192-
どの~tokenも,この集合に入っていなければナラナイ
5193-
【大小無視ならば、それも織り込む下で】
5204+
どの~tokenも,この集合に入っていなければナラナイ††
51945205
— さもなければ、
51955206
値は不適合とされる。
51965207
そのような集合が特に供されていない場合、
@@ -5201,6 +5212,15 @@ <h4 title="Space-separated tokens">2.3.7. ~space等で分離された~token列</
52015212
↑↑How tokens in a set of space-separated tokens are to be compared (e.g. case-sensitively or not) is defined on a per-set basis.
52025213
</p>
52035214

5215+
<p class="trans-note">【†
5216+
集合は、
5217+
各~tokenが満たすべき条件として定義されることもある
5218+
(有限とは限らない)。
5219+
】【††
5220+
大小無視ならば、
5221+
それも織り込む下で。
5222+
</p>
5223+
52045224
</section>
52055225
<section id="comma-separated-tokens">
52065226
<h4 title="Comma-separated tokens">2.3.8. ~commaで分離された~token列</h4>

HTML-form-elements-ja.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2371,7 +2371,7 @@ <h4 title="The form element">4.10.3. ``form^e 要素</h4>
23712371
要素が作成する~linkの種類を制御する。
23722372
属性の値は、
23732373
`~space等で分離された~token集合$(一意)でなければナラナイ。
2374-
許容される~keyword, それらの意味は、
2374+
それを成す各~tokenとして許容される~keyword, それらの意味は、
23752375
`§ ~HTML~link型$に定義される。
23762376
23772377
The rel attribute on form elements controls what kinds of links the elements create. The attribute's value must be a unordered set of unique space-separated tokens. The allowed keywords and their meanings are defined in an earlier section.
@@ -9017,7 +9017,8 @@ <h4 title="The output element">4.10.12. ``output^e 要素</h4>
90179017
]値を表現する要素
90189018
]との間に,明示的な関係性を与えれるようにする。
90199019
この属性に指定する値は、
9020-
`~space等で分離された~token集合$(一意)であって,その各~tokenは[
9020+
`~space等で分離された~token集合$(一意)であって,
9021+
それを成す各~tokenは[
90219022
同じ`~tree$内に在る,ある要素
90229023
]の`~ID$の値を与えていなければナラナイ。
90239024

HTML-interaction-ja.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7869,8 +7869,8 @@ <h4 title="The accesskey attribute">6.7.2. `accesskey^a 属性</h4>
78697869

78707870
<p>
78717871
この属性に指定する値は、
7872-
`~space等で分離された~token集合$(一意, 有順序)であって
7873-
各~tokenは,正確に 1 個の符号位置でなければナラナイ。
7872+
`~space等で分離された~token集合$(一意, 有順序)であって
7873+
それを成す各~tokenは正確に 1 個の符号位置でなければナラナイ。
78747874
78757875
If specified, the value must be an ordered set of unique space-separated tokens none of which are identical to another token and each of which must be exactly one code point in length.
78767876
</p>

HTML-links-ja.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1732,14 +1732,14 @@ <h4 title="Links created by a and area elements">4.6.2. ~a_area 要素により
17321732
~UAにより`~hyperlink聴取$に利用される。
17331733
値は、
17341734
`~space等で分離された~token集合$であって,
1735-
それを成す各~tokenは次を満たさなければナラナイ
1735+
それを成す各~tokenは ~AND↓ を満たさなければナラナイ
17361736
</p>
17371737
<ul>
17381738
<li>
17391739
`妥当かつ空でない~URL$である
17401740
</li>
17411741
<li>
1742-
`~scheme$url ~IN `~HTTP_S~scheme$
1742+
その`~scheme$url ~IN `~HTTP_S~scheme$
17431743
</li>
17441744
</ul>
17451745
@@ -1753,8 +1753,8 @@ <h4 title="Links created by a and area elements">4.6.2. ~a_area 要素により
17531753
要素が作成する~linkの種類を制御する。
17541754
この属性に指定する値は、
17551755
`~space等で分離された~token集合$(一意)でなければナラナイ。
1756-
`許容される~keywordとその意味@#linkTypes$は、
1757-
下に定義される
1756+
それを成す各~tokenとして`許容される~keyword, それらの意味@#linkTypes$は、
1757+
以下に定義される
17581758
17591759
The rel attribute on a and area elements controls what kinds of links the elements create. The attribute's value must be an unordered set of unique space-separated tokens. The allowed keywords and their meanings are defined below.
17601760
</p>

HTML-metadata-ja.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2446,12 +2446,12 @@ <h4 title="The link element">4.2.4. `link^e 要素</h4>
24462446
属性の値が,~linkの型(関係性)を指示する。
24472447
在るならば、
24482448
その値は`~space等で分離された~token集合$(一意)でなければナラナイ。
2449-
許容される~keywordと, それらの意味は、
2449+
それを成す各~tokenとして許容される~keyword, それらの意味は、
24502450
§ `~HTML~link型$にて定義される。
2451-
要素が `rel$aL 属性を有さないか, 有するが[
2451+
当の要素が `rel$aL 属性を有さないか, 有するが[
24522452
この仕様による定義に則って許容される~keyword
24532453
]を一つも含まない場合、
2454-
要素は~linkを作成しない。
2454+
当の要素は~linkを作成しない。
24552455
24562456
The types of link indicated (the relationships) are given by the value of the rel attribute, which, if present, must have a value that is a unordered set of unique space-separated tokens. The allowed keywords and their meanings are defined in a later section. If the rel attribute is absent, has no keywords, or if none of the keywords used are allowed according to the definitions in this specification, then the element does not create any links.
24572457
</p>
@@ -2864,7 +2864,7 @@ <h4 title="The link element">4.2.4. `link^e 要素</h4>
28642864
<p>
28652865
指定する値は、
28662866
`~space等で分離された~token集合$(大小無視で一意)であって,
2867-
その各~tokenは ~OR↓ を満たしていなければナラナイ:
2867+
それを成す各~tokenは ~OR↓ を満たしていなければナラナイ:
28682868
28692869
If specified, the attribute must have a value that is an unordered set of unique space-separated tokens which are ASCII case-insensitive. Each value must be either\
28702870
</p>

HTML-tables-ja.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3917,7 +3917,7 @@ <h4 title="Attributes common to td and th elements">4.9.11. `td^e, `th^e 要素
39173917
内容~属性を指定してもヨイ
39183918
— 指定する値は、
39193919
`~space等で分離された~token集合$(一意)であって,
3920-
それを成す どの~tokenも
3920+
それを成す各~tokenは
39213921
当の要素と同じ`~table$の一部を成している(`~table~model$にて定義される),
39223922
ある `th$e 要素
39233923
]の`~ID$の値を与えていなければナラナイ。

0 commit comments

Comments
 (0)