Archive for March 31st, 2005
DOCTYPE And Browser Modes
Thursday, March 31st, 2005Modern browsers use “doctype sniffing” to distinguish older and newer versions of the (X)HTML languages. The proper formatting mode is selected according to the specified document type. The page is then formatted either in an obsolete, but more compatible way (non-standard, quirk mode) — or using modern standards (standard mode). A table at WellStyled shows [...]
