This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
ladybird
Watch
2
Star
0
Fork
You've already forked ladybird
0
mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced
2025-12-08 06:09:58 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
d31a58a7d6
ladybird
/
Tests
/
LibWeb
/
Text
/
expected
/
Editing
/
execCommand-insertText.txt
3 lines
26 B
Text
Raw
Normal View
History
Unescape
Escape
LibWeb: Fire `input` events in `.execCommand()` We do not fire `beforeinput` events since other browsers do not seem to do so either. The spec asks us to check whether a command's action modified the DOM tree. This means adding or removing nodes and attributes, or changing character data anywhere in the tree. We have `Document::dom_tree_version()` for node updates, but for character data a new version number is introduced that allows us to easily keep track of any text changes in the entire tree.
2025-01-23 10:50:00 +01:00
input triggered
LibWeb: Implement the "insertText" editing command Minus the autolinking algorithm.
2025-01-10 13:28:32 +01:00
foobazbar
Reference in a new issue
Copy permalink