Files
ladybird/Libraries/LibWeb/CSS/CSSStyleProperties.cpp
Callum Law 761ccdb5e3 LibWeb: Remove special handling of z-index resolved value
Previously we waited until used-value time to apply handling for the
z-index value that we should have applied at declared or computed-value
time, which was papered over by returning the used rather than computed
value as the resolved value. This is no longer required.

This allows us to unmark z-index as requiring a layout node to get
resolved value.
2026-03-26 12:30:01 +01:00

78 KiB