mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-09 02:21:53 +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
|
@ -115,7 +115,7 @@ void SVGElement::update_use_elements_that_reference_this()
|
|||
// An unconnected node cannot have valid references.
|
||||
// This also prevents searches for elements that are in the process of being constructed - as clones.
|
||||
|| !this->is_connected()
|
||||
// Each use element already listens for the completely_loaded event and then clones its referece,
|
||||
// Each use element already listens for the completely_loaded event and then clones its reference,
|
||||
// we do not have to also clone it in the process of initial DOM building.
|
||||
|| !document().is_completely_loaded()) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue