Skip to content

Commit 639554a

Browse files
author
Raphael Kubo da Costa
committed
Stop referring to the "responsible document" concept.
This has been removed from HTML. Instead, retrieve the document's relevant settings object (which is an environment as specified in HTML) and run the "is a secure context" check that is defined in HTML on it. Fixes #432.
1 parent 1919432 commit 639554a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ The user agent must verify that all [=mandatory conditions=] are satisfied to en
756756
[=sensor type|type=] that belong to a certain [=active document=].
757757

758758
The <dfn>mandatory conditions</dfn> are the following:
759-
- The given document is a [=responsible document=] of a [=secure context=].
759+
- The given document's [=relevant settings object=] is a [=secure context=].
760760
- For each [=powerful feature/name=] from the [=sensor type=]'s associated
761761
[=sensor permission names=] [=ordered set|set=], the corresponding permission's
762762
[=permission state|state=] is "granted".

0 commit comments

Comments
 (0)