This is a very disturbing issue for me, doing web development and an automated check would go a long way in helping.
For example, the <ul> attribute has different margin and padding settings for IE and Firefox.
When the CSS doesn't modify anything, it's going to look Ok on any browser, as it has its own coherent defaults.
However, if I just set the margin, but don't set the padding, I'm going to get very different look between IE and Firefox.
What would be useful is to check the elements that have different default values are either:
- Left with the default
- All changed
For this case, if I just change the font color or text size, it's going to be OK. Changing only one of the padding / margin is going to cause a problem.
The <ul> tag is just one example. Others popular tags are <ol> and <p>, but there's others too.





