@@ -38,44 +38,14 @@ Status Text:
38
38
This document is maintained and updated at any time. Some parts of this document are work in progress.
39
39
</pre>
40
40
<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
46
41
urlPrefix: https://html.spec.whatwg.org/multipage/; spec: HTML
47
42
type: dfn
48
43
urlPrefix: webappapis.html
49
44
text: task queue
50
- text: task; url: concept-task
51
- text: fire a simple event
52
- text: trusted; url: concept-events-trusted
53
45
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
60
46
urlPrefix: interaction.html
61
- text: focused
62
47
text: gains focus; url: gains-focus
63
- text: DOM anchor; url: dom-anchor
64
- text: focusable area; url: focusable-area
65
48
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
79
49
urlPrefix: https://w3ctag.github.io/security-questionnaire/; spec: SECURITY-PRIVACY-QUESTIONNAIRE
80
50
type: dfn
81
51
text: same-origin policy violations; url: sop-violations
@@ -479,8 +449,7 @@ payment service from within an iframe.
479
449
<h4 id="visibility-state">Visibility State</h4>
480
450
481
451
[=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".
484
453
485
454
<h4 id="permissions" oldids="permissioning">Permissions API</h4>
486
455
@@ -791,7 +760,7 @@ The <dfn>mandatory conditions</dfn> are the following:
791
760
- For each [=powerful feature/name=] from the [=sensor type=] 's associated
792
761
[=sensor permission names=] [=ordered set|set=] , the corresponding permission's
793
762
[=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".
795
764
- The document is [=allowed to use=] all the [=policy-controlled features=] associated
796
765
with the given [=sensor type=] .
797
766
- [=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
845
814
846
815
Note: User agents can share the [=latest reading=] [=ordered map|map=] and
847
816
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=]
849
818
are [=same origin-domain=] .
850
819
851
820
Any time a new [=sensor reading=] for a [=platform sensor=] is obtained and if the user agent
0 commit comments