I'm doing this:

http://blogs.msdn.com/b/ie/archive/2009/03/10/more-ie8-extensibility-improvements.aspx

But it's not working.

I have "iexplore.exe" set to 8888 (decimal mode) under MACHINE, but it's still coming up documentMode = 5.

I thought 8888 was suppose to force IE8 Standards Mode whether you have a doctype or not.

What is going on?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

The official answer to my question is that it can't be forced.

"you'll see that 8888 mentions that pages are displayed in IE8 Standards Mode (there's a typo though, it just says Internet Explorer 8!) regardless of the !DOCTYPE directive - however, it does not state that pages without a !DOCTYPE are displayed in Standards Mode."

So you have to have a doctype regardless.

Which is irrelevant either way, because selectors simply do not work in IE8 user style sheets applied via Accessibility options, regardless of doctype or document mode.

Fan.Tas.Tic!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.