pub fn initial_values_arc() -> Arc<ComputedValues>Expand description
Returns initial (default) computed values wrapped in Arc.
Stylo equivalent of the old ComputedStyle::default().
Uses a static cache to avoid repeated allocation.
pub fn initial_values_arc() -> Arc<ComputedValues>Returns initial (default) computed values wrapped in Arc.
Stylo equivalent of the old ComputedStyle::default().
Uses a static cache to avoid repeated allocation.