This website requires JavaScript.
Explore
Help
Sign in
dmaax
/
ladybird
Watch
1
Star
0
Fork
You've already forked ladybird
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
94de31ff3b
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 06:50:00 -03:00
input triggered
LibWeb: Implement the "insertText" editing command Minus the autolinking algorithm.
2025-01-10 09:28:32 -03:00
foobazbar
Reference in a new issue
Copy permalink