Skip to content

Commit d154408

Browse files
1 parent 3a038ef commit d154408

16 files changed

+64
-65
lines changed

HTML-canvas-ja.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178

179179
●●options
180180

181-
spec_date:2025-04-08
181+
spec_date:2025-04-09
182182
trans_update:2025-04-09
183183
source_checked:240712
184184
page_state_key:HTML
@@ -3668,7 +3668,7 @@ <h5 title="The 2D rendering context">4.12.5.1. ~2D描画~文脈</h5>
36683668
%設定群 ~LET `~IDL値に変換する$( %~option群, `CanvasRenderingContext2DSettings$I )
36693669
(例外投出あり)
36703670
3671-
Let settings be the result of converting options to the dictionary type CanvasRenderingContext2DSettings. (This can throw an exception.).
3671+
Let settings be the result of converting options to the dictionary type CanvasRenderingContext2DSettings. (This can throw an exception.)
36723672
</li>
36733673
<li>
36743674
%文脈 ~LET `新たな~obj$( `CanvasRenderingContext2D$I )
@@ -6199,7 +6199,7 @@ <h6 title="Text styles">4.12.5.1.5. ~text~style</h6>
61996199
<li>
62006200
%~source~obj ~LET %~obj の`~font~style~source$
62016201
6202-
Let sourceObject be object's font style source object
6202+
Let sourceObject be object's font style source object.
62036203
</li>
62046204
<li>
62056205
%言語 ~SET %~source~obj に応じて
@@ -6252,7 +6252,7 @@ <h6 title="Text styles">4.12.5.1.5. ~text~style</h6>
62526252
<li>
62536253
%~source~obj ~LET %~target【!%~obj】 の`~font~style~source$
62546254
6255-
Let sourceObject be object's font style source object
6255+
Let sourceObject be object's font style source object.
62566256
</li>
62576257
<li>
62586258
%方向 ~SET %~source~obj に応じて
@@ -14708,7 +14708,7 @@ <h6 title="The offscreen 2D rendering context">4.12.5.3.1. ~offscreen~2D描画~
1470814708
%設定群 ~LET `~IDL値に変換する$( %~option群, `CanvasRenderingContext2DSettings$I )
1470914709
(例外投出あり)
1471014710
14711-
Let settings be the result of converting arg to the dictionary type CanvasRenderingContext2DSettings. (This can throw an exception.).
14711+
Let settings be the result of converting arg to the dictionary type CanvasRenderingContext2DSettings. (This can throw an exception.)
1471214712
</li>
1471314713
<li>
1471414714
%文脈 ~LET `新たな~obj$( `OffscreenCanvasRenderingContext2D$I )

HTML-common-microsyntaxes-ja.html

+13-14
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108

109109
●●options
110110

