Mathematics
Mathematics

Reputation: 7628

Document Mode in IE 10

I added this to hide compatibility button, which worked perfectly fine;

 <meta http-equiv="X-UA-Compatible" content="IE=EDGE"/>

But Document Mode: comes as Standards (Page Default) when what I want is "Document Mode: Quirks"

Upvotes: 0

Views: 96

Answers (1)

Niet the Dark Absol
Niet the Dark Absol

Reputation: 324750

By hiding the compatibility button, you are claiming that your page is standards-compliant.

Wanting to use Quirks Mode while stating that your page is standards-compliant is an oxymoron.

If your page uses Quirks Mode, set IE=5.5. Otherwise, fix your page to actually be standards-compliant.

Upvotes: 1

Related Questions