Reported by Wildebrew on 2015-06-25 16:50
NVDA does not read an accessible name for a table when provided using aria-labelledby.
July, 2015
..
If user either tabs into table, or uses "t" to go to it in virtual buffer, the accessible name is not announced.
If the aria-labelledby attribute is replaced with aria-describedby in the above code, NVDA will read that text as the tables accessible name (though technically this is accessible description).
Suggested fix:
Make sure that when aria-labelledby is used to provide accessible name for a table, that NVDA picks it up.