Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: whatwg/html
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: whatwg/html
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: nav-commit
Choose a head ref
  • 6 commits
  • 1 file changed
  • 1 contributor

Commits on Jan 21, 2025

  1. Navigation API: deferred commit

    This adds `navigateEvent.prototype.intercept({commit: "after-transition"})`,
    as well as `NavigateEvent.prototype.commit()`.
    
    Instead of always "committing" the navigation immediately,
    we refer to this interception option. If it's the default
    ("immediate"), the existing behavior is invoked.
    The new "after-transition" behavior keeps the navigation
    un-committed, until `NavigateEvent.prototype.commit()` is
    called.
    
    This follows roughly the same semantics of `scroll`.
    
    See https://github.com/WICG/navigation-api/blob/main/README.md#deferred-commit
    noamr committed Jan 21, 2025
    Copy the full SHA
    f264dce View commit details
  2. Add ;

    noamr committed Jan 21, 2025
    Copy the full SHA
    45b5f2d View commit details
  3. wip

    noamr committed Jan 21, 2025
    Copy the full SHA
    da93a17 View commit details
  4. Apply PR fixes

    noamr committed Jan 21, 2025
    Copy the full SHA
    99ee88e View commit details
  5. Undo scroll note

    noamr committed Jan 21, 2025
    Copy the full SHA
    bb34817 View commit details
  6. Fix indendation

    noamr committed Jan 21, 2025
    Copy the full SHA
    ecc3e06 View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff main...nav-commit