== Why is this an issue? 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 [source,text] ---- Run JavaScript Code Run JavaScript Code Jump down the page to me ---- === Compliant solution [source,text] ---- Jump down the page to me ----