document.compatMode == "BackCompat" ==> Quirks Mode document.compatMode == "CSS1Compat" ==> Standards Mode
regards, Pedro Simonetti. 2011/5/13 pedz <[email protected]> > Is there a way for me to know if the browser thinks it is in quirks > mode for a particular html page or standards mode? (I think those are > the right two terms). > > I had a case where the browser was adding a </p> tag and was wondering > *exactly* why... i.e. which standard was it trying to comply with and > why. > > Thank you for your time, > Perry > > -- > You received this message because you are subscribed to the Google Groups > "Firebug" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/firebug?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
