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

fix(dashboard): html validation #41063

Merged
merged 2 commits into from
Oct 23, 2023
Merged

Conversation

ShGKme
Copy link
Contributor

@ShGKme ShGKme commented Oct 23, 2023

Summary

Error: Element div not allowed as child of element h2 in this context. (Suppressing further errors from this subtree.)

Error: Element div not allowed as child of element label in this context. (Suppressing further errors from this subtree.)

TODO

  • Replace div icon with span icon

No Visual Changes.

image

image

Checklist

- div is not valid in h2
- div is not valid in label

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Copy link
Contributor

@susnux susnux left a comment

Choose a reason for hiding this comment

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

Makes sense 👍

I wonder if we should add a HTML validation CI step to prevent this in the first place.

@ShGKme
Copy link
Contributor Author

ShGKme commented Oct 23, 2023

Makes sense 👍

I wonder if we should add a HTML validation CI step to prevent this in the first place.

We should (there is an issue somewhere from Andy), but after the end of the main accessibility project

@ShGKme
Copy link
Contributor Author

ShGKme commented Oct 23, 2023

Drone fail is unrelated, but I cannot merge if CI is red

@szaimen
Copy link
Contributor

szaimen commented Oct 23, 2023

Drone failure urelated

@szaimen szaimen merged commit 8bd1294 into master Oct 23, 2023
40 checks passed
@szaimen szaimen deleted the fix/37092/dashboard-html-validation branch October 23, 2023 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants