We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some time ago, the HTML spec saw a huge rewrite of its navigation and session history infrastructure.
There's a new concept called navigables which takes over many of the responsibilities previously held by browsing contexts.
LibWeb currently implements the "old style" browsing contexts, and we'll need to refactor it to use navigables instead.
Navigables: https://html.spec.whatwg.org/multipage/document-sequences.html#navigables
The HTML spec PR where everything changed: whatwg/html#6315
I started working towards it once before, but the branch is quite outdated by now. Nevertheless, it may provide some inspiration: https://github.com/awesomekling/serenity/tree/navigable
The text was updated successfully, but these errors were encountered:
Is this done after #18219 and friends?
Sorry, something went wrong.
I think it is ok to close this issue. There are some bugs left but we have separate issues for them.
No branches or pull requests
Some time ago, the HTML spec saw a huge rewrite of its navigation and session history infrastructure.
There's a new concept called navigables which takes over many of the responsibilities previously held by browsing contexts.
LibWeb currently implements the "old style" browsing contexts, and we'll need to refactor it to use navigables instead.
Navigables: https://html.spec.whatwg.org/multipage/document-sequences.html#navigables
The HTML spec PR where everything changed: whatwg/html#6315
I started working towards it once before, but the branch is quite outdated by now. Nevertheless, it may provide some inspiration: https://github.com/awesomekling/serenity/tree/navigable
The text was updated successfully, but these errors were encountered: