-
Notifications
You must be signed in to change notification settings - Fork 60
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
🏗️✨ introduce the Nu Html Checker (v.Nu) #209
🏗️✨ introduce the Nu Html Checker (v.Nu) #209
Conversation
a6ec72e
to
5d71128
Compare
12b65d2
to
6401cbf
Compare
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.
A few comments to help guide future review.
In the future, you don't need to make every modification a separate commit. It is clear enough to have one commit be adding the tool, and the second commit be the changes recommended by the tool. |
c272242
to
6c1e3f8
Compare
Sounds good, I was just concerned that it would be difficult to review. Apologies. |
6c1e3f8
to
609033a
Compare
* 🏗️✨ add check-html task * 🔧 error: End tag “br”. * 🔧 error: Mising closing tags. * 🔧 error: Stray end tag “div”. * 🔧 error: Stray end tag “section”. * 🔧 error: Element “z” not allowed as child of element “code” here. * 🔧 warning: The “type” attribute is unnecessary. * 🔧 warning: The “region” role is unnecessary. * 🔧 warning: Section lacks heading. * 🔧 error: Element “div” is missing “role” attribute. * 🔧 error: Attribute “aria-selected” not allowed on “div” here. * 🔧 error: Illegal character in query: “|” is not allowed. * 📦 add runtime dependencies to container * 🏗️ incorporate check-html task into CI * 🔧 error: End tag “div” seen, but there were open elements. * 🔧 error: Unclosed element “nav”.
To validate HTML, this PR introduces the Nu Html Checker (v.Nu) in an independent task.
It corrects
all[most of the] warnings and [all of the] errors flagged by it.This is another step in working towards the goal of keeping the site up-to-date.