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 typo in <d1> tag (rather than <dl>) #29

Merged
merged 1 commit into from
Mar 6, 2025

Conversation

andreubotella
Copy link
Member

In the HTML rendered version of the spec, this typo results in the last section of the spec (the AnySocketAddress type) being indented.

This is due to Bikeshed removing the </dd> close tag because in HTML it almost always is optional, but in this case it resulted in the remainder of the spec content being pulled inside the <dd> element. The only parts that are not pulled are those after the Bikeshed-inserted </main> close tag, which correspond to the boilerplate sections inserted at the end of the document.

In the HTML rendered version of the spec, this typo results in the
last section of the spec (the `AnySocketAddress` type) being indented.

This is due to Bikeshed removing the `</dd>` close tag because in HTML
it almost always is optional, but in this case it resulted in the
remainder of the spec content being pulled inside the `<dd>` element.
The only parts that are not pulled are those after the
Bikeshed-inserted `</main>` close tag, which correspond to the
boilerplate sections inserted at the end of the document.
@andreubotella andreubotella changed the title Fix typo in <d1> tag (rather than <dl>) Editorial: Fix typo in <d1> tag (rather than <dl>) Mar 5, 2025
Copy link
Collaborator

@dom96 dom96 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@dom96 dom96 merged commit 2949967 into main Mar 6, 2025
3 checks passed
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