mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb: Fix various typos
Corresponds to: - https://github.com/whatwg/html/pull/10934 - https://github.com/whatwg/html/pull/10950
This commit is contained in:
Notes:
github-actions[bot]
2025-01-30 15:01:16 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/3775f3399cb Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3404
@@ -124,7 +124,7 @@ WebIDL::ExceptionOr<void> HTMLDialogElement::show()
|
||||
if (has_attribute(AttributeNames::open))
|
||||
return {};
|
||||
|
||||
// 5. Queue a dialog toggle event task given subject, "closed", and "open".
|
||||
// 5. Queue a dialog toggle event task given this, "closed", and "open".
|
||||
queue_a_dialog_toggle_event_task("closed"_string, "open"_string);
|
||||
|
||||
// 6. Add an open attribute to this, whose value is the empty string.
|
||||
|
||||
Reference in New Issue
Block a user