Last active
August 24, 2024 22:13
-
-
Save gnat/8784a70a07530231f59a682be2ae771f 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
<html> | |
<head> | |
<title>iOS test</title> | |
</head> | |
<body> | |
<thing>Yo</thing> | |
<thing_test>Yo</thing_test> | |
<thing_-test>Yo</thing_-test> | |
<_thing_test>Yo</_thing_test> | |
<-thing_test>Yo</-thing_test> | |
<thing_-TEST2>Yo</thing_-TEST2> | |
<div thing>Yo</div> | |
<div class="thing">Yo</div> | |
<style> | |
thing, thing_test, thing_-test, _thing_test, -thing_test, thing_-TEST2, [thing], .thing { background: red; } | |
</style> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment