Last active
February 9, 2022 11:28
-
-
Save s2k/8e54698e01bf21581357093a4519cd54 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html > | |
<html lang="en"> | |
<head> | |
<title>Demo</title> | |
</head> | |
<body> | |
<h1>Whatever</h1> | |
<p> | |
<ol> | |
<li> | |
<a href="https://example.com">example.com</a> | |
</li> | |
</ol> | |
</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Validating this via, say, https://validator.w3.org/nu/#textarea yields an error:
But … why?!? The opening
p
tag is clearly there, isn't it.When I remove the list, then the error goes away…