mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
LibWeb: Move editing stuff into EditEventHandler.
This commit is contained in:
parent
82aac98bea
commit
bbcc5a9332
Notes:
sideshowbarker
2024-07-19 00:57:24 +09:00
Author: https://github.com/asynts
Commit: bbcc5a9332
Pull-request: https://github.com/SerenityOS/serenity/pull/4318
Reviewed-by: https://github.com/Lubrsi
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/linusg
11 changed files with 161 additions and 22 deletions
8
Base/res/html/misc/contenteditable.html
Normal file
8
Base/res/html/misc/contenteditable.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<html contenteditable>
|
||||
<body>
|
||||
<h1>Everything on this page should be editable.</h1>
|
||||
|
||||
<p>Here is a paragraph to play with.</p>
|
||||
<p>Another paragraph with a <b>bold</b> element embeded in it.</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue