Avoid ValueError with ARIA rowindex/colindex/rowcount/colcount in Firefox (#13405)
Fixes #13404
Summary of the issue:
A bad value for aria-colcount, aria-rowcount, aria-colindex and aria-rowindex attributes causes a bug.
Description of how this pull request fixes the issue:
Make sure the value is numeric before casting it to integer, otherwise exclude it.