Skip to content

Commit 52acec0

Browse files
[WebIDL] 編集(原文テキストデータ/ QuotaExceededError 例の更新漏れ
1 parent fa1a424 commit 52acec0

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

WebIDL-JS-ja.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6561,7 +6561,7 @@ <h4 title="Union types">3.2.25. 共用体~型</h4>
65616561
%V は `DataView^sl `内部~slot$を有する
65626562
]:
65636563
6564-
If V is an Object and V has a [[TypedArrayName]] internal slot, then:
6564+
If V is an Object and V has a [[DataView]] internal slot, then:
65656565
</p>
65666566
<ol>
65676567
<li>
@@ -12326,8 +12326,8 @@ <h3 title="Overload resolution algorithm">3.6. 多重定義~解決~algo</h3>
1232612326
1232712327
• a sequence type
1232812328
• a nullable version of any of the above types
12329-
• an annotated type whose inner type is a sequence type
12330-
• a union type, nullable union type, or annotated union type that has a sequence type in its flattened member types
12329+
• an annotated type whose inner type is one of the above types
12330+
• a union type, nullable union type, or annotated union type that has one of the above types in its flattened member types
1233112331
1233212332
and after performing the following steps,
1233312333
• Let method be ? GetMethod(V, %Symbol.iterator%).
@@ -17120,8 +17120,6 @@ <h5 title="Asynchronous iterator prototype object">3.7.10.2. 非同期~反復子
1712017120
%object の`進行中な~promise$aI ~SET %後の進行中な~promise能力.`Promise^sl
1712117121
1712217122
Set object’s ongoing promise to afterOngoingPromiseCapability.[[Promise]].
17123-
17124-
Set returnStepsPromise to afterOngoingPromiseCapability.[[Promise]].
1712517123
</li>
1712617124
</ol>
1712717125
</li>

WebIDL-ja.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -472,8 +472,8 @@
472472

473473
spec_title:Web IDL Standard
474474
spec_date:2025-09-15
475-
trans_update:2025-08-02
476-
source_checked:231227
475+
trans_update:2025-09-25
476+
source_checked:250915
477477
original_url:https://webidl.spec.whatwg.org/
478478
abbr_url:WEBIDL
479479
page_state_key:WEBIDL
@@ -14514,8 +14514,12 @@ <h4 title="Observable array types — ObservableArray&lt;T&gt;">2.13.36. 観測-
1451414514
1451514515
1451614516
~THROW `QuotaExceededError$T
14517+
— その
14518+
⇒#
14519+
`quota$M ~SET 200,
14520+
`requested$M ~SET %~index
1451714521
14518-
If index is greater than 200, then throw a "QuotaExceededError" DOMException.
14522+
If index is greater than or equal to 200, then throw a QuotaExceededError whose quota is 200 and requested is index.
1451914523
</li>
1452014524
<li>
1452114525
%employee を作業につかせる

0 commit comments

Comments
 (0)