We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 791e93b commit 6c6f644Copy full SHA for 6c6f644
rules/req-mailto/fixture/error.html
@@ -0,0 +1,11 @@
1
+<a href="example@example.com">example@example.com</a>
2
+
3
+<a href="#!">contact@example.com</a>
4
5
+<a href="http://example.com">user@example.com</a>
6
7
+<a href="/contact">support@example.com</a>
8
9
+<a>admin@example.com</a>
10
11
+<a href="javascript:void(0);">info@example.com</a>
rules/req-mailto/fixture/success.html
@@ -0,0 +1,9 @@
+<a href="mailto:">example@example.com</a>
+<a href="mailto:example@com">example@com</a>
+<a href="mailto:example@example.com">Click here</a>
+<a href="mailto:example@example.com">example@example.com</a>
+<a href="mailto:example@example.com" onclick="someFunction();">example@example.com</a>
0 commit comments