-
Notifications
You must be signed in to change notification settings - Fork 40
PresentationRequest constructor uses entry settings object, but it probably shouldn't #336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
PROPOSED RESOLUTION: For #336, examine how other specs have been updated to use the settings object and update our spec to match. |
You want current settings object here. Quoting from the link in the OP,
|
OK. What is the relationship between the current settings object and the environment settings object for a given function invocation in a document? The settings object properties needed to implement the algorithms (API base URL and https state) are defined on the latter, not the former. |
"the environment settings object for a given function invocation in a document?" This concept does not exist. Function invocations are not spec objects which can have environment settings objects belonging to them. |
See https://html.spec.whatwg.org/multipage/webappapis.html#realms-settings-objects-global-objects
"The incumbent and entry concepts should not be used by new specifications, as they are excessively complicated and unintuitive to work with."
The text was updated successfully, but these errors were encountered: