.. |
beforeinput-event.txt
|
LibWeb: Fix "input" events being dispatched twice when cancelled
|
2024-10-22 19:41:07 -04:00 |
execCommand-backColor.txt
|
LibWeb: Implement the "backColor" and "hiliteColor" editing commands
|
2025-01-10 23:33:35 +01:00 |
execCommand-bold.txt
|
LibWeb: Implement the "bold" editing command
|
2025-01-10 23:33:35 +01:00 |
execCommand-createLink.txt
|
LibWeb: Implement the "createLink" editing command
|
2025-01-10 23:33:35 +01:00 |
execCommand-delete.txt
|
LibWeb: Add test for document.execCommand("delete")
|
2024-11-30 17:35:45 +01:00 |
execCommand-fontName.txt
|
LibWeb: Implement the "fontName" editing command
|
2025-01-10 23:33:35 +01:00 |
execCommand-fontSize.txt
|
LibWeb: Implement the "fontSize" editing command
|
2025-01-10 23:33:35 +01:00 |
execCommand-foreColor.txt
|
LibWeb: Implement the "foreColor" editing command
|
2025-01-10 23:33:35 +01:00 |
execCommand-forwardDelete.txt
|
LibWeb: Implement the "forwardDelete" editing command
|
2025-01-10 23:33:35 +01:00 |
execCommand-insertLinebreak.txt
|
LibWeb: Implement document.execCommand('insertLinebreak')
|
2024-12-10 19:34:38 +01:00 |
execCommand-insertParagraph.txt
|
LibWeb: Implement document.execCommand("insertParagraph")
|
2024-12-04 06:51:59 +01:00 |
execCommand-italic.txt
|
LibWeb: Implement the "italic" editing command
|
2025-01-10 23:33:35 +01:00 |
execCommand-removeFormat.txt
|
LibWeb: Implement the "removeFormat" editing command
|
2025-01-10 23:33:35 +01:00 |
execCommand-strikethrough.txt
|
LibWeb: Implement the "strikethrough" editing command
|
2025-01-10 23:33:35 +01:00 |
execCommand-subscript.txt
|
LibWeb: Implement the "subscript" editing command
|
2025-01-10 23:33:35 +01:00 |
execCommand-superscript.txt
|
LibWeb: Implement the "superscript" editing command
|
2025-01-10 23:33:35 +01:00 |
input-event.txt
|
LibWeb: Implement dispatching of "input" event
|
2024-10-22 08:44:51 -04:00 |
input-into-empty-contenteditable.txt
|
LibWeb: Implement HTMLElement.innerText closer to spec
|
2024-10-27 12:10:28 +01:00 |
move-cursor-using-selection-api.txt
|
LibWeb: Separate text control input events handling from contenteditable
|
2024-10-30 19:29:56 +01:00 |
selection-in-contenteditable-crash-regression.txt
|
LibWeb: Only set selection focus if an associated DOM node was found
|
2024-12-10 14:54:19 +01:00 |