We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6536115 commit b7c32fbCopy full SHA for b7c32fb
css-paint-api/Overview.bs
@@ -18,7 +18,7 @@ spec:css-break-3; type:dfn; text:fragment
18
19
<pre class="anchors">
20
urlPrefix: https://heycam.github.io/webidl/; type: dfn;
21
- text: NotSupportedError
+ text: InvalidModificationError
22
urlPrefix: #dfn-;
23
url: throw; text: thrown
24
urlPrefix: #idl-;
@@ -164,7 +164,7 @@ called, the user agent <em>must</em> run the following steps:
164
map.
165
166
3. If |paintImageDefinitionMap|[|name|] <a for=map>exists</a> <a>throw</a> a
167
- "<a>NotSupportedError</a>" <a>DOMException</a> and abort all these steps.
+ "<a>InvalidModificationError</a>" <a>DOMException</a> and abort all these steps.
168
169
4. Let |inputProperties| be an empty <code>sequence<DOMString></code>
170
0 commit comments