Tagged: bug [x], programming [x]
Safari CSS parser bug
Here is a Safari CSS parser bug I found today: .i {border:0;.i} Put this invalid code anywhere in your CSS file and the parser will come to a grinding halt and look no further down the file. Another fine reason to validate your code. This may work as a hack as things placed below it [...]