LibWeb+LibGfx: Apply editorial punctuation/whitespace/markup fixes

Corresponds to d426109ea1
and fd08f81d06
This commit is contained in:
Sam Atkins 2025-06-24 11:18:14 +01:00 committed by Shannon Booth
commit 423cdd447d
Notes: github-actions[bot] 2025-06-24 15:13:34 +00:00
35 changed files with 108 additions and 103 deletions

View file

@ -376,7 +376,7 @@ EventResult DragAndDropEventHandler::handle_drag_end(
{
bool dropped = false;
// 1. If the current drag operation is "none" (no drag operation), or, if the user ended the drag-and-drop
// 1. If the current drag operation is "none" (no drag operation), or if the user ended the drag-and-drop
// operation by canceling it (e.g. by hitting the Escape key), or if the current target element is null, then
// the drag operation failed. Run these substeps:
if (m_current_drag_operation == HTML::DataTransferEffect::none || cancelled == Cancelled::Yes || !m_current_target_element) {