Render Flow - Comments in CSS
[Read CSS file] -> [Parse CSS rules] -> [Ignore comments] -> [Apply styles to matching elements] -> [Layout] -> [Paint] -> [Composite]
The browser reads the CSS file, skips over comments, then applies the styles to the HTML elements before rendering the page visually.