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 |
...
When working with this issue, your page report may look very similar to the one displayed below. The id
attribute specifies a unique id for an HTML element. The value of the id
attribute must be unique within the HTML document. Note that the occurrences include a included in the list below contain multiple IDs that are repetitive.
...
Info |
---|
On the page report window, if you have successfully corrected all issues on that page, you will see a “Great Job! All occurrences on this page have been fixed” badge. |
...