H80 (Pass): Identifying the purpose of a link using link text combined with the preceding heading element

HTML Snippet Code
Scenario 1: Heading link describe the list purpose

Deque Products

<h2><a href="https://www.deque.com/products/">Deque Products</a></h2> <ul> <li><a href="https://www.deque.com/products/assure">Assure</a></li> <li><a href="https://www.deque.com/products/axe">aXe</a></li> <li><a href="https://www.deque.com/products/worldspace-comply/">Worldspace</a></li> </ul>
Scenario 2: Heading link describe the purpose of the paragraph content

Deque Products

Deque's web and mobile accessibility testing tools have been built around our philosophy of Shift Left Accessibility. Shift Left Accessibility (or Shift Left A11y) means introducing accessibility testing into earlier stages of your development process - in a diagram of your development process, this would mean moving the "accessibility testing" steps to the left in your visualization. Read more
<h2><a href="https://www.deque.com/products/">Deque Products</a></h2> Deque's web and mobile accessibility testing tools have been built around our philosophy of Shift Left Accessibility. Shift Left Accessibility (or Shift Left A11y) means introducing accessibility testing into earlier stages of your development process - in a diagram of your development process, this would mean moving the "accessibility testing" steps to the left in your visualization. <a href="https://www.deque.com/products/"> Read more </a>