Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Text not included in an ARIA landmark

content-panel-with background

Add to <section> role="complementary" aria-labelledby="content-panel"

BLOG TEMPLATES

_cms > formats

Default-yearly

<div class="section hh-news hh-module" role="main"

Template - scroll to top footer

Interior Page:

<ul aria-label="back to the top of the page" class="nav pull-right fixed-bottom-right" id="scroll-top" role="list">
<li role="listitem">
<a aria-label="Scroll to top" href="#" title="Scroll to top" role="navigation">
<span class="glyphicon glyphicon-chevron-up"></span>
<span class="sr-only">Scroll to Top</span>
</a>
</li>
</ul>

Base Template BLOG -

Issue

Conformance

Description

Element IDs are not unique

A

Two or more elements on this page have the same id value. These should be unique.

...