Addy Osmani
Addy Osmani
Could you verify if this is still an issue with 0.3.3? If so, I'll set some time aside to continue digging into what's causing the error. I'll also look at...
Looks like a closure compiler bug on the ADT part.
Should be addressed in https://github.com/GoogleChrome/accessibility-developer-tools/pull/188 which we'll get after we bump to the next version of the ADT.
Thanks for the report @stevefaulkner. Could you let me know if you experience the same when running https://github.com/GoogleChrome/accessibility-developer-tools#command-line-runner? If so, we should file an upstream bug there so we can...
Testing against a manually scraped output from the app after a few seconds:  Looks like further search into why timeout support isn't solving...
@sindresorhus The approach other projects take here is either doing what `screenshot-stream` does (simple timeout) or waiting for a specific condition to be met before indicating the page is really...
We've landed support for `delay` in https://github.com/addyosmani/a11y/commit/6bc3fe5db0757931a900e2db5a78070f4c849dd2. Given there isn't a clean way to implement waitsFor in the CLI, should we add it to the API at all or wait...
Hmm. My experiments with `delay` against Angular apps with delays of 5, 10, 20 and 30s haven't been able to make much of a difference. I'm a little concerned if...
http://addyosmani.com/apps/accessibility/ Should fail with `[Severe] Controls and media elements should have labels (1)` only raises: `Text elements should have a reasonable contrast ratio` http://goodfil.ms/ Expected: ``` [Severe] ARIA attributes which...
@sindresorhus Interested in your opinion: is it worth delaying release until this is supported or should we hold off until we've solved this problem? I'm still planning on meeting with...