mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-18 15:01:54 +00:00
LibWeb+LibGfx: Apply editorial punctuation/whitespace/markup fixes
Corresponds tod426109ea1
andfd08f81d06
This commit is contained in:
parent
a35d14eab3
commit
423cdd447d
Notes:
github-actions[bot]
2025-06-24 15:13:34 +00:00
Author: https://github.com/AtkinsSJ
Commit: 423cdd447d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5194
Reviewed-by: https://github.com/shannonbooth ✅
35 changed files with 108 additions and 103 deletions
|
@ -240,7 +240,7 @@ WebIDL::ExceptionOr<void> HTMLDialogElement::show_a_modal_dialog(HTMLDialogEleme
|
|||
// 14. Add subject to subject's node document's open dialogs list.
|
||||
subject.document().open_dialogs_list().append(subject);
|
||||
|
||||
// FIXME: 15. Let subject's node document be blocked by the modal dialog subject.
|
||||
// FIXME: 15. Set subject's node document to be blocked by the modal dialog subject.
|
||||
|
||||
// 16. If subject's node document's top layer does not already contain subject, then add an element to the top layer given subject.
|
||||
if (!subject.document().top_layer_elements().contains(subject))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue