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

Incorrectly closed tags in The section element example #7276

Closed
ghost opened this issue Oct 31, 2021 · 1 comment
Closed

Incorrectly closed tags in The section element example #7276

ghost opened this issue Oct 31, 2021 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 31, 2021

Example shown in this document: https://html.spec.whatwg.org/multipage/sections.html#use-div-for-wrappers has incorrectly closed tags.
< !DOCTYPE Html>
< Html Lang=En

< Head

<Title
 > Graduation Ceremony Summer 2022</Title
 > Graduation</H1

< Section
>< H1
> Ceremony< P
>Opening Procession

< P
>Speech by Valedictorian

< P
>Speech by Class President

< P
>Presentation of Diplomas

< P
>Closing Speech by Headmaster</P
< /Section
< Section
>< H1
> Graduates< Ul
>< Li
>Molly Carpenter< Li
>Anastasia Luccio< Li
>Ebenezar McCoy< Li
>Karrin Murphy< Li
>Thomas Raith< Li
>Susan Rodriguez< /Ul
< /Section
< /Body
< /Html>

@tabatkins
Copy link
Contributor

No, those are all correct. The example even calls out specifically why they're being written that way.

@ghost ghost closed this as completed Oct 31, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant