1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-31 16:02:45 +00:00
serenity/Libraries/LibWeb/Page
Andreas Kling 07e13e9868 LibWeb: Only allow editing of elements with contenteditable="true"
We now respect the contenteditable HTML attribute and only let you
edit content inside explicitly editable elements.
2020-08-02 17:34:50 +02:00
..
EventHandler.cpp LibWeb: Only allow editing of elements with contenteditable="true" 2020-08-02 17:34:50 +02:00
EventHandler.h LibWeb: Allow inserting text at the cursor by typing characters :^) 2020-08-02 17:34:50 +02:00
Frame.cpp LibWeb: Add a blinking text cursor :^) 2020-08-02 17:34:50 +02:00
Frame.h LibWeb: Allow inserting text at the cursor by typing characters :^) 2020-08-02 17:34:50 +02:00
Page.cpp LibWeb: Allow inserting text at the cursor by typing characters :^) 2020-08-02 17:34:50 +02:00
Page.h LibWeb: Allow inserting text at the cursor by typing characters :^) 2020-08-02 17:34:50 +02:00