observablehq / inspector

The Observable standard inspector.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve display of HTMLElements

j-f1 opened this issue · comments

Currently, HTML elements that can’t be rendered (because they are rendered somewhere else) are shown as just HTML[...]Element {}, which doesn’t allow viewing the structure of the element. It would be great to render it as either interactive HTML code (like react-inspector) or at least show the properties of the object.

Screen Shot 2019-11-06 at 16 08 19

(notebook)