File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -34,26 +34,11 @@ Ignored Terms: PaintWorklet
3434</style>
3535
3636<pre class="link-defaults">
37- spec:css-break-3; type:dfn; text:fragment
38- spec:css-display-3; type:dfn; text:box
39- spec:css-ui-4; type:property; text:cursor
4037spec:infra; type:dfn; text:list
38+ spec:webidl; type:dfn; text:converting
4139</pre>
4240
4341<pre class="anchors">
44- urlPrefix: https://heycam.github.io/webidl/; type: dfn;
45- text: InvalidModificationError
46- urlPrefix: #common-;
47- text: Function
48- urlPrefix: #dfn-;
49- url: throw; text: thrown
50- urlPrefix: #idl-;
51- text: boolean
52- text: DOMException
53- url: es-type-mapping; text: converting
54- urlPrefix: https://html.spec.whatwg.org/multipage/; type: dfn;
55- urlPrefix: scripting.html
56- text: reset the rendering context to its default state
5742urlPrefix: https://tc39.github.io/ecma262/#sec-; type: dfn;
5843 text: constructor
5944 text: Construct
@@ -185,7 +170,7 @@ called, the user agent <em>must</em> run the following steps:
185170 2. Let |paintDefinitionMap| be {{PaintWorkletGlobalScope}} 's [=paint definitions=] map.
186171
187172 3. If |paintDefinitionMap|[|name|] [=map/exists=] [=throw=] a
188- "[= InvalidModificationError=] " [= DOMException=] and abort all these steps.
173+ "{{ InvalidModificationError}} " {{ DOMException}} and abort all these steps.
189174
190175 4. Let |inputProperties| be an empty <code> sequence<DOMString></code> .
191176
You can’t perform that action at this time.
0 commit comments