Files
ladybird/Userland/Libraries/LibWeb/HTML/HTMLLabelElement.cpp
Tim Ledbetter 5296338e7a LibWeb: Check all elements in same tree to determine labeled control
Previously, when looking for the labeled control of a label element, we
were only checking its child elements. The specification says we should
check all elements in the same tree as the label element.
2024-05-18 11:04:04 +02:00

2.4 KiB