|
118 | 118 | ●●options |
119 | 119 |
|
120 | 120 | spec_date:2025-08-01 |
121 | | -trans_update:2025-07-26 |
| 121 | +trans_update:2025-09-19 |
122 | 122 | source_checked:240712 |
123 | 123 | page_state_key:HTML |
124 | 124 | spec_status:LS |
|
218 | 218 | ~promise:~WEBIDL#idl-promise |
219 | 219 |
|
220 | 220 | E.SyntaxError:~WEBIDL#syntaxerror |
221 | | -E.QuotaExceededError:~WEBIDL#quotaexceedederror |
| 221 | +I.QuotaExceededError:~WEBIDL#quotaexceedederror |
222 | 222 | E.NetworkError:~WEBIDL#networkerror |
223 | 223 |
|
224 | 224 | I.BeforeUnloadEvent:~WINDOW#beforeunloadevent |
|
993 | 993 | 却下-時:~WEBIDLjs#upon-rejection |
994 | 994 | 充足-時:~WEBIDLjs#upon-fulfillment |
995 | 995 | ~callback this 値:~WEBIDLjs#dfn-callback-this-value |
| 996 | +新たな~obj:~WEBIDLjs#new |
996 | 997 |
|
997 | 998 | ●CSSOMVIEW |
998 | 999 | 文書の~resize手続き:~CSSOMVIEW#document-run-the-resize-steps |
@@ -7746,7 +7747,7 @@ <h5 title="Calling scripts">8.1.4.4. ~scriptの~call法</h5> |
7746 | 7747 | `走らせた~scriptを片付ける$( %設定群 ) |
7747 | 7748 | </li> |
7748 | 7749 | <li> |
7749 | | -~RET `ThrowCompletion$jA( 新たな `QuotaExceededError$E 例外 ) |
| 7750 | +~RET `ThrowCompletion$jA( `新たな~obj$( `QuotaExceededError$I ) ) |
7750 | 7751 | </li> |
7751 | 7752 | </ol> |
7752 | 7753 | </li> |
@@ -7837,14 +7838,12 @@ <h5 title="Calling scripts">8.1.4.4. ~scriptの~call法</h5> |
7837 | 7838 | ~RET %評価~状態s |
7838 | 7839 | </li> |
7839 | 7840 | </ol> |
7840 | | - |
7841 | | - |
7842 | 7841 | ◎ |
7843 | 7842 | Clean up after running script with settings. |
7844 | 7843 | ◎ |
7845 | 7844 | If evaluationStatus is a normal completion, then return evaluationStatus. |
7846 | 7845 | ◎ |
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). |
7848 | 7847 | </li> |
7849 | 7848 | </ol> |
7850 | 7849 | </div> |
@@ -7929,9 +7928,9 @@ <h5 title="Calling scripts">8.1.4.4. ~scriptの~call法</h5> |
7929 | 7928 | ~UAが`走っている~scriptを中止-$したため, `Evaluate$jA は完了しなかった |
7930 | 7929 | ] |
7931 | 7930 | ⇒ |
7932 | | -%評価~promise ~SET `却下される~promise$( `QuotaExceededError$E 例外 ) |
| 7931 | +%評価~promise ~SET `却下される~promise$( `新たな~obj$( `QuotaExceededError$I ) ) |
7933 | 7932 | ◎ |
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. |
7935 | 7934 | </p> |
7936 | 7935 | </li> |
7937 | 7936 | </ol> |
@@ -8128,14 +8127,14 @@ <h5 title="Killing scripts">8.1.4.5. ~scriptの強制終了</h5> |
8128 | 8127 | </p> |
8129 | 8128 |
|
8130 | 8129 | <div class="p"> |
8131 | | -<ul><li>`QuotaExceededError$E 例外を投出する |
| 8130 | +<ul><li>`QuotaExceededError$I を投出する |
8132 | 8131 | </li><li>例外を投出せずに~scriptを`中止-$する |
8133 | 8132 | </li><li>利用者に~promptする |
8134 | 8133 | </li><li>~script実行を絞る |
8135 | 8134 | </li></ul> |
8136 | 8135 |
|
8137 | 8136 | ◎ |
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. |
8139 | 8138 | </div> |
8140 | 8139 |
|
8141 | 8140 | <div class="example"> |
|
0 commit comments