Add html namespace and some comments

This commit is contained in:
MrOtherGuy
2018-12-06 21:38:02 +02:00
parent 95ef609337
commit 900c1930dd
4 changed files with 9 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
/* Limit CSS data leak, POTENTIALLY BREAKS SOME SITES */
@namespace html url("http://www.w3.org/1999/xhtml");
body input:not([value=""])[type],
body input:not([value=""])[type]:focus ~ *,
body input:not([value=""])[type] * {