chromelens icon indicating copy to clipboard operation
chromelens copied to clipboard

Chrome DevTools extension for web accessibility development

Results 10 chromelens issues
Sort by recently updated
recently updated
newest added

It would be great to see how often one has to press the tab key to reach a certain element. An incrementing number beneath each tab point would be very...

When running the Audit, I always get console output like this: ![image](https://cloud.githubusercontent.com/assets/1814983/16978562/c649dc3a-4e5c-11e6-868f-83b48efb1538.png) I don't get any other output from the audit.

So far, this chrome extension has been clearly intended to be used by developers so they know what their webpages would look like for people with different types of visual...

See https://github.com/GoogleChrome/lighthouse/issues/2214 for reference.

Got an email from a user saying start trace doesn't work. What really happened was that the user started tabbing before focusing on the page, so the focus was still...

enhancement

Right now we need to hit tab keys multiple time, it would be good if we can hold tab and still trace the whole page.

bug

Add option to start tab trace on page load so you can debug the initially focused item.

enhancement

Instead of pressing tab manually, automate tabbing to quickly generate the tab flow graph of a webpage with a single click.

enhancement

As mentioned in https://github.com/chromelens/chromelens/issues/9#issuecomment-232625113, we use very generic names for classes, `tooltip`, `tooltip-text`, that might cause unintended styles to be applied on our tooltips, let's change that!