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

Add :nth-child() and (as a debug extension) display: x-raw-dom. #189

Merged
merged 10 commits into from
Nov 30, 2024

Conversation

jugglerchris
Copy link
Owner

This allows a simple debug mode where a portion of the document is shown as the raw DOM rather than rendered normally.
Also a couple of bug fixes.

This doesn't include "of <selector>", just the "An+B".
This is a custom extension (with feature flag css_ext) to allow
formatting a subtree of the DOM as the raw DOM tree, for debugging.
"I" enters inspect mode, and arrows navigate around the DOM.  The
current node (and descendents) are shown as raw HTML.
Show the parsed CSS rules from the document.
@jugglerchris jugglerchris merged commit 7291cba into main Nov 30, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant