mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-05 08:31:51 +00:00
LibWeb: Fix typos - act II
This commit is contained in:
parent
86be8abfbf
commit
5cc371d54c
Notes:
github-actions[bot]
2025-04-09 14:06:24 +00:00
Author: https://github.com/szepeviktor
Commit: 5cc371d54c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4264
Reviewed-by: https://github.com/AtkinsSJ ✅
30 changed files with 69 additions and 69 deletions
|
@ -1121,7 +1121,7 @@ WebIDL::ExceptionOr<bool> HTMLElement::check_popover_validity(ExpectedToBeShowin
|
|||
// - ignoreDomState is false and element is not connected;
|
||||
// - element's node document is not fully active;
|
||||
// - ignoreDomState is false and expectedDocument is not null and element's node document is not expectedDocument;
|
||||
// - element is a dialog element and its is modal flage is set to true; or
|
||||
// - element is a dialog element and its is modal flag is set to true; or
|
||||
// - FIXME: element's fullscreen flag is set,
|
||||
// then:
|
||||
// 3.1 If throwExceptions is true, then throw an "InvalidStateError" DOMException.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue