Files
ladybird/Userland/Libraries/LibWeb/DOM/Element.cpp
Sam Atkins 5390e05851 LibWeb: Extract code for creating a Layout::Node based on display type
We need to run the same logic for creating the ::before and ::after
pseudo-elements, so this saves us from duplicating the code.
2022-02-25 19:35:34 +01:00

21 KiB