Window name targeting: which subtree to search is not interoperable #10848
Labels
interop
Implementations are not interoperable with each other
topic: frames/navigables/browsing contexts
What is the issue with the HTML Standard?
After #10818 merges, we will have an implementation-defined step which establishes subtreesToSearch in "find a navigable by target name".
@kjmcnee states:
We should probably standardize on the 2/3 behavior here, unless Gecko has a strong argument for why theirs is better. This issue tracks doing so.
The only hard part will be writing appropriate web platform tests. For inspiration on how to write such tests, you can see Kevin's web-platform-tests/wpt#49631 . We just need to establish a setup where the two strategies give different results and then assert the WebKit/Chromium behavior.
The text was updated successfully, but these errors were encountered: