You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
•• 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.
3358
3358
•• 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.
Copy file name to clipboardExpand all lines: HTML-media-ja.html
+3-3
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,7 @@
155
155
156
156
●●options
157
157
158
-
spec_date:2025-03-19
158
+
spec_date:2025-04-09
159
159
trans_update:2025-03-20
160
160
source_checked:240712
161
161
page_state_key:HTML
@@ -5107,7 +5107,7 @@ <h5 title="Loading the media resource">4.8.11.5. ~media資源の読込n法</h5>
5107
5107
~UAは,上に挙げた どれを行うものと決定してもヨイ。
5108
5108
</p>
5109
5109
◎
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.
5111
5111
</li>
5112
5112
<li>
5113
5113
<p>
@@ -5269,7 +5269,7 @@ <h5 title="Loading the media resource">4.8.11.5. ~media資源の読込n法</h5>
Copy file name to clipboardExpand all lines: HTML-navigation-ja.html
+5-5
Original file line number
Diff line number
Diff line change
@@ -180,7 +180,7 @@
180
180
181
181
●●options
182
182
183
-
spec_date:2025-03-28
183
+
spec_date:2025-04-09
184
184
trans_update:2025-03-29
185
185
source_checked:240625
186
186
page_state_key:HTML
@@ -8823,7 +8823,7 @@ <h4 title="Populating a session history entry">7.4.5. ~session履歴~entryの拡
8823
8823
%~COOP施行n結果,
8824
8824
%要請 の`~referrer$rq
8825
8825
◎
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.
8827
8827
</li>
8828
8828
<li>
8829
8829
<p>
@@ -9515,7 +9515,7 @@ <h4 title="Populating a session history entry">7.4.5. ~session履歴~entryの拡
9515
9515
画像/ 動画 / 音声
9516
9516
]型
9517
9517
◎
9518
-
A supported image, video, or audio type
9518
+
a supported image, video, or audio type
9519
9519
</dt>
9520
9520
<dd>
9521
9521
~RET `~media文書を読込む$( %~navi~params, %~MIME型 )
@@ -11273,7 +11273,7 @@ <h5 title="Updating the traversable">7.4.6.1 辿可能の更新-法</h5>
11273
11273
◎
11274
11274
"push"
11275
11275
"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
11277
11277
</li>
11278
11278
</ul>
11279
11279
</li>
@@ -12202,7 +12202,7 @@ <h5 title="Updating the document">7.4.6.2. 文書の更新-法</h5>
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.
0 commit comments