[README.md](https://github.com/GoogleChrome/accessibility-developer-tools/blob/v2.12.0/README.md#accessibility-developer-tools) points to http://www.w3.org/TR/wai-aria/roles#textalternativecomputation which gives `404 Not Found: DOCUMENT NOT FOUND`. The [Audit Rules Wiki](https://github.com/GoogleChrome/accessibility-developer-tools/wiki/Audit-Rules) which is linked to from failing tests includes broken WAI-ARIA spec links as well. All links on the page to the spec are broken. - http://www.w3.org/TR/wai-aria/roles#roles_categorization - http://www.w3.org/TR/wai-aria/states_and_properties#aria-labelledby - http://www.w3.org/TR/wai-aria/roles#requiredState - http://www.w3.org/TR/wai-aria/states_and_properties#propcharacteristic_value - http://www.w3.org/TR/wai-aria/states_and_properties#aria-owns - plus about 6-10 more... The only working links seem to go to the HTML5 spec and the WCAG. I'm not sure exactly which version of the WAI-ARIA spec they should point to, or I could try to fix them.
README.md points to http://www.w3.org/TR/wai-aria/roles#textalternativecomputation which gives
404 Not Found: DOCUMENT NOT FOUND.The Audit Rules Wiki which is linked to from failing tests includes broken WAI-ARIA spec links as well. All links on the page to the spec are broken.
The only working links seem to go to the HTML5 spec and the WCAG.
I'm not sure exactly which version of the WAI-ARIA spec they should point to, or I could try to fix them.