Skip to content

Instantly share code, notes, and snippets.

@gnat
Last active August 24, 2024 22:13
Show Gist options
  • Select an option

  • Save gnat/8784a70a07530231f59a682be2ae771f to your computer and use it in GitHub Desktop.

Select an option

Save gnat/8784a70a07530231f59a682be2ae771f to your computer and use it in GitHub Desktop.

Revisions

  1. gnat revised this gist Aug 24, 2024. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions index.html
    Original file line number Diff line number Diff line change
    @@ -6,14 +6,13 @@
    <thing>Yo</thing>
    <thing_test>Yo</thing_test>
    <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_test, thing_-TEST2, [thing], .thing { background: red; }
    thing, thing_test, thing_-test, _thing_test, -thing_test, thing_-TEST2, [thing], .thing { background: red; }
    </style>
    </body>
    </html>
  2. gnat revised this gist Aug 24, 2024. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion index.html
    Original file line number Diff line number Diff line change
    @@ -6,12 +6,14 @@
    <thing>Yo</thing>
    <thing_test>Yo</thing_test>
    <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_-TEST2, [thing], .thing { background: red; }
    thing, thing_test, thing_-test, thing:test, _thing_test, -thing_test, thing_-TEST2, [thing], .thing { background: red; }
    </style>
    </body>
    </html>
  3. gnat revised this gist Aug 24, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion index.html
    Original file line number Diff line number Diff line change
    @@ -11,7 +11,7 @@
    <div thing>Yo</div>
    <div class="thing">Yo</div>
    <style>
    thing, thing_test, _thing_-test, thing_-TEST2, _thing_test, [thing], .thing { background: red; }
    thing, thing_test, thing_-test, _thing_test, thing_-TEST2, [thing], .thing { background: red; }
    </style>
    </body>
    </html>
  4. gnat revised this gist Aug 24, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion index.html
    Original file line number Diff line number Diff line change
    @@ -11,7 +11,7 @@
    <div thing>Yo</div>
    <div class="thing">Yo</div>
    <style>
    thing, thing_test, thing_-test, thing_-TEST2, _thing_test, [thing], .thing { background: red; }
    thing, thing_test, _thing_-test, thing_-TEST2, _thing_test, [thing], .thing { background: red; }
    </style>
    </body>
    </html>
  5. gnat revised this gist Aug 24, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion index.html
    Original file line number Diff line number Diff line change
    @@ -7,7 +7,7 @@
    <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>
  6. gnat revised this gist Aug 24, 2024. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion index.html
    Original file line number Diff line number Diff line change
    @@ -5,11 +5,13 @@
    <body>
    <thing>Yo</thing>
    <thing_test>Yo</thing_test>
    <thing_-test>Yo</thing_-test>
    <_thing_test>Yo</_thing_test>
    <thing_-TEST>Yo</thing_-TEST>
    <div thing>Yo</div>
    <div class="thing">Yo</div>
    <style>
    thing, thing_test, _thing_test, [thing], .thing { background: red; }
    thing, thing_test, thing_-test, thing_-TEST2, _thing_test, [thing], .thing { background: red; }
    </style>
    </body>
    </html>
  7. gnat revised this gist Aug 24, 2024. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion index.html
    Original file line number Diff line number Diff line change
    @@ -4,10 +4,12 @@
    </head>
    <body>
    <thing>Yo</thing>
    <thing_test>Yo</thing_test>
    <_thing_test>Yo</_thing_test>
    <div thing>Yo</div>
    <div class="thing">Yo</div>
    <style>
    thing, [thing], .thing { background: red; }
    thing, thing_test, _thing_test, [thing], .thing { background: red; }
    </style>
    </body>
    </html>
  8. gnat created this gist Aug 24, 2024.
    13 changes: 13 additions & 0 deletions index.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    <html>
    <head>
    <title>iOS test</title>
    </head>
    <body>
    <thing>Yo</thing>
    <div thing>Yo</div>
    <div class="thing">Yo</div>
    <style>
    thing, [thing], .thing { background: red; }
    </style>
    </body>
    </html>