Spot the bug in the toolbar

from Semantic HTML
HTML Living Standard intermediate 4 min 4 issues to find

Find the semantic and keyboard defects in this generated toolbar.

HTML
<nav>
  <div class="back" onclick="history.back()">Back</div>
  <div class="title">Account</div>
  <div class="save" role="button" onclick="save()">Save</div>
</nav>
<nav>
  <a href="/help">Help</a>
</nav>
Open in playground
Report an error