Below the footer, there is a meta class div element containing a hidden table:
...
</footer>
<div class="cfp-hotkeys-container fade ng-scope" ng-class="{in: helpVisible}" style="display: none;"> == $0
<div class="cfp-hotkeys">
...
<table>
<tbody>
...
This could cause issues with screen readers, and should be avoided.
Edit: looks like the origin of this class is angular-hotkeys, added via cradmin_legacy.
Below the footer, there is a meta class
divelement containing a hidden table:This could cause issues with screen readers, and should be avoided.
Edit: looks like the origin of this class is angular-hotkeys, added via cradmin_legacy.