We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc61ea commit 55cd24eCopy full SHA for 55cd24e
openlibrary/templates/lib/nav_head.html
@@ -60,7 +60,12 @@
60
</div>
61
</a>
62
$# detect-missing-i18n-skip-line
63
- <a href="$changequery(dict(show_page_status=1))" style="color:transparent;position:absolute;pointer-events:none;" tabindex="-1">Page Status</a>
+ <a
64
+ href="$changequery(dict(show_page_status=1))"
65
+ style="color:transparent;position:absolute;pointer-events:none;"
66
+ tabindex="-1"
67
+ aria-hidden="true"
68
+ >Page Status</a>
69
70
71
$ browseProps = {
0 commit comments