Jelle Raaijmakers
|
4f76cec096
LibWeb: Implement document.execCommand("insertParagraph")
|
7 months ago |
Jelle Raaijmakers
|
2e29d3fb57
LibWeb: Fix is_allowed_child_of_node() for non-element parent node
|
7 months ago |
Jelle Raaijmakers
|
98df4c2b3c
LibWeb: Make Editing::fix_disallowed_ancestors_of_node() take a GC::Ref
|
7 months ago |
Jelle Raaijmakers
|
6a85677f70
LibWeb: Expose HTMLElement's content editable state
|
7 months ago |
Jelle Raaijmakers
|
217567981a
LibWeb: Implement "plaintext-only" state for contenteditable
|
7 months ago |
Jelle Raaijmakers
|
7e406ac668
LibWeb: Simplify editing algorithm for "ends in space" condition
|
7 months ago |
Jelle Raaijmakers
|
bb618736e9
LibWeb: Use default paragraph separator in delete command
|
7 months ago |
Jelle Raaijmakers
|
7bb865052a
LibWeb: Implement document.execCommand("delete")
|
7 months ago |