Skip to content

Commit 20b7562

Browse files
authored
Merge pull request #419 from rakuco/clean-up-spec-references
Clean up custom anchors set in the spec.
2 parents 429fc2c + 9656ac7 commit 20b7562

File tree

1 file changed

+3
-34
lines changed

1 file changed

+3
-34
lines changed

index.bs

Lines changed: 3 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -38,44 +38,14 @@ Status Text:
3838
This document is maintained and updated at any time. Some parts of this document are work in progress.
3939
</pre>
4040
<pre class="anchors">
41-
urlPrefix: https://dom.spec.whatwg.org; spec: DOM
42-
type: dfn
43-
text: dispatch; url: concept-event-dispatch
44-
text: event; url: concept-event
45-
text: event listener; url: concept-event-listener
4641
urlPrefix: https://html.spec.whatwg.org/multipage/; spec: HTML
4742
type: dfn
4843
urlPrefix: webappapis.html
4944
text: task queue
50-
text: task; url: concept-task
51-
text: fire a simple event
52-
text: trusted; url: concept-events-trusted
5345
text: spin the event loop; url: spin-the-event-loop
54-
urlPrefix: browsers.html
55-
text: navigating; url: navigate
56-
text: browsing context
57-
text: nested browsing context
58-
urlPrefix: iframe-embed-object.html
59-
text: allowed-to-use
6046
urlPrefix: interaction.html
61-
text: focused
6247
text: gains focus; url: gains-focus
63-
text: DOM anchor; url: dom-anchor
64-
text: focusable area; url: focusable-area
6548
text: currently focused area; url: currently-focused-area-of-a-top-level-browsing-context
66-
text: has focus steps; url: has-focus-steps
67-
urlPrefix: origin.html
68-
text: origin; url: origin-2
69-
urlPrefix: https://www.w3.org/TR/hr-time-2/; spec: HR-TIME-2
70-
type: interface
71-
text: DOMHighResTimeStamp; url: dom-domhighrestimestamp
72-
type: dfn
73-
text: time origin; url: dfn-time-origin
74-
urlPrefix: https://www.w3.org/TR/page-visibility-2/; spec: PAGE-VISIBILITY
75-
type: dfn
76-
text: document visibility state; url: dom-visibilitystate
77-
text: visibility states; url: dfn-visibility-states
78-
text: steps to determine the visibility state; url: dfn-determine-the-visibility-state
7949
urlPrefix: https://w3ctag.github.io/security-questionnaire/; spec: SECURITY-PRIVACY-QUESTIONNAIRE
8050
type: dfn
8151
text: same-origin policy violations; url: sop-violations
@@ -479,8 +449,7 @@ payment service from within an iframe.
479449
<h4 id="visibility-state">Visibility State</h4>
480450

481451
[=Sensor readings=] are only available for the [=active documents=] whose
482-
[=steps to determine the visibility state|visibility state=]
483-
is "visible".
452+
[=visibility state=] is "visible".
484453

485454
<h4 id="permissions" oldids="permissioning">Permissions API</h4>
486455

@@ -791,7 +760,7 @@ The <dfn>mandatory conditions</dfn> are the following:
791760
- For each [=powerful feature/name=] from the [=sensor type=]'s associated
792761
[=sensor permission names=] [=ordered set|set=], the corresponding permission's
793762
[=permission state|state=] is "granted".
794-
- [=document visibility state|Visibility state=] of the document is "visible".
763+
- The [=visibility state=] of the document is "visible".
795764
- The document is [=allowed to use=] all the [=policy-controlled features=] associated
796765
with the given [=sensor type=].
797766
- [=Currently focused area=] belongs to a document whose origin is [=same origin-domain=]
@@ -845,7 +814,7 @@ associated <dfn>latest reading</dfn> [=ordered map|map=], which holds the latest
845814

846815
Note: User agents can share the [=latest reading=] [=ordered map|map=] and
847816
the [=activated sensor objects=] [=ordered set|set=] between different
848-
[=browsing context|contexts=] only if the [=origins=] of these contexts' [=active documents=]
817+
[=browsing context|contexts=] only if the [=/origins=] of these contexts' [=active documents=]
849818
are [=same origin-domain=].
850819

851820
Any time a new [=sensor reading=] for a [=platform sensor=] is obtained and if the user agent

0 commit comments

Comments
 (0)