Skip to content
New issue

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

LibWeb: HTML navigables #17962

Closed
awesomekling opened this issue Mar 21, 2023 · 2 comments
Closed

LibWeb: HTML navigables #17962

awesomekling opened this issue Mar 21, 2023 · 2 comments

Comments

@awesomekling
Copy link
Contributor

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

@nico
Copy link
Contributor

nico commented Nov 15, 2023

Is this done after #18219 and friends?

@kalenikaliaksandr
Copy link
Contributor

I think it is ok to close this issue. There are some bugs left but we have separate issues for them.

@github-project-automation github-project-automation bot moved this from Todo to Done in Ladybird Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

No branches or pull requests

4 participants