Skip to content

Conversation

@JayGeorge
Copy link

I ran a lot of pages through the W3C validator to see if anything needed fixing.

I only found 2 minor issues—but there we go—a little cleanup 🧹

  • This line is pretty much deprecated <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> because it only exists to help IE, and not even Microsoft supports that anymore since 2022.
  • In HTML5, omitting self-closing tags is recommended, and using them throws warnings like "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values." so I've removed them

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