R Brown

Results 20 comments of R Brown

IMHO the directory should be deleted so that it contains only the plugins listed in the YAML file (and the resulting dependency tree). Otherwise plugin-installation-manager-tool cannot be used in IasC...

@minesskylineGTR yeah sorry I jumped straight into it and forgot to acknowledge you are totally right about the readme 👍 Also it's lucky you didn't point it at your home...

This task should also include investigating the feasibility of, and implementing: 1. 'Dumbing down' the scripts to the point that we delete them and instead do '1 for 1' transformation...

@alice I agree with everything you say above. I believe that the optimum performance would be attained if there was a "one touch" rule for each DOM element. Currently each...

I have been doing some experiments and have written an audit runner that works as described above. Here are my stopwatch results based on the same web page before and...

Yeah something in the `relevantElementMatcher`, agreed. I reckon this would mean two phases: 1. DOM traversal (walk the entire DOM before running any audit rules) 2. Run audit rules One...

Do you think it should take `placeholder` into account too? https://github.com/GoogleChrome/accessibility-developer-tools-extension/issues/25

Thanks for the detailed response Alice. I'll come back to this but putting it towards the bottom of the pile for now - I think bolstering the ARIA audits is...

This is achievable but, if done properly, will add about 800KB - 1.5MB to the size of the library. There are ways of doing it with far less bloat but...

It's interesting you talk about running axe code - in a similar vein I wrote an adapter (which I kept to myself) which allowed me run the axe unit tests...