Files
ladybird/Libraries/LibWeb/HTML/HTMLOptionElement.cpp
Andreas Kling 4c2d4cdf50 LibWeb: Implement HTMLOptionElement.label more correctly
This shouldn't just be a simple reflection of the label attribute.
It also needs fallback to the HTMLOptionElement.text property if the
label attribute is absent.
2024-11-15 12:54:41 +01:00

9.2 KiB