Re: [css-d] Backwards Compatible CSS

2009-02-17 Thread Gunlaug Sørtun
cFA wrote: > So let's say I take the route as noted above and I fix the bug by > using this html: > > div id = eventsModule > > and the css > > #eventsModule - margin bottom 5px > > This change has broken backwards compatibility right? From what you wrote I can't see what backwards compatib

[css-d] Backwards Compatible CSS

2009-02-17 Thread cFA
Hi all, I'm trying to get some strategy nailed down so that I can more effectively fix bugs where I work. A lot of what we do needs to be backwards compatible. I've got access to the html and sometimes I've updated (changed) classes or removed classes from existing markup in order to fix bugs. Pe