Jelle Raaijmakers
0bb0061915
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-24 23:53:26 +01:00
..
2025-01-21 11:34:06 -05:00
2025-01-09 14:08:23 +00:00
2025-01-21 11:34:06 -05:00
2025-01-21 11:34:06 -05:00
2025-01-21 11:34:06 -05:00
2025-01-24 17:54:34 +01:00
2025-01-24 23:53:26 +01:00
2025-01-21 11:34:06 -05:00
2025-01-22 12:33:55 +00:00
2025-01-24 23:53:26 +01:00
2025-01-21 21:36:05 +01:00
2025-01-22 12:33:55 +00:00
2025-01-22 12:33:55 +00:00
2025-01-24 13:55:52 +01:00
2025-01-14 23:46:09 +01:00
2025-01-22 12:33:55 +00:00
2025-01-21 11:34:06 -05:00
2025-01-23 09:33:10 +01:00
2025-01-12 00:35:58 +01:00
2025-01-12 00:35:58 +01:00
2025-01-21 11:34:06 -05:00
2025-01-12 00:35:58 +01:00
2025-01-22 12:25:48 +00:00
2025-01-23 09:33:10 +01:00
2025-01-12 00:35:58 +01:00
2025-01-21 11:34:06 -05:00
2025-01-24 23:53:26 +01:00
2025-01-22 12:33:55 +00:00
2025-01-21 19:22:07 +00:00
2025-01-21 11:34:06 -05:00
2025-01-23 21:38:31 +01:00
2025-01-12 00:35:58 +01:00
2025-01-21 11:34:06 -05:00
2025-01-21 11:34:06 -05:00
2025-01-21 21:36:05 +01:00
2025-01-23 21:39:02 +01:00
2025-01-22 12:33:55 +00:00
2025-01-22 12:33:55 +00:00
2025-01-12 00:35:58 +01:00
2025-01-21 11:34:06 -05:00
2025-01-24 13:55:52 +01:00
2025-01-23 09:33:10 +01:00
2025-01-21 21:36:05 +01:00
2025-01-21 21:36:05 +01:00
2025-01-12 00:35:58 +01:00
2025-01-12 00:35:58 +01:00
2025-01-23 09:33:10 +01:00