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

Trailing space in links in metadata block #4899

Open
martinthomson opened this issue Feb 18, 2025 · 0 comments
Open

Trailing space in links in metadata block #4899

martinthomson opened this issue Feb 18, 2025 · 0 comments
Labels

Comments

@martinthomson
Copy link

Description of problem

Example here: https://w3ctag.github.io/privacy-principles/

In the metadata header of this document, I see HTML like the following generated for all parenthesized lists:

<a>linked text </a>( <a>link </a>, <a>linked text </a>)

Observe how there is a trailing space on each link. This should instead be:

<a>linked text</a> (<a>link</a>, <a>linked text</a>)

Or maybe there should be a single space inside the parentheses, that's a valid stylistic choice, I guess.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant