Skip navigation.

exploreopera

| Help

Sign up | Help

ed.blog

You will be vectorized.

Posts tagged with "ie8"

Falling back, or falling down...

,

Microsoft tries to improve web standards support in IE8 apparently...well, except for...

Known issues we are not planning to change in IE8
  1. <OBJECT> is not parsed in a cross-browser compatible way (parsing stops at the OBJECT, whereas other browsers continue parsing all the fallback content and make it available. No support for this parsing behavior is planned for IE8; I'll take this opportunity to ask for real-world scenarios that can help me prioritize this feature.
  2. <OBJECT> elements cannot be 'reactivated' by dynamically correcting the attributes that caused the original fallback. Again, your feedback on the potential benefits/use-cases for this feature appreciated.

Source: IE8Blog

Being web standards compliant is not important enough?

Anyway, in practice it means that IE users won't be able to see most graphics on my blog. I usually provide some kind of fallback content for the tags I use. This makes it easier to do progressive enhancement, browsers that don't handle some type of content at all get some other content to munge on instead. Or anyway, that was the thought.