Skip to content

Commit d23b02b

Browse files
committed
[css-paint-api] Remove a bunch more anchors and link-defaults.
1 parent f2133e3 commit d23b02b

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

css-paint-api/Overview.bs

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff 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
4037
spec: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
5742
urlPrefix: 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&lt;DOMString></code>.
191176

0 commit comments

Comments
 (0)