There are two ways to build a link that has the sole purpose of running JavaScript code. The goal of this rule is to ban such patterns in order to support browsing with JavaScript disabled.
== Noncompliant Code Example
----
Run JavaScript Code
Run JavaScript Code
Jump down the page to me
----
== Compliant Solution
----
Jump down the page to me
----