mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
Previously, referencing an element that eventually pointed back to the original <use> element would cause a stack overflow. We now look at the referenced element and follow every <use> element in its subtree and aim to detect any duplicates. If so, we consider that referenced element invalid.