Re: [Invalid] Markup Validation of index.html - W3C Markup Validator_files
Daniel James <[email protected]> Thu, 19 Dec 2013 09:48:04 +0000
| Newsgroups | gmane.comp.lib.boost.documentation |
|---|---|
| Message-ID | <CAHOE3ydFi_XrHHe1Nhd_DGYzAZCe8bMds-5pTu5ibg42fbm1Lw@mail.gmail.com> |
On 19 December 2013 09:17, Paul A. Bristow <[email protected]> wrote: > OK - thanks - I'll file it under > > "A foolish consistency is the hobgoblin of little minds," ;-) Maybe not. On second thoughts, there is now a stronger reason to add a doctype. The doctype is one of the factors which Internet Explorer uses to decide which browser engine to use. If has two - the old non-standards compliant one, and the shiny new engine. It keeps the old one around to avoid breaking web pages that depend on its quirks, which includes our documentation pages. New features are only added to the new engine, so we'll have to update our pages if we want to use SVG.