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: w3c/css-validator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: w3c/css-validator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: validator-nu
Choose a head ref
  • 3 commits
  • 30 files changed
  • 1 contributor

Commits on Mar 31, 2025

  1. Gut findClosestPropertyName

    The HTML checker doesn’t use the findClosestPropertyName feature, so
    this change guts the method. That eliminates the dependency on
    org.apache.commons.lang.StringUtils.
    sideshowbarker committed Mar 31, 2025
    Configuration menu
    Copy the full SHA
    a0facde View commit details
    Browse the repository at this point in the history
  2. Drop some classes not needed by the HTML checker

    This change removes some classes that aren’t necessary when using the
    CSS-checking backend in the context of the HTML checker. Dropping those
    eliminates the need for any additional dependencies other than Jigsaw.
    
    This change also adjusts some remaining code to remove dependency on a
    couple of the deleted classes.
    sideshowbarker committed Mar 31, 2025
    Configuration menu
    Copy the full SHA
    d7090df View commit details
    Browse the repository at this point in the history
  3. Remove setContentEncoding from ApplContext

    The setContentEncoding method of the ApplContext class isn’t used in the
    HTML checker context, so this change completely removes the method. In
    combination with other changes that eliminated dependencies, this change
    eliminates any remaining dependency on Jigsaw.
    sideshowbarker committed Mar 31, 2025
    Configuration menu
    Copy the full SHA
    189fbe9 View commit details
    Browse the repository at this point in the history
Loading