@@ -2902,8 +2902,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
2902
2902
<li><dfn data-x-href="https://webidl.spec.whatwg.org/#dfn-set-entries">set entries</dfn></li>
2903
2903
</ul>
2904
2904
2905
- <p><cite>Web IDL</cite> also defines the following types that are used in Web IDL fragments in
2906
- this specification:</p>
2905
+ <p><cite>Web IDL</cite> also defines the following types that are used in this specification:</p>
2907
2906
2908
2907
<ul class="brief">
2909
2908
<li><dfn data-x="idl-ArrayBuffer" data-x-href="https://webidl.spec.whatwg.org/#idl-ArrayBuffer"><code>ArrayBuffer</code></dfn></li>
@@ -2922,6 +2921,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
2922
2921
<li><dfn data-x="idl-unsigned-long" data-x-href="https://webidl.spec.whatwg.org/#idl-unsigned-long"><code>unsigned long</code></dfn></li>
2923
2922
<li><dfn data-x="idl-USVString" data-x-href="https://webidl.spec.whatwg.org/#idl-USVString"><code>USVString</code></dfn></li>
2924
2923
<li><dfn data-x="idl-VoidFunction" data-x-href="https://webidl.spec.whatwg.org/#VoidFunction"><code>VoidFunction</code></dfn></li>
2924
+ <li><dfn data-x-href="https://webidl.spec.whatwg.org/#quotaexceedederror"><code>QuotaExceededError</code></dfn></li>
2925
2925
</ul>
2926
2926
2927
2927
<p>The term <dfn data-x-href="https://webidl.spec.whatwg.org/#dfn-throw">throw</dfn> in this
@@ -2943,7 +2943,6 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
2943
2943
<li><dfn data-x-href="https://webidl.spec.whatwg.org/#securityerror">"<code>SecurityError</code>"</dfn></li>
2944
2944
<li><dfn data-x-href="https://webidl.spec.whatwg.org/#networkerror">"<code>NetworkError</code>"</dfn></li>
2945
2945
<li><dfn data-x-href="https://webidl.spec.whatwg.org/#aborterror">"<code>AbortError</code>"</dfn></li>
2946
- <li><dfn data-x-href="https://webidl.spec.whatwg.org/#quotaexceedederror">"<code>QuotaExceededError</code>"</dfn></li>
2947
2946
<li><dfn data-x-href="https://webidl.spec.whatwg.org/#datacloneerror">"<code>DataCloneError</code>"</dfn></li>
2948
2947
<li><dfn data-x-href="https://webidl.spec.whatwg.org/#encodingerror">"<code>EncodingError</code>"</dfn></li>
2949
2948
<li><dfn data-x-href="https://webidl.spec.whatwg.org/#notallowederror">"<code>NotAllowedError</code>"</dfn></li>
@@ -110528,8 +110527,7 @@ document.querySelector("button").addEventListener("click", bound);
110528
110527
110529
110528
<li><p>If we've reached this point, <var>evaluationStatus</var> was left as null because the
110530
110529
script was <span data-x="abort a running script">aborted prematurely</span> during evaluation.
110531
- Return <span>ThrowCompletion</span>(a new <span>"<code>QuotaExceededError</code>"</span>
110532
- <code>DOMException</code>).
110530
+ Return <span>ThrowCompletion</span>(a new <code>QuotaExceededError</code>).
110533
110531
</p></li>
110534
110532
</ol>
110535
110533
@@ -110570,7 +110568,7 @@ document.querySelector("button").addEventListener("click", bound);
110570
110568
<p>If <span data-x="js-Evaluate">Evaluate</span> fails to complete as a result of the user agent
110571
110569
<span data-x="abort a running script">aborting the running script</span>, then set
110572
110570
<var>evaluationPromise</var> to <span>a promise rejected with</span> a new
110573
- <span>"< code>QuotaExceededError</code>"</span> <code>DOMException </code>.</p>
110571
+ <code>QuotaExceededError</code>.</p>
110574
110572
</li>
110575
110573
</ol>
110576
110574
</li>
@@ -110648,9 +110646,9 @@ document.querySelector("button").addEventListener("click", bound);
110648
110646
110649
110647
<p>User agents may impose resource limitations on scripts, for example CPU quotas, memory limits,
110650
110648
total execution time limits, or bandwidth limitations. When a script exceeds a limit, the user
110651
- agent may either throw a <span>"< code>QuotaExceededError</code>"</ span> <code>DOMException</code>,
110652
- <span data-x="abort a running script">abort the script</span> without an exception, prompt the
110653
- user, or throttle script execution.</p>
110649
+ agent may either throw a <code>QuotaExceededError</code>, < span data-x="abort a running
110650
+ script">abort the script</span> without an exception, prompt the user, or throttle script
110651
+ execution.</p>
110654
110652
110655
110653
<div class="example">
110656
110654
@@ -124791,9 +124789,9 @@ interface <dfn interface>Storage</dfn> {
124791
124789
<p>Sets the value of the pair identified by <var>key</var> to <var>value</var>, creating a new
124792
124790
key/value pair if none existed for <var>key</var> previously.</p>
124793
124791
124794
- <p>Throws a <span>"< code>QuotaExceededError</code>"</span> <code>DOMException</code>
124795
- if the new value couldn't be set. (Setting could fail if, e.g., the user has disabled storage
124796
- for the site, or if the quota has been exceeded.)</p>
124792
+ <p>Throws a <code>QuotaExceededError</code> if the new value couldn't be set. (Setting could
124793
+ fail if, e.g., the user has disabled storage for the site, or if the quota has been
124794
+ exceeded.)</p>
124797
124795
124798
124796
<p>Dispatches a <code data-x="event-storage">storage</code> event on <code>Window</code> objects
124799
124797
holding an equivalent <code>Storage</code> object.</p>
@@ -124947,7 +124945,7 @@ interface <dfn interface>Storage</dfn> {
124947
124945
</li>
124948
124946
124949
124947
<li><p>If <var>value</var> cannot be stored, then throw a
124950
- <span>"< code>QuotaExceededError</code>"</span> <code>DOMException </code>.</p></li>
124948
+ <code>QuotaExceededError</code>.</p></li>
124951
124949
124952
124950
<li><p><span data-x="map set">Set</span> <span>this</span>'s <span
124953
124951
data-x="concept-Storage-map">map</span>[<var>key</var>] to <var>value</var>.</p></li>
0 commit comments