Quote:
Originally Posted by JSWolf
I don't see how the sorted version is an issue? class1 is still green and class2 is still red.
|
I think Kovid was referring to the situation where the HTML is
Code:
<p class="class2 class1">This text should be green</p>
After the sort that text would be red because class2 would come after class1 in the stylesheet but the HTML wouldn't have changed.