serenity/Base/res/ladybird
Timothy Flynn 55ec1cbfb5 LibWebView: Allow editing empty DOM text nodes in the Inspector
When a DOM text node is empty, we currently render the node name (which
is "#text") in the Inspector. This is just to prevent displaying nothing
at all, which looks a bit off. However, the patch to allow editing text
fields neglected to allow editing these empty fields.

This patch attaches the original text data as a data attribute, much
like we do for DOM attributes. That is used as the editable text in the
inspector, and the empty text fields are now wrapped in an editable
span.
2023-12-10 09:44:34 +01:00
..
directory.html Base+Ladybird: Move Ladybird-related HTML files to their own folder 2023-12-04 19:46:35 -05:00
error.html Base+Ladybird: Move Ladybird-related HTML files to their own folder 2023-12-04 19:46:35 -05:00
inspector.css LibWebView: Log the result of taking screenshots to Inspector's console 2023-12-10 09:44:34 +01:00
inspector.js LibWebView: Allow editing empty DOM text nodes in the Inspector 2023-12-10 09:44:34 +01:00
new-tab.html Base+Ladybird: Move Ladybird-related HTML files to their own folder 2023-12-04 19:46:35 -05:00