Render Flow - Starts-with and ends-with selectors
[Parse CSS selectors] -> [Match elements with attribute selectors] -> [Check attribute values] -> [Apply styles to matched elements] -> [Recalculate layout if needed] -> [Paint styles]
The browser reads the CSS selectors, finds elements whose attributes start or end with specific strings, applies the styles to those elements, then repaints the page.