I am looking for list of all CSS conflicts which occur in different doc types especially XHTML 1.0 Transitional and XHTML 1.0 Strict.
For example (ref http://www.quirksmode.org/css/quirksmode.html) in strict mode img are considered as inline element and to resolve CSS conflict it has to be set to display:block;
Could you please enlighten me with these kind of list/details so that all conflicts can be grasped?
