Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to go to landmark element in DOM inspector/DevTools #170

Closed
matatk opened this issue May 30, 2018 · 1 comment
Closed

Ability to go to landmark element in DOM inspector/DevTools #170

matatk opened this issue May 30, 2018 · 1 comment
Assignees
Milestone

Comments

@matatk
Copy link
Owner

matatk commented May 30, 2018

Ideally there would be an option to enable "developer mode" and add buttons to the pop-up that take the user to the corresponding landmark in the HTML tree view for the page. However this is not possible.

Another idea would be to include a Landmarks DevTools panel, though there are limitations in Firefox's support that may make this impractical at the moment.

@matatk
Copy link
Owner Author

matatk commented Aug 15, 2018

If a DevTools page is created, it is possible to inspect certain elements from panels created in the DevTools window. This could mean another 'fork' of the pop-up code, designed to run in the DevTools, would be able to support this functionality by way of helper functions such as inspect()—though there are multiple security warnings there; need to check this will be accepted on AMO (haven't seen anything to suggest it won't be, but it may well be subject to more scrutiny).

This could go hand-in-hand with making a DevTools panel to implement #172, and maybe even some of #182.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant