Skip to content

Commit 7e5976d

Browse files
[HTML] Editorial: use title case for enumerated attribute states whatwg/html@8f0b052
1 parent 52aa5f1 commit 7e5976d

13 files changed

+139
-139
lines changed

HTML-autofill-ja.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207

208208
●●options
209209

210-
spec_date:2025-03-14
210+
spec_date:2025-05-15
211211
trans_update:2022-11-06
212212
source_checked HTMLforms
213213
page_state_key:HTML
@@ -395,7 +395,7 @@
395395

396396
選択肢~list:~HEforms#concept-select-option-list
397397
~listされる要素:~HEforms#category-listed
398-
st.off:~HEforms#attr-form-autocomplete-off-state
398+
st.Off:~HEforms#attr-form-autocomplete-off-state
399399
opt.選択状態:~HEforms#concept-option-selectedness
400400

401401
~form所有者:~HTMLforms#form-owner
@@ -2861,7 +2861,7 @@ <h6 title="Processing model">4.10.18.7.2. 処理~model</h6>
28612861
28622862
%~form ~NEQ ~NULL
28632863
]~AND[
2864-
%~form の`~autocomplete0$a 属性の状態 ~EQ `off$st
2864+
%~form の`~autocomplete0$a 属性の状態 ~EQ `Off$st
28652865
28662866
</li>
28672867
</ol>
@@ -2883,7 +2883,7 @@ <h6 title="Processing model">4.10.18.7.2. 処理~model</h6>
28832883
28842884
Let form be the element's form owner, if any, or null otherwise.
28852885
2886-
If form is not null and form's autocomplete attribute is in the off state, then let the element's autofill field name be "off".
2886+
If form is not null and form's autocomplete attribute is in the Off state, then let the element's autofill field name be "off".
28872887
28882888
Otherwise, let the element's autofill field name be "on".
28892889
</li>

HTML-dnd-ja.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147

148148
●●options
149149

150-
spec_date:2025-04-09
150+
spec_date:2025-05-15
151151
trans_update:2025-01-16
152152
source_checked:240712
153153
page_state_key:HTML
@@ -4382,10 +4382,10 @@ <h4 title="The draggable attribute">6.11.7. `draggable^a 属性</h4>
43824382
</p>
43834383
43844384
Keyword|State|Brief description
4385-
true|true|The element will be draggable.
4386-
false|false|The element will not be draggable.
4385+
true|True|The element will be draggable.
4386+
false|False|The element will not be draggable.
43874387
4388-
The attribute's missing value default and invalid value default are both the auto state. The auto state uses the default behavior of the user agent.
4388+
The attribute's missing value default and invalid value default are both the Auto state. The auto state uses the default behavior of the user agent.
43894389
</div>
43904390

43914391
<p>
@@ -4443,11 +4443,11 @@ <h4 title="The draggable attribute">6.11.7. `draggable^a 属性</h4>
44434443
画像を`表現-$する `object$e 要素/
44444444
`href$a 内容~属性を有する `a$e 要素
44454445
4446-
If an element's draggable content attribute has the state true, the draggable IDL attribute must return true.
4446+
If an element's draggable content attribute has the state True, the draggable IDL attribute must return true.
44474447
4448-
Otherwise, if the element's draggable content attribute has the state false, the draggable IDL attribute must return false.
4448+
Otherwise, if the element's draggable content attribute has the state False, the draggable IDL attribute must return false.
44494449
4450-
Otherwise, the element's draggable content attribute has the state auto. If the element is an img element, an object element that represents an image, or an a element with an href content attribute, the draggable IDL attribute must return true; otherwise, the draggable IDL attribute must return false.
4450+
Otherwise, the element's draggable content attribute has the state Auto. If the element is an img element, an object element that represents an image, or an a element with an href content attribute, the draggable IDL attribute must return true; otherwise, the draggable IDL attribute must return false.
44514451
</li>
44524452
<li class="algo">
44534453
その設定子~手続きは

HTML-dom-ja.html

+18-18
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152

153153
●●options
154154

155-
spec_date:2025-04-14
155+
spec_date:2025-05-15
156156
trans_update:2025-04-16
157157
source_checked:240712
158158
page_state_key:HTML
@@ -7332,11 +7332,11 @@ <h5 title="The translate attribute">3.2.6.3. `translate^a 属性</h5>
73327332
</p>
73337333
73347334
Keyword|State|Brief description
7335-
yes|yes|Sets translation mode to translate-enabled.
7335+
yes|Yes|Sets translation mode to translate-enabled.
73367336
(The empty string)|↑|↑
7337-
no|no|Sets translation mode to no-translate.
7337+
no|No|Sets translation mode to no-translate.
73387338
7339-
The attribute's missing value default and invalid value default are both the inherit state.
7339+
The attribute's missing value default and invalid value default are both the Inherit state.
73407340
</div>
73417341

73427342
<p>
@@ -7357,14 +7357,14 @@ <h5 title="The translate attribute">3.2.6.3. `translate^a 属性</h5>
73577357
73587358
`翻訳-可能$i
73597359
7360-
If an HTML element's translate attribute is in the yes state, then the element's translation mode is in the translate-enabled state;\
7360+
If an HTML element's translate attribute is in the Yes state, then the element's translation mode is in the translate-enabled state;\
73617361
</li>
73627362
<li>
73637363
`不可$st
73647364
73657365
`翻訳-不可$i
73667366
7367-
otherwise, if the element's translate attribute is in the no state, then the element's translation mode is in the no-translate state.\
7367+
otherwise, if the element's translate attribute is in the No state, then the element's translation mode is in the no-translate state.\
73687368
</li>
73697369
<li>
73707370
<p>
@@ -7379,7 +7379,7 @@ <h5 title="The translate attribute">3.2.6.3. `translate^a 属性</h5>
73797379
`translate$a 属性を有さないので,この場合に該当する。
73807380
</p>
73817381
7382-
Otherwise, either the element's translate attribute is in the inherit state, or the element is not an HTML element and thus does not have a translate attribute; in either case, the element's translation mode is in the same state as its parent element's, if any, or in the translate-enabled state, if the element's parent element is null.
7382+
Otherwise, either the element's translate attribute is in the Inherit state, or the element is not an HTML element and thus does not have a translate attribute; in either case, the element's translation mode is in the same state as its parent element's, if any, or in the translate-enabled state, if the element's parent element is null.
73837383
</li>
73847384
</ul>
73857385

@@ -7653,9 +7653,9 @@ <h5 title="The dir attribute">3.2.6.4. `dir^a 属性</h5>
76537653

76547654
76557655
Keyword|State|Brief description
7656-
ltr|ltr|The contents of the element are explicitly directionally isolated left-to-right text.
7657-
rtl|rtl|The contents of the element are explicitly directionally isolated right-to-left text.
7658-
auto|auto|The contents of the element are explicitly directionally isolated text, but the direction is to be determined programmatically using the contents of the element (as described below).
7656+
ltr|LTR|The contents of the element are explicitly directionally isolated left-to-right text.
7657+
rtl|RTL|The contents of the element are explicitly directionally isolated right-to-left text.
7658+
auto|Auto|The contents of the element are explicitly directionally isolated text, but the direction is to be determined programmatically using the contents of the element (as described below).
76597659
</div>
76607660

76617661
<div class="note">
@@ -7671,7 +7671,7 @@ <h5 title="The dir attribute">3.2.6.4. `dir^a 属性</h5>
76717671
]の最後の~~手段としてに限って,この値を利用することが督促される。
76727672
`BIDI$r
76737673
7674-
The heuristic used by the auto state is very crude (it just looks at the first character with a strong directionality, in a manner analogous to the Paragraph Level determination in the bidirectional algorithm). Authors are urged to only use this value as a last resort when the direction of the text is truly unknown and no better server-side heuristic can be applied. [BIDI]
7674+
The heuristic used by the Auto state is very crude (it just looks at the first character with a strong directionality, in a manner analogous to the Paragraph Level determination in the bidirectional algorithm). Authors are urged to only use this value as a last resort when the direction of the text is truly unknown and no better server-side heuristic can be applied. [BIDI]
76757675
</p>
76767676

76777677
<p class="trans-note">【†
@@ -7697,7 +7697,7 @@ <h5 title="The dir attribute">3.2.6.4. `dir^a 属性</h5>
76977697
]は、
76987698
いずれも `未定義$st とする。
76997699
7700-
The attribute's missing value default and invalid value default are both the undefined state.
7700+
The attribute's missing value default and invalid value default are both the Undefined state.
77017701
</p>
77027702

77037703
<hr>
@@ -7723,22 +7723,22 @@ <h5 title="The dir attribute">3.2.6.4. `dir^a 属性</h5>
77237723
77247724
~RET `~ltr$i
77257725
7726-
ltr
7726+
LTR
77277727
• Return 'ltr'.
77287728
</li>
77297729
<li>
77307730
`~rtl$st
77317731
77327732
~RET `~rtl$i
77337733
7734-
rtl
7734+
RTL
77357735
• Return 'rtl'.
77367736
</li>
77377737
<li>
77387738
<p>
77397739
`自動$st:
77407740
7741-
auto
7741+
Auto
77427742
</p>
77437743
<ol>
77447744
<li>
@@ -7766,7 +7766,7 @@ <h5 title="The dir attribute">3.2.6.4. `dir^a 属性</h5>
77667766
<p>
77677767
`未定義$st
77687768
7769-
undefined
7769+
Undefined
77707770
</p>
77717771
<ol>
77727772
<li>
@@ -8069,7 +8069,7 @@ <h5 title="The dir attribute">3.2.6.4. `dir^a 属性</h5>
80698069
• a script element
80708070
• a style element
80718071
• a textarea element
8072-
• an element whose dir attribute is not in the undefined state
8072+
• an element whose dir attribute is not in the Undefined state
80738073
80748074
then continue.
80758075
</li>
@@ -8250,7 +8250,7 @@ <h5 title="The dir attribute">3.2.6.4. `dir^a 属性</h5>
82508250
%要素 の `dir$a 属性の状態 ~EQ `自動$st
82518251
]:
82528252
8253-
If the attribute is a directionality-capable attribute and the element's dir attribute is in the auto state
8253+
If the attribute is a directionality-capable attribute and the element's dir attribute is in the Auto state
82548254
</p>
82558255
<ol>
82568256
<li>

HTML-form-elements-ja.html

+10-10
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147

148148
●●options
149149

150-
spec_date:2025-05-12
150+
spec_date:2025-05-15
151151
trans_update:2025-05-14
152152
source_checked:250314
153153
page_state_key:HTML
@@ -598,8 +598,8 @@
598598
st.提出する:#attr-button-type-submit-state
599599
st.自動:#attr-button-type-auto-state
600600

601-
st.off:#attr-form-autocomplete-off-state
602-
st.on:#attr-form-autocomplete-on-state
601+
st.Off:#attr-form-autocomplete-off-state
602+
st.On:#attr-form-autocomplete-on-state
603603
st.Hard:#attr-textarea-wrap-hard-state
604604
st.Soft:#attr-textarea-wrap-soft-state
605605

@@ -2179,30 +2179,30 @@ <h4 title="The form element">4.10.3. ``form^e 要素</h4>
21792179
<tbody>
21802180

21812181
<tr><td>``on@v
2182-
<td>`on@st
2182+
<td>`On@st
21832183
<td>
21842184
各~form~controlの`~autofill欄~名$は、
21852185
既定では `on$v に設定される。
21862186

21872187
<tr><td>``off@v
2188-
<td>`off@st
2188+
<td>`Off@st
21892189
<td>
21902190
各~form~controlの`~autofill欄~名$は、
21912191
既定では `off$v に設定される。
21922192
</table>
21932193
21942194
Keyword|State|Brief description
2195-
on|on|Form controls will have their autofill field name set to "on" by default.
2196-
off|off|Form controls will have their autofill field name set to "off" by default.
2195+
on|On|Form controls will have their autofill field name set to "on" by default.
2196+
off|Off|Form controls will have their autofill field name set to "off" by default.
21972197
</div>
21982198

21992199
<p>
22002200
``autocomplete$a 属性の[
22012201
`欠落~値~用の既定の状態$, `妥当でない値~用の既定の状態$
22022202
]は、
2203-
いずれも `on$st とする。
2203+
いずれも `On$st とする。
22042204
2205-
The attribute's missing value default and invalid value default are both the on state.
2205+
The attribute's missing value default and invalid value default are both the On state.
22062206
</p>
22072207

22082208
<p>
@@ -3864,7 +3864,7 @@ <h4 title="The button element">4.10.6. ``button^e 要素</h4>
38643864
%~command の状態 ~NEQ `~custom$st
38653865
]:
38663866
3867-
Let isPopover be true if target's popover attribute is not in the no popover state; otherwise false.
3867+
Let isPopover be true if target's popover attribute is not in the No Popover state; otherwise false.
38683868
38693869
If isPopover is false and command is not in the Custom state:
38703870
</p>

