Who is Eeva-Jonna?

Agenda

  1. What to Pack
  2. The Journey
  3. Planning the Next Steps

What to Pack

Accessibility

The Journey

1. Use Semantic HTML

Semantic:

<main>
  <h1>Heading</h1>
  <p>Paragraph of text</p>
  <button>Button</button>
</main>

Non-semantic:

<div>
  <div>Heading</div>
  <div>Paragraph of text</div>
  <div>Button</div>
</div>

2. Not Everyone Uses a Mouse

3. You Don't Know Everything

4. Progress Over Perfection

Planning the Next Steps

  1. Learn more, read more, watch more
  2. Listen to disabled people
  3. Remember, that you are not your user

Learning Resources