Last active
August 24, 2024 22:13
-
-
Save gnat/8784a70a07530231f59a682be2ae771f to your computer and use it in GitHub Desktop.
Revisions
-
gnat revised this gist
Aug 24, 2024 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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_-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> -
gnat revised this gist
Aug 24, 2024 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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_test, -thing_test, thing_-TEST2, [thing], .thing { background: red; } </style> </body> </html> -
gnat revised this gist
Aug 24, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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_test, thing_-TEST2, [thing], .thing { background: red; } </style> </body> </html> -
gnat revised this gist
Aug 24, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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; } </style> </body> </html> -
gnat revised this gist
Aug 24, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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_-TEST2>Yo</thing_-TEST2> <div thing>Yo</div> <div class="thing">Yo</div> <style> -
gnat revised this gist
Aug 24, 2024 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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_-TEST2, _thing_test, [thing], .thing { background: red; } </style> </body> </html> -
gnat revised this gist
Aug 24, 2024 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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_test, _thing_test, [thing], .thing { background: red; } </style> </body> </html> -
gnat created this gist
Aug 24, 2024 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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>