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

Move <dl> elements out of <p> elements #151

Open
wetneb opened this issue Jan 10, 2024 · 2 comments
Open

Move <dl> elements out of <p> elements #151

wetneb opened this issue Jan 10, 2024 · 2 comments

Comments

@wetneb
Copy link
Member

wetneb commented Jan 10, 2024

Quoting @osma from #149 (comment):

HTML nitpick: Isn't <dl> a block element in HTML? It shouldn't be placed inside <p> like this, right?

Creating a specific issue for it since we seem to have consistently included <dl> elements in <p> elements throughout the specs.

@osma
Copy link
Contributor

osma commented Jan 10, 2024

Maybe using an HTML validator would help? I seem to remember seeing other problematic HTML structures as well, mixing up different kinds of list elements (<dd>...</li> or something along those lines)

@wetneb
Copy link
Member Author

wetneb commented Jan 10, 2024

Yes, we could potentially add an HTML validator to the CI.

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

No branches or pull requests

2 participants