FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Comparing html5lib:master...lixkel:master · html5lib/html5lib-python · GitHub

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: html5lib/html5lib-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
Could not load branches
Nothing to show
{{ refName }}
...
head repository: lixkel/html5lib-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Could not load branches
Nothing to show
{{ refName }}
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 29 files changed
  • 8 contributors

Commits on May 26, 2026

  1. Configuration menu
    Copy the full SHA
    26fe05a View commit details
    Browse the repository at this point in the history
  2. Sanitizer: Allow <summary> (#423)

    Add tests that the sanitizer allows <details open> and <summary> and
    update the implementation to allow <summary>.
    
    Co-authored-by: Łukasz Langa <lukasz@langa.pl>
    2 people authored and lixkel committed May 26, 2026
    Configuration menu
    Copy the full SHA
    0f3ee3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c50d96 View commit details
    Browse the repository at this point in the history
  4. Support the <wbr> element (#395)

    Co-authored-by: Łukasz Langa <lukasz@langa.pl>
    2 people authored and lixkel committed May 26, 2026
    Configuration menu
    Copy the full SHA
    40c8c45 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe94a2c View commit details
    Browse the repository at this point in the history
  6. Add support for <ol reversed>, related attributes (#396)

    * Mark <ol reversed> as a boolean attribute so it serializes properly in
      HTML.
    * Allow <ol reversed> in the sanitizer. Closes #321.
    * Allow <ol start> in the sanitizer.
    * <ol type> was already allowed, but probably accidentally (type is an
      attribute allowed for other tags). I added a test to prevent it from
      regressing in case we add per-element attribute sanitization in the
      future.
    
    https://html.spec.whatwg.org/multipage/grouping-content.html#attr-ol-reversed
    
    Co-authored-by: Łukasz Langa <lukasz@langa.pl>
    2 people authored and lixkel committed May 26, 2026
    Configuration menu
    Copy the full SHA
    084735e View commit details
    Browse the repository at this point in the history
  7. Test more on GitHub Actions (#564)

    The only environments left on AppVeyor are now 2.7, 3.5, and 3.6. The remaining Python versions are now also tested on Windows using GitHub Actions.
    
    Additionally, a new group of dependencies called "oldest" is now tested as well to ensure compatibility with the oldest pinned versions in requirements.txt and setup.py.
    
    AppVeyor is used for 3.5 and 3.6 because those versions aren't available on GitHub Actions at all. Python 2.7 crashes on Windows with a pip cache failure so it only runs on GHA with the "oldest" dependencies on Ubuntu.
    
    The other Python version running "oldest" dependencies is 3.7, also only running on Ubuntu.
    ambv authored and lixkel committed May 26, 2026
    Configuration menu
    Copy the full SHA
    4e64884 View commit details
    Browse the repository at this point in the history
  8. Allow min-height, max-height, min-width, max-width in the sanitizer (#…

    …566)
    
    Co-authored-by: Vladimir Kuvandjiev <vladimir.kuvandjiev@endava.com>
    Co-authored-by: Vladimir Kuvandjiev <kuvandjiev@gmail.com>
    3 people authored and lixkel committed May 26, 2026
    Configuration menu
    Copy the full SHA
    400c8ed View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cf88843 View commit details
    Browse the repository at this point in the history
  10. tests: drop dependency on external mock module for newer python (#574)

    Fixes #541
    
    Co-authored-by: Łukasz Langa <lukasz@langa.pl>
    2 people authored and lixkel committed May 26, 2026
    Configuration menu
    Copy the full SHA
    ba47eb0 View commit details
    Browse the repository at this point in the history
  11. Constant phases (#567)

    * Get rid of getPhases
    
    This added a fair bit of complexity, and notable made the Phase classes
    dynamically generated.
    
    However, by doing this, we no longer include "process the
    token using the rules for" phases in the debug log.
    
    Co-authored-by: Sam Sneddon <me@gsnedders.com>
    2 people authored and lixkel committed May 26, 2026
    Configuration menu
    Copy the full SHA
    144f339 View commit details
    Browse the repository at this point in the history
Loading

Back | FazBrowse Home | New Git URL