Render Flow - Fallback values
[Parse CSS rule with fallback] -> [Check first value support] -> [If supported, apply first value] -> [If not supported, try next fallback value] -> [Apply first supported value] -> [Render element with chosen style]
The browser reads CSS properties with multiple values. It tries each value in order until it finds one it supports, then applies that value visually.