tr-pages icon indicating copy to clipboard operation
tr-pages copied to clipboard

Logo should not be a heading

Open LJWatson opened this issue 7 years ago • 1 comments

On mockup1 the logo is marked up as an <h1>:

<h1 class="logo">
  <a tabindex="2" accesskey="1" href="http://www.w3.org/">
    <img src="https://www.w3.org/2008/site/images/logo-w3c-mobile-lg" alt="W3C" height="53" width="90">
  </a> 
  <span class="alt-logo">W3C</span>
</h1>

The logo should not be a heading because it does not preface a section of content. It also creates an additional step for screen reader users navigating the content by heading.

The "All standards and drafts" <h1> element at the start of the main content area should be the only <h1> on the page.

LJWatson avatar Jun 16 '17 16:06 LJWatson

(Original description edited slightly to correct Markdown formatting.)

tripu avatar Apr 12 '18 08:04 tripu