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

fix(html): remove trailing slash on void element #11092

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Rotzbua
Copy link

@Rotzbua Rotzbua commented May 7, 2024

Summary

fixes #11091

Problem

Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.

Solution

Remove the slashes.

How did you test this change?

wip

@estelle
Copy link
Member

estelle commented May 8, 2024

see #11091 (comment)

@github-actions github-actions bot added the merge conflicts 🚧 Please rebase onto or merge the latest main. label May 16, 2024
Copy link
Contributor

This pull request has merge conflicts that must be resolved before it can be merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge conflicts 🚧 Please rebase onto or merge the latest main.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Trailing slash on void element
2 participants