Open
Conversation
This term is now a list (not a DOMTokenList) on Document (not Location). See whatwg/html#12071
7 tasks
monica-ch
reviewed
Jan 22, 2026
| The authors would also like to thank Dimitri Glazkov for his scripts and formatting tools which have been essential in the production of this specification. The authors are also grateful for his considerable guidance. | ||
|
|
||
| Thanks also to Vivian Cromwell, Greg Simon, Alex Komoroske, Wonsuk Lee, and Seojin Kim for their considerable professional support. | ||
| </section> No newline at end of file |
Author
There was a problem hiding this comment.
I added a newline (or my editor did automatically).
Collaborator
|
LGTM |
Collaborator
|
Maybe ancestor origin lists are moved from Location to Document, this might be a follow up for that, right? Please resolve the newline as Monica asked. |
yoshisatoyanagisawa
approved these changes
Jan 23, 2026
zcorpan
commented
Feb 5, 2026
index.bs
Outdated
| 1. Let |focusState| be the result of running the [=has focus steps=] with |browsingContext|'s [=active document=] as the argument. | ||
| 1. Let |ancestorOriginsList| be the empty list. | ||
| 1. If |client| is a [=window client=], set |ancestorOriginsList| to |browsingContext|'s [=active document=]'s [=relevant global object=]'s {{Location}} object's [=Location/ancestor origins list=]'s associated list. | ||
| 1. If |client| is a [=window client=], set |ancestorOriginsList| to |browsingContext|'s [=active document=]'s [=Document/ancestor origins list=]. |
Author
There was a problem hiding this comment.
I've switched it back to being a DOMStringList in whatwg/html#12071
Suggested change
| 1. If |client| is a [=window client=], set |ancestorOriginsList| to |browsingContext|'s [=active document=]'s [=Document/ancestor origins list=]. | |
| 1. If |client| is a [=window client=], set |ancestorOriginsList| to |browsingContext|'s [=active document=]'s [=Document/ancestor origins list=]'s associated list. |
zcorpan
commented
Feb 5, 2026
zcorpan
commented
Feb 5, 2026
zcorpan
commented
Feb 5, 2026
zcorpan
commented
Feb 5, 2026
monica-ch
approved these changes
Feb 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This term is now a list (not a DOMTokenList) on Document (not Location).
See whatwg/html#12071
Preview | Diff