a11y: Set name for ToC button in Diviner and Phriction pages
Summary:
button, link, and menuitem elements should have accessible names per https://dequeuniversity.com/rules/axe/4.10/aria-command-name
This is not the case for the Table of Contents button shown in Diviner articles and Phriction pages.
Add a `<span class="aural-only">Table of Contents</span>` for screenreaders via `setAuralLabel()`.
Refs T16072
Test Plan:
* Go to http://phorge.localhost/book/contrib/article/adding_new_classes/ or http://phorge.localhost/w/whatever/ and inspect the ToC button
* Run an Accessibility check in Chromium Lighthouse and get 93% instead of 89%
Reviewers: O1 Blessed Committers, mainframe98
Reviewed By: O1 Blessed Committers, mainframe98
Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno
Maniphest Tasks: T16072
Differential Revision: https://we.phorge.it/D26253