Skip to content

Commit 1a8637f

Browse files
[HTML] 各種更新/更新漏れ
Editorial: Fix whitespace, punctuation, spelling, wording, markup whatwg/html@c9c4d33 Editorial: correct placement of either whatwg/html@d0ba7df Fix variable naming in "focus another option" whatwg/html@8119cac +更新漏れ( HTML-xhtml : § The XML syntax
1 parent 7a42547 commit 1a8637f

18 files changed

Lines changed: 90 additions & 98 deletions

HTML-common-microsyntaxes-ja.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108

109109
●●options
110110

111-
spec_date:2025-06-27
111+
spec_date:2025-07-30
112112
trans_update:2025-05-16
113113
source_checked:241021
114114
page_state_key:HTML

HTML-custom-ja.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172

173173
●●options
174174

175-
spec_date:2025-07-29
175+
spec_date:2025-07-30
176176
trans_update:2025-07-30
177177
source_checked:250314
178178
page_state_key:HTML
@@ -501,7 +501,7 @@
501501
〜から見て:as viewed by
502502
登場以前:predate
503503
~~任意で選べる:opt in
504-
取って代わる:supercede
504+
取って代わる:supersede
505505
委ねられる:Left as
506506
~~要求どおり:as it ought to do
507507
これ以上:going forward
@@ -2187,7 +2187,7 @@ <h5 title="Preserving custom element state when moved">4.13.2.1 ~custom要素が
21872187
要素の先祖に依存する~logicを実行する場としても適切になり得る。
21882188
例えば:
21892189
2190-
To opt in to a state-preserving behavior while moving, the author can implement a "connectedMoveCallback". The existence of this callback, even if empty, would supercede the default behavior of calling "disconnectedCallback" and "connectedCallback". "connectedMoveCallback" can also be an appropriate place to execute logic that depends on the element's ancestors. For example:
2190+
To opt in to a state-preserving behavior while moving, the author can implement a "connectedMoveCallback". The existence of this callback, even if empty, would supersede the default behavior of calling "disconnectedCallback" and "connectedCallback". "connectedMoveCallback" can also be an appropriate place to execute logic that depends on the element's ancestors. For example:
21912191
</p>
21922192

21932193
<pre class="lang-js">
@@ -3246,7 +3246,7 @@ <h4 title="The CustomElementRegistry interface">4.13.4. `CustomElementRegistry^I
32463246
%root の`~node文書$の`~custom要素~registry$doc ~NEQ %registry【!this …】
32473247
32483248
3249-
root is either a Document node or root's node document's custom element registry is not this CustomElementRegistry object.
3249+
either root is a Document node or root's node document's custom element registry is not this CustomElementRegistry object.
32503250
</li>
32513251
</ul>
32523252
</dd>
@@ -3986,7 +3986,7 @@ <h4 title="The CustomElementRegistry interface">4.13.4. `CustomElementRegistry^I
39863986
~THROW `NotSupportedError$E
39873987
</p>
39883988
3989-
If this's is scoped is false and root is either a Document node or root's node document's custom element registry is not this, then throw a "NotSupportedError" DOMException.
3989+
If this's is scoped is false and either root is a Document node or root's node document's custom element registry is not this, then throw a "NotSupportedError" DOMException.
39903990
</li>
39913991
<li>
39923992
~IF[
@@ -4573,7 +4573,7 @@ <h4 title="Custom element reactions">4.13.6. ~custom要素~反応</h4>
45734573
] )
45744574
を引数に~callされる。
45754575
4576-
When user agent updates a form-associated custom element's value on behalf of a user or as part of navigation, its formStateRestoreCallback is called, given the new state and a string indicating a reason, "autocomplete" or "restore", as arguments.
4576+
When the user agent updates a form-associated custom element's value on behalf of a user or as part of navigation, its formStateRestoreCallback is called, given the new state and a string indicating a reason, "autocomplete" or "restore", as arguments.
45774577
</li>
45784578
</ul>
45794579
</li>

HTML-document-lifecycle-ja.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101

102102
●●options
103103

104-
spec_date:2025-05-27
104+
spec_date:2025-07-30
105105
trans_update:2025-04-30
106106
source_checked:221101
107107
page_state_key:HTML
@@ -3907,7 +3907,7 @@ <h3 title="Browser user interface considerations">7.8. ~browser~UIの考慮点</
39073907
~browserの~URL~barは隠さない
39083908
]ことが奨励される。
39093909
3910-
User agents that provides a minimal user interface for such popups are encouraged to not hide the browser's location bar.
3910+
User agents that provide a minimal user interface for such popups are encouraged to not hide the browser's location bar.
39113911
</p>
39123912

39133913
</section>

HTML-document-sequences-ja.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172

173173
●●options
174174

175-
spec_date:2025-06-09
175+
spec_date:2025-07-30
176176
trans_update:2025-06-11
177177
source_checked:250609
178178
page_state_key:HTML
@@ -1961,7 +1961,7 @@ <h5 title="Jake diagrams">7.3.1.4. ~Jake図式</h5>
19611961
`/i-0-a^c, `/i-1-a^c
19621962
]から開始している 2 個の`子~navigable$を伴う。
19631963
1964-
A top-level traversable is created, starting a the URL /t-a, with two child navigables starting at /i-0-a and /i-1-a respectively.
1964+
A top-level traversable is created, starting at the URL /t-a, with two child navigables starting at /i-0-a and /i-1-a respectively.
19651965
</li>
19661966
<li>
19671967
1 個目の子~navigableが別の文書
@@ -4185,7 +4185,7 @@ <h5 title="Related browsing contexts">7.3.2.2. 関係する閲覧~文脈たち</
41854185
<div id="warning-avoid-related-bc-terms" class="warning">
41864186
<p>
41874187
用語[
4188-
`先祖~閲覧~文脈$, `~top-level閲覧~文脈$
4188+
`先祖~閲覧~文脈$, `~top-level閲覧~文脈$
41894189
]が有用になることは、
41904190
稀にしかない
41914191
— 一般に,`閲覧~文脈$は、

HTML-dom-ja.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139

140140
●●options
141141

142-
spec_date:2025-07-22
142+
spec_date:2025-07-30
143143
trans_update:2025-07-25
144144
source_checked:240712
145145
page_state_key:HTML
@@ -7391,7 +7391,7 @@ <h5 title="The translate attribute">3.2.6.3. `translate^a 属性</h5>
73917391
この属性は,`列挙d属性$であり、
73927392
次に挙げる~keyword, とり得る状態, それらの対応付けが定義される:
73937393
7394-
It is an attribute is an enumerated attribute with the following keywords and states:
7394+
It is an enumerated attribute with the following keywords and states:
73957395
</p>
73967396

73977397
<div>

HTML-edits-ja.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888

8989
●●options
9090

91-
spec_date:2023-09-19
91+
spec_date:2025-07-30
9292
trans_update:2023-09-20
9393
source_checked:191126
9494
page_state_key:HTML
@@ -832,7 +832,7 @@ <h4 title="Attributes common to ins and del elements">4.7.3. `ins^e, `del^e 要
832832
]に行われたものと~markされる。
833833
所与の値が`大域的~日時$である場合、~UAは,その偏差~情報を利用して 所与の日時0が属する時間帯を決定するべきである。
834834
835-
User agents must parse the datetime attribute according to the parse a date or time string algorithm. If that doesn't return a date or a global date and time, then the modification has no associated timestamp (the value is non-conforming; it is not a valid date string with optional time). Otherwise, the modification is marked as having been made at the given date or global date and time. If the given value is a global date and time then user agents should use the associated time-zone offset information to determine which time zone to present the given datetime in.
835+
User agents must parse the datetime attribute according to the parse a date or time string algorithm. If that doesn't return a date or a global date and time, then the modification has no associated timestamp (the value is non-conforming; it is not a valid date string with optional time). Otherwise, the modification is marked as having been made at the given date or global date and time. If the given value is a global date and time, then user agents should use the associated time-zone offset information to determine which time zone to present the given datetime in.
836836
</p>
837837

838838
<p>

HTML-form-elements-ja.html

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@
158158

159159
●●options
160160

161-
spec_date:2025-07-24
162-
trans_update:2025-07-25
161+
spec_date:2025-07-30
162+
trans_update:2025-07-30
163163
source_checked:250314
164164
page_state_key:HTML
165165
spec_status:LS
@@ -1008,7 +1008,6 @@
10081008
%~event:event
10091009
-:options
10101010
%飛ばされた~node:skipping ...
1011-
%新たに~focusされる~option_e:newOption
10121011
%~node:node
10131012
%要素:element
10141013
%:-
@@ -5160,8 +5159,7 @@ <h4 title="The select element">4.10.7. ``select^e 要素</h4>
51605159
~UAは,別の `option^e を~focusすることを利用者に許容するベキである
51615160
— 次が遂行されるよう
51625161
5163-
`別の~option_eを~focusする$( 新たに~focusされた `option$e 要素,
5164-
`keydown$et ~event )
5162+
`別の~option_eを~focusする$( 新たに~focusされた `option$e 要素, `keydown$et ~event )
51655163
51665164
If the select is being rendered as a drop-down box with base appearance, then the user agent should allow the user\
51675165
</p>
@@ -5171,7 +5169,7 @@ <h4 title="The select element">4.10.7. ``select^e 要素</h4>
51715169
`別の~option_eを~focusする@
51725170
~algoは、
51735171
所与の
5174-
( `option$e 要素 %新たに~focusされる~option_e, 【 `KeyboardEvent$I 】 %~event )
5172+
( `option$e 要素 %option, 【 `KeyboardEvent$I 】 %~event )
51755173
に対し:
51765174
51775175
to focus another option given the new option element to focus option and a keydown event event:
@@ -5187,9 +5185,9 @@ <h4 title="The select element">4.10.7. ``select^e 要素</h4>
51875185
If event's canceled flag is set, then return.
51885186
</li>
51895187
<li>
5190-
`~objを~focusする$( %新たに~focusされる~option_e )
5188+
`~objを~focusする$( %option )
51915189
5192-
Run the focusing steps on newOption.
5190+
Run the focusing steps on option.
51935191
</li>
51945192
</ol>
51955193
</div>
@@ -5360,7 +5358,7 @@ <h4 title="The select element">4.10.7. ``select^e 要素</h4>
53605358
</ol>
53615359

53625360
5363-
The display size of a select element is the result of applying the rules for parsing non-negative integers to the value of element's size attribute, if it has one and parsing it is successful. If applying those rules to the attribute's value is not successful, or if the size attribute is absent, then the element's display size is 4 if the element's multiple content attribute is present, and 1 otherwise.
5361+
The display size of a select element is the result of applying the rules for parsing non-negative integers to the value of the element's size attribute, if it has one and parsing it is successful. If applying those rules to the attribute's value is not successful, or if the size attribute is absent, then the element's display size is 4 if the element's multiple content attribute is present, and 1 otherwise.
53645362
</div>
53655363

53665364
<div class="algo">
@@ -7613,7 +7611,7 @@ <h4 title="The option element">4.10.10. ``option^e 要素</h4>
76137611
<li>
76147612
`Text$I ~nodeである
76157613
7616-
%~text~data に %子孫【!`子孫$】 の`~data$cdを`付加する$
7614+
%~text~data に %子孫 の`~data$cdを`付加する$
76177615
</li>
76187616
<li>
76197617
`script$e 要素である
@@ -7638,7 +7636,7 @@ <h4 title="The option element">4.10.10. ``option^e 要素</h4>
76387636
~CONTINUE
76397637
</li>
76407638
<li>
7641-
%代替~text ~LET %子孫【!`子孫$】 の `alt$a 属性の値
7639+
%代替~text ~LET %子孫 の `alt$a 属性の値
76427640
</li>
76437641
<li>
76447642
~IF[
@@ -7663,7 +7661,7 @@ <h4 title="The option element">4.10.10. ``option^e 要素</h4>
76637661
</li>
76647662
</ol>
76657663
7666-
For each descendant of option in tree order:
7664+
For each descendant descendant of option in tree order:
76677665
• If descendant is a script or SVG script element, then continue skipping all descendants of descendant.
76687666
• If descendant is a Text node, then set text to the concatenation of text and descendant's data.
76697667
• If descendant is an img element and includeAltText is true, then:

HTML-forms-ja.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121

122122
●●options
123123

124-
spec_date:2025-07-22
124+
spec_date:2025-07-30
125125
trans_update:2025-07-25
126126
source_checked:250314
127127
page_state_key:HTML
@@ -1182,7 +1182,7 @@ <h5 title="A form control's value">4.10.18.1. ~form~controlの値</h5>
11821182
これは、
11831183
ほとんどにおいて`値$feと同じになるが,空~文字列には正規化されない。
11841184
1185-
Some form controls also have an optional value this largely mirrors the value but doesn't normalize to an empty string.\
1185+
Some form controls also have an optional value. This largely mirrors the value but doesn't normalize to an empty string.\
11861186
</p>
11871187

11881188
<p class="note">注記:

HTML-interaction-ja.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118

119119
●●options
120120

121-
spec_date:2025-07-07
121+
spec_date:2025-07-30
122122
trans_update:2025-06-08
123123
source_checked:240603
124124
page_state_key:HTML
@@ -7807,10 +7807,10 @@ <h4 title="Introduction">6.7.1. 序論</h4>
78077807
<div class="example">
78087808
<p>
78097809
どの~shortcut~UIkeyがあるか,利用者に伝えるため、
7810-
次の~scriptでは,~buttonの~labelに ~UIkey組合nを明示的に追加する
7810+
~buttonの~labelに~UIkey組合nを明示的に追加する例
78117811
【! opted to* 】
78127812
7813-
To tell the user what the shortcut key is, the author has this script here opted to explicitly add the key combination to the button's label:
7813+
To tell the user what the shortcut key is, the author has here opted to explicitly add the key combination to the button's label:
78147814
</p>
78157815

78167816
<pre class="lang-js">

HTML-interactive-elements-ja.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119

120120
●●options
121121

122-
spec_date:2025-06-02
122+
spec_date:2025-07-30
123123
trans_update:2025-06-03
124124
source_checked:250115
125125
page_state_key:HTML

0 commit comments

Comments
 (0)