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: 53dde66
Choose a base ref
...
head repository: whatwg/html
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0067e75
Choose a head ref
  • 20 commits
  • 1 file changed
  • 4 contributors

Commits on Nov 30, 2020

  1. Editorial: remove unneeded loop in focus algorithm

    A document is not a browsing context container by definition so the loop is unneeded.
    annevk authored and domenic committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    27ca698 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Remove AppCache

    This removes the manifest attribute on the html element, the text/cache-manifest format, the integration of application caches with navigation, the monkey patching of what is now Fetch, and the window.applicationCache API.
    
    Closes #151 and closes #5505.
    annevk authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    e4330d5 View commit details
    Browse the repository at this point in the history
  2. Fix regression in focus chain computation

    This regressed in 90a60b2, which
    accidentally removed the step which lets the recursion continue by
    setting the current object to the appropriate "owner" document. Even
    though control group owner objects are removed, we still need to
    traverse up to the document in focus chain computation.
    
    While here, this rewrites the algorithm to use a loop instead of a goto
    for clarity.
    
    Closes #6161.
    domenic committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    8aa2c9c View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Meta: fix ambiguous <dfn> for name=""

    domenic authored and annevk committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    3717f5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65b2af5 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Fix setting a window settings object's URL

    Fixes #2455 by passing the creation URL to "set up a window
    environment's settings object", instead of having it attempt to grab the
    creation URL from the not-yet-created Document object.
    
    The later comments in #2455 discuss some followup work we could do to
    clarify the Document/Window relationship, but that is left for a future
    commit.
    
    This also removes the XXX box mentioned in #2688, since Documents are
    nowadays created after Windows in the spec.
    domfarolino authored Dec 3, 2020
    Configuration menu
    Copy the full SHA
    009a731 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Configuration menu
    Copy the full SHA
    74622c4 View commit details
    Browse the repository at this point in the history
  2. More edits

    mfreed7 committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    68bc1ec View commit details
    Browse the repository at this point in the history
  3. Fixup

    mfreed7 committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    9caff77 View commit details
    Browse the repository at this point in the history
  4. Cleanup

    mfreed7 committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    a694cdd View commit details
    Browse the repository at this point in the history
  5. Add language for content

    mfreed7 committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    f0ba305 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    267e7f3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c99efe1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    182ddcb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e738fd2 View commit details
    Browse the repository at this point in the history
  10. Addressed annevk's comments

    mfreed7 committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    03420c0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    88391a3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3879594 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4a0617f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0067e75 View commit details
    Browse the repository at this point in the history
Loading