Incorrect use of aria-haspopup attribute.
Aria-haspopup=”true”, indicates that popup is menu
further, this property is for interactive popup elements.
It is being used to bring up a non-interactive but larger version of a table.
example
https://www.iastatedigitalpress.com/mmb/article/id/11683/
see Table 1, view larger table a tag.
<a data-open="table-t1" aria-controls="table-t1" aria-haspopup="true" tabindex="0">View Larger Table</a>
Incorrect use of aria-haspopup attribute.
Aria-haspopup=”true”, indicates that popup is menu
further, this property is for interactive popup elements.
It is being used to bring up a non-interactive but larger version of a table.
example
https://www.iastatedigitalpress.com/mmb/article/id/11683/
see Table 1, view larger table a tag.