HTML-images-ja.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130

131131
●●options
132132

133-
spec_date:2025-05-12
133+
spec_date:2025-05-15
134134
trans_update:2025-05-14
135135
source_checked:230602
136136
page_state_key:HTML
@@ -2757,7 +2757,7 @@ <h4 title="The img element">4.8.3. `img^e 要素</h4>
27572757
]は、
27582758
いずれも `自動$st とする。
27592759
2760-
This attribute's missing value default and invalid value default are both the auto state.
2760+
This attribute's missing value default and invalid value default are both the Auto state.
27612761
</p>
27622762

27632763
<p>

HTML-infrastructure-ja.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898

9999
●●options
100100

101-
spec_date:2024-12-17
101+
spec_date:2025-05-15
102102
trans_update:2025-03-15
103103
source_checked:240619
104104
page_state_key:HTML
@@ -287,7 +287,7 @@
287287
~focusを更新する:~HTMLinteraction#focus-update-steps
288288

289289
~popover要素:~HTMLpopover#_popover-element
290-
st.~popoverなし:~HTMLpopover#attr-popover-none-state
290+
st.~popoverなし:~HTMLpopover#attr-popover-none-state ~popover要素
291291
~popoverを隠す:~HTMLpopover#hide-popover-algorithm
292292

293293
文書の~outline:~HEsections#outline
@@ -1519,7 +1519,7 @@ <h4 title="DOM trees">2.1.4. ~DOM~tree</h4>
15191519
15201520
`~popoverを隠す$( %除去される~node, ~F, ~F, ~F )
15211521
1522-
If removedNode's popover attribute is not in the no popover state, then run the hide popover algorithm given removedNode, false, false, and false.
1522+
If removedNode's popover attribute is not in the No Popover State, then run the hide popover algorithm given removedNode, false, false, and false.
15231523
</li>
15241524
</ol>
15251525
</div>

0 commit comments

Comments
 (0)