Re: [device-posture] fix "active document" cite (#105)

> I believe that change is not correct though, as a browsing context isn't a navigable, but a navigable can have (multiple) browsing contexts.
> 
> @diekus do you have time to look at this? I filed an issue

In HTML spec, `active document` is linked to navigatable section like below, and this section seems to be an original link target of `active document`.

https://html.spec.whatwg.org/multipage/nav-history-apis.html#window-navigable

> A [Window](https://html.spec.whatwg.org/multipage/nav-history-apis.html#window)'s navigable is the [navigable](https://html.spec.whatwg.org/multipage/document-sequences.html#navigable) whose [active document](https://html.spec.whatwg.org/multipage/document-sequences.html#nav-document) is the [Window](https://html.spec.whatwg.org/multipage/nav-history-apis.html#window)'s [associated Document](https://html.spec.whatwg.org/multipage/nav-history-apis.html#concept-document-window)'s, or null if there is no such [navigable](https://html.spec.whatwg.org/multipage/document-sequences.html#navigable).

-- 
GitHub Notification of comment by himorin
Please view or discuss this issue at https://github.com/w3c/device-posture/pull/105#issuecomment-1493953779 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 09:07:24 UTC