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

[Editorial] Fix HTML markup in source #239

Merged
merged 1 commit into from
Feb 12, 2025
Merged

[Editorial] Fix HTML markup in source #239

merged 1 commit into from
Feb 12, 2025

Conversation

tidoust
Copy link
Member

@tidoust tidoust commented Feb 6, 2025

New HTML parser in Bikeshed is less lax about invalid HTML constructs. The spec had a number of places where it nested <ol> or <ul> within <p>, which isn't allowed in HTML. This PR fixes the markup.


Preview | Diff

New HTML parser in Bikeshed is less lax about invalid HTML constructs. The
spec had a number of places where it nested `<ol>` or `<ul>` within `<p>`,
which isn't allowed in HTML. This PR fixes the markup.
@markafoltz markafoltz merged commit 00b3da2 into main Feb 12, 2025
2 checks passed
@markafoltz markafoltz deleted the fix-markup branch February 12, 2025 23:28
github-actions bot added a commit that referenced this pull request Feb 12, 2025
SHA: 00b3da2
Reason: push, by markafoltz

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants