Skip to content

Instantly share code, notes, and snippets.

@gnat
Last active August 24, 2024 22:13
Show Gist options
  • Save gnat/8784a70a07530231f59a682be2ae771f to your computer and use it in GitHub Desktop.
Save gnat/8784a70a07530231f59a682be2ae771f to your computer and use it in GitHub Desktop.
<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