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

Remove trailing slash from void HTML elements #51646

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    adddde4 View commit details
    Browse the repository at this point in the history
  2. Ensure proper handling of the open argument regardless of config

    Always respect the `open` argument regardless of the value of the
    `void_element_trailing_slash` configuration.
    ahukkanen committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    1483409 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edd75cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f273265 View commit details
    Browse the repository at this point in the history
  5. Add CHANGELOG entry

    ahukkanen committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    5848407 View commit details
    Browse the repository at this point in the history
  6. Fix more broken tests

    ahukkanen committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    c562708 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    ee8e8d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b11ace View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5be711e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2b41e3 View commit details
    Browse the repository at this point in the history
  5. Default the trailing slash config to true for older configurations

    - When using `load_defaults "7.1"` or below, default the new
      configuration to `true`
    - When using `load_defaults "7.2"` or higher, default the new
      configuration to `false`
    ahukkanen committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    fa7bb74 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc76c55 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dcf7b87 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cb859e4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    80f905b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    1a47028 View commit details
    Browse the repository at this point in the history