111-
spec_date:2024-10-21
111+
spec_date:2025-04-09
112112
trans_update:2024-10-22
113113
source_checked:241021
114114
page_state_key:HTML
@@ -2078,7 +2078,7 @@ <h5 title="Months">2.3.5.1. 年月t</h5>
20782078
<li>
20792079
%年t数 ~SET `Base10$( %年t )
20802080
2081-
Otherwise, interpret the resulting sequence as a base-ten integer. Let that number be the year.
2081+
Otherwise, interpret the resulting sequence as a base-ten integer. Let year be that number.
20822082
</li>
20832083
<li>
20842084
~IF[
@@ -2121,7 +2121,7 @@ <h5 title="Months">2.3.5.1. 年月t</h5>
21212121
<li>
21222122
%月t数 ~SET `Base10$( %月t )
21232123
2124-
Otherwise, interpret the resulting sequence as a base-ten integer. Let that number be the month.
2124+
Otherwise, interpret the resulting sequence as a base-ten integer. Let month be that number.
21252125
</li>
21262126
<li>
21272127
~IF[
@@ -2322,7 +2322,7 @@ <h5 title="Dates">2.3.5.2. 日付</h5>
23222322
<li>
23232323
%日t数 ~SET `Base10$( %日t )
23242324
2325-
Otherwise, interpret the resulting sequence as a base-ten integer. Let that number be the day.
2325+
Otherwise, interpret the resulting sequence as a base-ten integer. Let day be that number.
23262326
</li>
23272327
<li>
23282328
~IF[
@@ -2512,7 +2512,7 @@ <h5 title="Yearless dates">2.3.5.3. 月日t</h5>
25122512
<li>
25132513
%月t数 ~SET `Base10$( %月t )
25142514
2515-
Otherwise, interpret the resulting sequence as a base-ten integer. Let that number be the month.
2515+
Otherwise, interpret the resulting sequence as a base-ten integer. Let month be that number.
25162516
</li>
25172517
<li>
25182518
~IF[
@@ -2557,7 +2557,7 @@ <h5 title="Yearless dates">2.3.5.3. 月日t</h5>
25572557
<li>
25582558
%日t数 ~SET `Base10$( %日t )
25592559
2560-
Otherwise, interpret the resulting sequence as a base-ten integer. Let that number be the day.
2560+
Otherwise, interpret the resulting sequence as a base-ten integer. Let day be that number.
25612561
</li>
25622562
<li>
25632563
~IF[
@@ -2786,7 +2786,7 @@ <h5 title="Times">2.3.5.4. 時刻</h5>
27862786
<li>
27872787
%時t数 ~SET `Base10$( %時t )
27882788
2789-
Otherwise, interpret the resulting sequence as a base-ten integer. Let that number be the hour.
2789+
Otherwise, interpret the resulting sequence as a base-ten integer. Let hour be that number.
27902790
</li>
27912791
<li>
27922792
~IF[
@@ -2829,7 +2829,7 @@ <h5 title="Times">2.3.5.4. 時刻</h5>
28292829
<li>
28302830
%分t数 ~SET `Base10$( %分t )
28312831
2832-
Otherwise, interpret the resulting sequence as a base-ten integer. Let that number be the minute.
2832+
Otherwise, interpret the resulting sequence as a base-ten integer. Let minute be that number.
28332833
</li>
28342834
<li>
28352835
~IF[
@@ -3354,9 +3354,9 @@ <h5 title="Time zones">2.3.5.6. 時間帯</h5>
33543354
</ol>
33553355
33563356
• If s is exactly two characters long, then:
3357-
•• Interpret s as a base-ten integer. Let that number be the timezonehours.
3357+
•• Interpret s as a base-ten integer. Let timezonehours be that number.
33583358
•• If position is beyond the end of input or if the character at position is not a U+003A COLON character, then fail. Otherwise, move position forwards one character.
3359-
•• Collect a sequence of code points that are ASCII digits from input given position. If the collected sequence is not exactly two characters long, then fail. Otherwise, interpret the resulting sequence as a base-ten integer. Let that number be the timezoneminutes.
3359+
•• Collect a sequence of code points that are ASCII digits from input given position. If the collected sequence is not exactly two characters long, then fail. Otherwise, interpret the resulting sequence as a base-ten integer. Let timezoneminutes be that number.
33603360
</li>
33613361
<li>
33623362
~ELIF[
@@ -3366,8 +3366,8 @@ <h5 title="Time zones">2.3.5.6. 時間帯</h5>
33663366
( %時t, %分t ) ~SET %時t の ( 最初の 2 文字, 最後の 2 文字 )
33673367
33683368
• If s is exactly four characters long, then:
3369-
•• Interpret the first two characters of s as a base-ten integer. Let that number be the timezonehours.
3370-
•• Interpret the last two characters of s as a base-ten integer. Let that number be the timezoneminutes.
3369+
•• Interpret the first two characters of s as a base-ten integer. Let timezonehours be that number.
3370+
•• Interpret the last two characters of s as a base-ten integer. Let timezoneminutes be that number.
33713371
</li>
33723372
<li>
33733373
~ELSE
@@ -3934,9 +3934,8 @@ <h5 title="Weeks">2.3.5.8. 年週t</h5>
39343934
</li>
39353935
<li>
39363936
%年t数 ~SET `Base10$( %年t )
3937-
39383937
3939-
Otherwise, interpret the resulting sequence as a base-ten integer. Let that number be the year.
3938+
Otherwise, interpret the resulting sequence as a base-ten integer. Let year be that number.
39403939
</li>
39413940
<li>
39423941
~IF[

HTML-custom-ja.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163

164164
●●options
165165

166-
spec_date:2025-03-14
166+
spec_date:2025-04-09
167167
trans_update:2025-03-15
168168
source_checked:250314
169169
page_state_key:HTML
@@ -4021,7 +4021,7 @@ <h4 title="Upgrades">4.13.5. 昇格</h4>
40214021
40224022
`~custom要素~callback反応を~enqueueする$( %要素, `formDisabledCallback^l, « ~T » )
40234023
4024-
If element is disabled, then enqueue a custom element callback reaction with element, callback name "formDisabledCallback" and « true ».
4024+
If element is disabled, then enqueue a custom element callback reaction with element, callback name "formDisabledCallback", and « true ».
40254025
</li>
40264026
</ol>
40274027
</li>

HTML-dnd-ja.html

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

148148
●●options
149149

150-
spec_date:2025-01-15
150+
spec_date:2025-04-09
151151
trans_update:2025-01-16
152152
source_checked:240712
153153
page_state_key:HTML
@@ -2780,7 +2780,7 @@ <h4 title="The DragEvent interface">6.11.4. `DragEvent^I ~interface</h4>
27802780
27812781
If e is not dragleave or dragend, then initialize event's cancelable attribute to true.
27822782
2783-
Initialize event's mouse and key attributes initialized according to the state of the input devices as they would be for user interaction events.
2783+
Initialize event's mouse and key attributes according to the state of the input devices as they would be for user interaction events.
27842784
27852785
If there is no relevant pointing device, then initialize event's screenX, screenY, clientX, clientY, and button attributes to 0.
27862786
</li>

HTML-form-elements-ja.html

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

148148
●●options
149149

150-
spec_date:2025-03-14
150+
spec_date:2025-04-09
151151
trans_update:2025-03-15
152152
source_checked:250314
153153
page_state_key:HTML
@@ -9541,7 +9541,7 @@ <h4 title="The fieldset element">4.10.15. ``fieldset^e 要素</h4>
95419541
`~flow内容$
95429542
]の並び。
95439543
9544-
Optionally a legend element, followed by flow content.
9544+
Optionally, a legend element, followed by flow content.
95459545
</dd>
95469546

95479547
<dt>`text/html における~tag省略$</dt>

HTML-global-api-ja.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121

122122
●●options
123123

124-
spec_date:2025-02-21
124+
spec_date:2025-04-09
125125
trans_update:2025-02-23
126126
source_checked:240712
127127
page_state_key:HTML
@@ -1807,7 +1807,7 @@ <h3 title="Timers">8.6. ~timer</h3>
18071807
%~timeout,
18081808
%完了~手続き
18091809
1810-
Set uniqueHandle to the result of running steps after a timeout given global, "setTimeout/setInterval", timeout, completionStep.
1810+
Set uniqueHandle to the result of running steps after a timeout given global, "setTimeout/setInterval", timeout, and completionStep.
18111811
</li>
18121812
<li>
18131813
%一意な~keyへの~map[ %~ID ] ~SET %一意な~handle

HTML-images-ja.html

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

131131
●●options
132132

133-
spec_date:2025-03-19
133+
spec_date:2025-04-09
134134
trans_update:2025-03-20
135135
source_checked:230602
136136
page_state_key:HTML
@@ -7058,12 +7058,12 @@ <h5 title="Updating the image data">4.8.4.3.5. 画像~dataの更新-法</h5>
70587058
<li>
70597059
%img の`処理待ち要請を現在の要請に昇格する$
70607060
7061-
upgrade the pending request to the current request and
7061+
upgrade the pending request to the current request,
70627062
</li>
70637063
<li>
70647064
`画像を呈示~用に準備する$( %img )
70657065
7066-
prepare image request for presentation given the img element.
7066+
and prepare image request for presentation given the img element.
70677067
</li>
70687068
</ol>
70697069
</li>

HTML-media-ja.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155

156156
●●options
157157

158-
spec_date:2025-03-19
158+
spec_date:2025-04-09
159159
trans_update:2025-03-20
160160
source_checked:240712
161161
page_state_key:HTML
@@ -5107,7 +5107,7 @@ <h5 title="Loading the media resource">4.8.11.5. ~media資源の読込n法</h5>
51075107
~UAは,上に挙げた どれを行うものと決定してもヨイ。
51085108
</p>
51095109
5110-
Let byteRange, which is "entire resource" or a (number, number or "until end") tuple, be the byte range required to satisfy missing data in media data. This value is implementation-defined and may rely on codec, network conditions or other heuristics. The user-agent may determine to fetch the resource in full, in which case byteRange would be "entire resource", to fetch from a byte offset until the end, in which case byteRange would be (number, "until end"), or to fetch a range between two byte offsets, im which case byteRange would be a (number, number) tuple representing the two offsets.
5110+
Let byteRange, which is "entire resource" or a (number, number or "until end") tuple, be the byte range required to satisfy missing data in media data. This value is implementation-defined and may rely on codec, network conditions or other heuristics. The user-agent may determine to fetch the resource in full, in which case byteRange would be "entire resource", to fetch from a byte offset until the end, in which case byteRange would be (number, "until end"), or to fetch a range between two byte offsets, in which case byteRange would be a (number, number) tuple representing the two offsets.
51115111
</li>
51125112
<li>
51135113
<p>
@@ -5269,7 +5269,7 @@ <h5 title="Loading the media resource">4.8.11.5. ~media資源の読込n法</h5>
52695269
`video$e 要素に対しては、
52705270
当の動画が `canvas$e 上に描かれるとき,その `canvas^e は~taintedになるかどうか。
52715271
5272-
for video elements, whether acanvas gets tainted when the video is drawn on it.
5272+
for video elements, whether a canvas gets tainted when the video is drawn on it.
52735273
</li>
52745274
</ul>
52755275
</li>

HTML-metadata-ja.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163

164164
●●options
165165

166-
spec_date:2025-01-27
166+
spec_date:2025-04-09
167167
trans_update:2025-03-02
168168
source_checked:240712
169169
page_state_key:HTML
@@ -4025,7 +4025,7 @@ <h5 title="Processing Link headers">4.2.4.4. `Link^h ~headerの処理</h5>
40254025
Let options be a new link processing options with
40264026
40274027
destination
4028-
• the result of translating the state of el's as attribute.
4028+
• the result of translating the state of el's as attribute
40294029
crossorigin
40304030
• the state of el's crossorigin content attribute
40314031
referrer policy
@@ -4043,7 +4043,7 @@ <h5 title="Processing Link headers">4.2.4.4. `Link^h ~headerの処理</h5>
40434043
document
40444044
• document
40454045
cryptographic nonce metadata
4046-
The current value of el's [[CryptographicNonce]] internal slot
4046+
the current value of el's [[CryptographicNonce]] internal slot
40474047
fetch priority
40484048
• the state of el's fetchpriority content attribute
40494049
</li>

HTML-navigation-ja.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180

181181
●●options
182182

183-
spec_date:2025-03-28
183+
spec_date:2025-04-09
184184
trans_update:2025-03-29
185185
source_checked:240625
186186
page_state_key:HTML
@@ -8823,7 +8823,7 @@ <h4 title="Populating a session history entry">7.4.5. ~session履歴~entryの拡
88238823
%~COOP施行n結果,
88248824
%要請 の`~referrer$rq
88258825
8826-
Set coopEnforcementResult to the result of enforcing the response's opener policy given navigable's active browsing context, response's URL, responseOrigin, responseCOOP, coopEnforcementResult and request's referrer.
8826+
Set coopEnforcementResult to the result of enforcing the response's opener policy given navigable's active browsing context, response's URL, responseOrigin, responseCOOP, coopEnforcementResult, and request's referrer.
88278827
</li>
88288828
<li>
88298829
<p>
@@ -9515,7 +9515,7 @@ <h4 title="Populating a session history entry">7.4.5. ~session履歴~entryの拡
95159515
画像/ 動画 / 音声
95169516
]型
95179517
9518-
A supported image, video, or audio type
9518+
a supported image, video, or audio type
95199519
</dt>
95209520
<dd>
95219521
~RET `~media文書を読込む$( %~navi~params, %~MIME型 )
@@ -11273,7 +11273,7 @@ <h5 title="Updating the traversable">7.4.6.1 辿可能の更新-法</h5>
1127311273
1127411274
"push"
1127511275
"replace"
11276-
• A new NavigationHistoryEntry in displayedDocument's relevant realm with its session history entry set to targetEntry.
11276+
• A new NavigationHistoryEntry in displayedDocument's relevant realm with its session history entry set to targetEntry
1127711277
</li>
1127811278
</ul>
1127911279
</li>
@@ -12202,7 +12202,7 @@ <h5 title="Updating the document">7.4.6.2. 文書の更新-法</h5>
1220212202
%~navigable,
1220312203
`新たな~WebDriver-BiDi~navi状態s$( %~navi~ID, `~commitされた$wBDst, %文書 の`~URL$doc )
1220412204
12205-
Invoke WebDriver BiDi navigation committed with navigable and a new WebDriver BiDi navigation status whose id is document's during-loading navigation ID for WebDriver BiDi, status is "committed", and url is document's URL
12205+
Invoke WebDriver BiDi navigation committed with navigable and a new WebDriver BiDi navigation status whose id is document's during-loading navigation ID for WebDriver BiDi, status is "committed", and url is document's URL.
1220612206
</li>
1220712207

1220812208
<li>

0 commit comments

Comments
 (0)