[device-posture] Use Navigables instead of browsing contexts (#104)

kenchris has just created a new issue for https://github.com/w3c/device-posture:

== Use Navigables instead of browsing contexts ==
https://html.spec.whatwg.org/multipage/document-sequences.html#infrastructure-for-sequences-of-documents

"Most of this standard works in the language of navigables, but certain APIs expose the existence of browsing context switches, and so some parts of the standard need to work in terms of browsing contexts."

"[Browsing contexts](https://html.spec.whatwg.org/multipage/document-sequences.html#browsing-context) are a developer-facing representation of a series of documents. They correspond 1:1 with [WindowProxy](https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy) objects. Each navigable can present a series of browsing contexts, with [switches](https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy) between those browsing contexts occuring under certain well-defined circumstances."

Please view or discuss this issue at https://github.com/w3c/device-posture/issues/104 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 3 April 2023 08:13:14 UTC