furry-wookie



furry-wookie

0 0


furry-wookie


On Github bassettsj / furry-wookie

Accessibility for Drupal

Table of Contents

Content Strategy Testing User Experts Open Process to Address Issues Agile Development Put your speaker notes here. You can see them pressing 's'.

Content Strategy

Document Structure Matters

<head>
  <title>Meaningful Page Titles - They Matters a lot</title>
</head>
<body>
  <header role="banner">
    <h2 class="site-title">Text Replacement </h2>
  </header>
  <main role="main">
    <article>
      <header>
        <h1>Title</h1> <!-- Page Title -->
      </header>
      <p> ..... </p>
    </article>
  </main>
  <footer role="contentinfo">
    <p>
      Site &copy; 2014
    </p>
  </footer>
</body>