josh vito

Results 5 issues of josh vito

``` // file: test-a11y.js const a11y = require('a11y'); const _glob = './src/**/*.html'; const options = { viewportSize: '800x600' }; a11y(_glob, options, (err, reports) => { if (err) console.log(err); const audit...

- VSCode Version: Code 1.19.1 (0759f77bb8d86658bc935a10a64f6182c5a1eeba, 2017-12-19T09:46:23.884Z) - OS Version: Windows_NT x64 10.0.16299 - Extensions: Extension|Author (truncated)|Version ---|---|--- EditorConfig|Edi|0.11.1 tslint|eg2|1.0.24 vscode-angular2-emmet|jak|2.0.3 Angular2|joh|2.11.2 vscode-todo|Mat|0.8.0 csharp|ms-|1.13.1 sublime-keybindings|ms-|3.0.3 Reproduces without extensions: No, problem...

It would be useful to have a built in onBlur output.

# Can you supply an example of testing an iframe withing a page object? I am having trouble figuring out why my selectors return true if I don't use a...

Can you share an example of a working script using Streaming To Parser in Node? Using your README text generates an error. ``` fs.createReadStream('./path_to_file.html').pipe(parser); ``` I get this error in...