Skip to content

Commit 95672bf

Browse files
[HTML] Update QuotaExceededError usage whatwg/html@abb4ae5
1 parent 28d0bd6 commit 95672bf

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

WebStorage-ja.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@
9191

9292
●●options
9393

94-
spec_date:2025-05-27
95-
trans_update:2025-01-08
94+
spec_date:2025-09-18
95+
trans_update:2025-09-19
9696
source_checked:250107
9797
page_state_key:HTML
9898
original_url:https://html.spec.whatwg.org/multipage/webstorage.html
@@ -154,7 +154,7 @@
154154
I.WindowSessionStorage:#windowsessionstorage
155155
I.WindowLocalStorage:#windowlocalstorage
156156

157-
E.QuotaExceededError:~WEBIDL#quotaexceedederror
157+
I.QuotaExceededError:~WEBIDL#quotaexceedederror
158158
E.SecurityError:~WEBIDL#securityerror
159159

160160
m.initEvent:~DOM4#dom-event-initevent
@@ -626,10 +626,11 @@ <h4 title="The Storage interface">12.2.1. `Storage^I ~interface</h4>
626626
</dd>
627627
<dd>
628628
値を設定できなかった場合、
629-
`QuotaExceededError$E 例外を投出する(例えば、
629+
`QuotaExceededError$I を投出する
630+
(例えば、
630631
利用者が当の~site用の~storageを不能化していた場合や, ~quotaを超過した場合)。
631632
632-
Throws a "QuotaExceededError" DOMException exception if the new value couldn't be set. (Setting could fail if, e.g., the user has disabled storage for the site, or if the quota has been exceeded.)
633+
Throws a QuotaExceededError if the new value couldn't be set. (Setting could fail if, e.g., the user has disabled storage for the site, or if the quota has been exceeded.)
633634
</dd>
634635
<dd>
635636
等価な `Storage$I ~objを保持している`~window$に向けて,`storage$et ~eventを配送する。
@@ -754,7 +755,7 @@ <h4 title="The Storage interface">12.2.1. `Storage^I ~interface</h4>
754755
( %S に`関連な設定群~obj$の`生成元$enV【!`生成元$】, %~storage に`関連な設定群~obj$の`生成元$enV【!`生成元$】 )
755756
は`同一-生成元$である
756757
757-
relevant settings object's origin is same origin with storage's relevant settings object's origin
758+
relevant settings object's origin is same origin with storage's relevant settings object's origin.
758759
</li>
759760
<li>
760761
@@ -934,9 +935,9 @@ <h4 title="The Storage interface">12.2.1. `Storage^I ~interface</h4>
934935
%value を格納できない
935936
936937
937-
~THROW `QuotaExceededError$E
938+
~THROW `QuotaExceededError$I
938939
939-
If value cannot be stored, then throw a "QuotaExceededError" DOMException.
940+
If value cannot be stored, then throw a QuotaExceededError.
940941
</li>
941942
<li>
942943
コレの`~map$sG[ %key ] ~SET %value

webappapis-ja.html

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
●●options
119119

120120
spec_date:2025-08-01
121-
trans_update:2025-07-26
121+
trans_update:2025-09-19
122122
source_checked:240712
123123
page_state_key:HTML
124124
spec_status:LS
@@ -218,7 +218,7 @@
218218
~promise:~WEBIDL#idl-promise
219219

220220
E.SyntaxError:~WEBIDL#syntaxerror
221-
E.QuotaExceededError:~WEBIDL#quotaexceedederror
221+
I.QuotaExceededError:~WEBIDL#quotaexceedederror
222222
E.NetworkError:~WEBIDL#networkerror
223223

224224
I.BeforeUnloadEvent:~WINDOW#beforeunloadevent
@@ -993,6 +993,7 @@
993993
却下-時:~WEBIDLjs#upon-rejection
994994
充足-時:~WEBIDLjs#upon-fulfillment
995995
~callback this 値:~WEBIDLjs#dfn-callback-this-value
996+
新たな~obj:~WEBIDLjs#new
996997

997998
●CSSOMVIEW
998999
文書の~resize手続き:~CSSOMVIEW#document-run-the-resize-steps
@@ -7746,7 +7747,7 @@ <h5 title="Calling scripts">8.1.4.4. ~scriptの~call法</h5>
77467747
`走らせた~scriptを片付ける$( %設定群 )
77477748
</li>
77487749
<li>
7749-
~RET `ThrowCompletion$jA( 新たな `QuotaExceededError$E 例外 )
7750+
~RET `ThrowCompletion$jA( `新たな~obj$( `QuotaExceededError$I ) )
77507751
</li>
77517752
</ol>
77527753
</li>
@@ -7837,14 +7838,12 @@ <h5 title="Calling scripts">8.1.4.4. ~scriptの~call法</h5>
78377838
~RET %評価~状態s
78387839
</li>
78397840
</ol>
7840-
7841-
78427841
78437842
Clean up after running script with settings.
78447843
78457844
If evaluationStatus is a normal completion, then return evaluationStatus.
78467845
7847-
↑↑ If we've reached this point, evaluationStatus was left as null because the script was aborted prematurely during evaluation. Return ThrowCompletion(a new "QuotaExceededError" DOMException).
7846+
↑↑ If we've reached this point, evaluationStatus was left as null because the script was aborted prematurely during evaluation. Return ThrowCompletion(a new QuotaExceededError).
78487847
</li>
78497848
</ol>
78507849
</div>
@@ -7929,9 +7928,9 @@ <h5 title="Calling scripts">8.1.4.4. ~scriptの~call法</h5>
79297928
~UAが`走っている~scriptを中止-$したため, `Evaluate$jA は完了しなかった
79307929
79317930
7932-
%評価~promise ~SET `却下される~promise$( `QuotaExceededError$E 例外 )
7931+
%評価~promise ~SET `却下される~promise$( `新たな~obj$( `QuotaExceededError$I ) )
79337932
7934-
If Evaluate fails to complete as a result of the user agent aborting the running script, then set evaluationPromise to a promise rejected with a new "QuotaExceededError" DOMException.
7933+
If Evaluate fails to complete as a result of the user agent aborting the running script, then set evaluationPromise to a promise rejected with a new QuotaExceededError.
79357934
</p>
79367935
</li>
79377936
</ol>
@@ -8128,14 +8127,14 @@ <h5 title="Killing scripts">8.1.4.5. ~scriptの強制終了</h5>
81288127
</p>
81298128

81308129
<div class="p">
8131-
<ul><li>`QuotaExceededError$E 例外を投出する
8130+
<ul><li>`QuotaExceededError$I を投出する
81328131
</li><li>例外を投出せずに~scriptを`中止-$する
81338132
</li><li>利用者に~promptする
81348133
</li><li>~script実行を絞る
81358134
</li></ul>
81368135

81378136
8138-
throw a "QuotaExceededError" DOMException, abort the script without an exception, prompt the user, or throttle script execution.
8137+
throw a QuotaExceededError, abort the script without an exception, prompt the user, or throttle script execution.
81398138
</div>
81408139

81418140
<div class="example">

0 commit comments

Comments
 (0)