Skip to content

Commit 2979bfd

Browse files
committed
Remove unnecessary anchors.
1 parent f9ea0a4 commit 2979bfd

File tree

1 file changed

+6
-36
lines changed

1 file changed

+6
-36
lines changed

index.bs

+6-36
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Link Defaults: html (dfn) queue a task/in parallel/reflect
2828
spec:css-cascade-5; type:dfn; text:inherit
2929
spec:css2; type: property; text: line-height
3030
spec:html; type:event; text:resize
31+
spec:payment-request; type:attribute; for:PaymentRequest; text:[[state]]
32+
spec:remote-playback; type:dfn; text: remote playback device
3133
spec:webidl
3234
type:dfn; text:namespace
3335
type:idl; text:long
@@ -36,41 +38,9 @@ spec:webidl
3638
<pre class='ignored-specs'>
3739
spec: svg2
3840
</pre>
39-
<!-- Some of these 'anchors' entries are really routing around spec bugs.
40-
https://github.com/w3c/remote-playback/issues/137
41-
https://github.com/whatwg/html/issues/5515
42-
https://github.com/whatwg/html/issues/6053
43-
https://github.com/whatwg/url/issues/522
44-
-->
4541
<pre class="anchors">
46-
urlPrefix: https://dom.spec.whatwg.org/; spec: DOM
47-
url: #dom-document-getelementsbytagname; type: interface; for: Document; text: getElementsByTagName
48-
url: #dom-document-createelement; type: interface; for: Document; text: createElement
49-
urlPrefix: https://w3c.github.io/DOM-Parsing/; spec: DOM-Parsing
50-
url: #dom-innerhtml-innerhtml; type: attribute; for: Element; text: innerHTML
51-
urlPrefix: https://tc39.github.io/ecma262/; spec: ECMA262
52-
url: #sec-bigint-objects; type: interface; text: BigInt
53-
url: #sec-date-objects; type: interface; text: Date
54-
url: #sec-error-objects; type: interface; text: Error
55-
url: #sec-finalization-registry-objects; type: interface; text: FinalizationRegistry
56-
url: #sec-number-objects; type: interface; text: Number
57-
url: #sec-weak-ref-objects; type: interface; text: WeakRef
58-
urlPrefix: https://w3c.github.io/gamepad/; spec: gamepad
59-
url:#event-gamepadconnected; type: event; text:gamepadconnected
60-
urlPrefix: https://w3c.github.io/geolocation-api/; spec: geolocation
61-
url:#dom-geolocation-watchposition; type:method; for:Geolocation; text:watchPosition()
62-
urlPrefix: https://html.spec.whatwg.org/multipage/; spec: HTML
63-
url: system-state.html#dom-navigator-online; type: attribute; for: NavigatorOnline; text: onLine;
64-
url: media.html#dom-media-play; type:method; for:HTMLMediaElement; text:play()
6542
urlPrefix: https://www.rfc-editor.org/rfc/rfc9110.html; spec: rfc9110
6643
url: #name-accept; type: http-header; text: Accept
67-
urlPrefix: https://w3c.github.io/remote-playback/; spec: REMOTE-PLAYBACK
68-
url: #remoteplayback-interface; type:interface; text: RemotePlayback
69-
url: #dfn-remote-playback-devices; type:dfn; text: remote playback device
70-
urlPrefix: https://url.spec.whatwg.org/; spec: URL
71-
url: #percent-encode; type: abstract-op; text: percent-encode
72-
urlPrefix: https://www.w3.org/TR/payment-request/; spec: payment-request
73-
url: #dfn-state; type: dfn; text: [[state]];
7444
</pre>
7545

7646
<style>
@@ -1634,7 +1604,7 @@ for (let i = 0; i < list.length; i++) {
16341604
```
16351605

16361606
The choice to have {{ParentNode/querySelectorAll()}} return static objects
1637-
was made after spec authors noticed that {{getElementsByTagName}}
1607+
was made after spec authors noticed that {{Document/getElementsByTagName}}
16381608
was causing problems.
16391609

16401610
{{URLSearchParams}} isn't static,
@@ -2339,14 +2309,14 @@ If the events are deferred instead:
23392309
the behavior of inspecting or changing state is well-defined.
23402310

23412311
<span class="informative">For example, in [[payment-request]],
2342-
the {{PaymentRequest}}'s [=[[state]]=] internal slot
2312+
the {{PaymentRequest}}'s {{PaymentRequest/[[state]]}} internal slot
23432313
explicitly tracks the object's state
23442314
through its well-defined transitions.</span>
23452315
* These state transitions often use the guarding technique themselves,
23462316
to ensure the state transitions happen appropriately.
23472317

23482318
For example, in [[payment-request]]
2349-
note the guards used around the [=[[state]]=] internal slot,
2319+
note the guards used around the {{PaymentRequest/[[state]]}} internal slot,
23502320
such as in the {{PaymentRequest/show()}} algorithm.
23512321
* if the deferred event doesn't need extra state,
23522322
or a state machine,
@@ -2651,7 +2621,7 @@ In the specific cases explained below, it might be appropriate to use either
26512621

26522622
{{USVString}} is the Web IDL type that represents [=scalar value strings=].
26532623
For strings whose most common algorithms operate on [=scalar values=]
2654-
(such as [$percent-encode|percent-encoding$]),
2624+
(such as [=percent-encode|percent-encoding=]),
26552625
or for operations which can't handle [=surrogates=] in input
26562626
(such as APIs that pass strings through to native platform APIs),
26572627
{{USVString}} should be used.

0 commit comments

Comments
 (0)