-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix W3 validator warning: Section lacks heading. #857
Fix W3 validator warning: Section lacks heading. #857
Conversation
Use `div` instead of `section` element, because already an `article` element.
@adityatelange Why closed without any comment? |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
W3 validator
Current demo
https://validator.w3.org/nu/?doc=https%3A%2F%2Fadityatelange.github.io%2Fhugo-PaperMod%2F
Warning output
Originally posted by @Rotzbua in #599 (comment)
Thanks @Rotzbua
Use `div` instead of `section` element, because already an `article` element.
…yatelange#857) Use `div` instead of `section` element, because already an `article` element.
Use `div` instead of `section` element, because already an `article` element.
…yatelange#857) Use `div` instead of `section` element, because already an `article` element.
Use `div` instead of `section` element, because already an `article` element.
…yatelange#857) Use `div` instead of `section` element, because already an `article` element.
What does this PR change? What problem does it solve?
Fix W3 validator warning: Section lacks heading.
Use
div
instead ofsection
element, because already anarticle
element.Online validator: https://validator.w3.org/nu/
Was the change discussed in an issue or in the Discussions before?
Reference: #599
PR Checklist