Slashdot Mirror


Microsoft.com Makes IE8 Incompatibility List

nickull writes "Microsoft is tracking incompatible Web sites for its upcoming Internet Explorer 8 browser and has posted a list that now contains about 2,400 names — including Microsoft.com. Apparently, even though Microsoft's IE8 team is doing the 'right' thing by finally making IE more standards-compliant, they are risking 'breaking the Web' because the vast majority of Web sites are still written to work correctly with previous, non-standards-compliant versions of IE."

17 of 358 comments (clear)

  1. Options by Anonymous+Showered · · Score: 4, Insightful

    What if we could just define which rendering engine to use in pages, e.g. IE7 or IE8 in a meta tag...

    1. Re:Options by should_be_linear · · Score: 5, Insightful

      or, perhaps, fixing those pages comes to mind...

      --
      839*929
    2. Re:Options by techno-vampire · · Score: 4, Insightful
      the IE7 standards

      Isn't that a contradiction in terms? The whole problem with IE7 is, it's not standards compliant.

      --
      Good, inexpensive web hosting
    3. Re:Options by PitaBred · · Score: 3, Insightful

      IE7 doesn't measure up to w3c standards, but it's a de facto "standard" nontheless. People wrote lots of websites to deal with the way IE7 renders pages.

    4. Re:Options by Tweenk · · Score: 4, Insightful

      So what should I use?? "if IE" comments are the cleanest solution for IE woes. Using them you can make your sites both standards compliant AND hack-free.

      "Conditional comments" are perfect for linking to an additional style sheet that makes the site look decent in IE. They are the simplest and most reliable method of serving CSS/Javascript fixes, and they are W3C complaint (see this site: www.baltchem.eu - it uses those tags and is still valid XHTML 1.0 Strict).

      --
      Those who would give up liberty to obtain working drivers, deserve neither liberty nor working drivers.
    5. Re:Options by tuxgeek · · Score: 4, Insightful

      I have a better idea
      Let M$ build a browser that is W3C compliant.
      Then all the webmasters out there can make their sites W3C compliant.

      Now, see how easy that was?
      Complying with standards, what a concept

      --
      "Suppose you were an idiot...and suppose you were a member of Congress...but I repeat myself." Mark Twain
    6. Re:Options by mcgrew · · Score: 4, Insightful

      A non standards-compliant web page isn't hard to write. If goobers would stop writing their web pages to impress people with their 133t sk1LLz (Yahoo news comes to mind) and make them clean and standards-compliant in the first place, there wouldn't be these issues.

      If your site isn't compliant in the first place, you have no right to bitch about "working for free". If I screw up a project at work, I have to redo it. And if your site isn't compliant in the first place, you screwed up.

      Suck it up and fix it. Next time, do it right.

  2. Breaking IE-specific sites is a GOOD thing by kbrasee · · Score: 5, Insightful

    The worst thing on the internet is a site that only works in IE. I just ran across one the other day that displayed nothing but a blank screen in Firefox and Chrome. There are many more that have crazy formatting issues in anything but IE. So, this is a good way to force these sites to update from their 1997 crapfest to the standardized modern web.

  3. Rock and a Hard Place by Toreo+asesino · · Score: 4, Insightful

    So slashdot, what should it be?

    Break standards and keep compatibility? Or break compatibility and be standards compliant?

    Either way they'll be unpopular it appears. At least in the short-term.

    --
    throw new NoSignatureException();
    1. Re:Rock and a Hard Place by Joce640k · · Score: 5, Insightful

      One of the two will make them unpopular in the long term.

      --
      No sig today...
  4. Broken or not... by innerweb · · Score: 3, Insightful

    If finally coming into compliance is what they are doing, then, Duh! By default the sites that are built for the not-compatible versions are going to be broken. I think it is wonderful. If Microsoft comes into compliance and renders web pages by the book (the W3C standard), then it is a great thing for all. Having broken sites is the price that companies pay for jumping on the bandwagon when they had the choice to do the right thing or not.

    Consider broken sites a small price to pay going forward to gain real compatibility and a much better web. Less time spent developing around the broken browsers means more time spent building true content - maybe even more time on better security.

    InnerWeb

    --
    Freud might say that Intelligent Design is religion's ID.
    1. Re:Broken or not... by mc1138 · · Score: 3, Insightful

      Right on, maybe we'll see fewer sites coming back saying that you have to be using IE or it won't work. Trust me lots of places especially banks still do this.

  5. Oh great by moria · · Score: 3, Insightful

    Now web developers will need to test two more assuredly incompatible browsers, IE8 standards mode and IE8 compatibility mode!

  6. The web is already broken thanks to IE by Dracos · · Score: 3, Insightful

    Microsoft's stance that fixing IE will break the web is counter intuitive propaganda. They broke the web when they failed to keep IE's standards compliance up to date, and since they strong-armed themselves to the top of the browser share pile, much of the web is built to satisfy their flawed implementation.

    MS is giving that chunk of the web an incentive to fix itself... it's already broken.

    If MS would approach this with some humility and logic, more people would understand that it's not the sites that are broken, it's the blue E.

  7. Fixed that for you! by Giant+Electronic+Bra · · Score: 3, Insightful

    "Apparently, even though Microsoft's IE8 team is doing the 'right' thing by finally making IE more standards-compliant, they are risking 'fixing the Web' because the vast majority of Web sites are still written to work incorrectly with previous, non-standards-compliant versions of IE."

    --
    "Malo periculosam, libertatem quam quietam servitutem." -- Jefferson
  8. Thank you, Microsoft! by CopaceticOpus · · Score: 5, Insightful
    Microsoft had two choices:
    1. Continue rendering sites in the same broken way as previous versions of IE, making life a real pain for web developers.
    2. Render sites properly, making things better in the long run, but taking a public relations hit in the process.

    Amazingly, they chose the second option. Those of us who understand why this is important should be applauding right now.

  9. Re:Where's the story? by Blakey+Rat · · Score: 3, Insightful

    Has no one ever noticed that Microsoft.com had various effects, direct system access, and other features not found anywhere else on the web?

    Not really, no.

    Or that Windows Update only worked through Internet Explorer?

    Windows Update has been a freakin' Control Panel and Service in Windows for a decade now. Please update the rhetoric to the 21st century, thank you.

    Yes, the web-based Windows Update still works. Yes, it requires IE. That's because IE is the only browser that ever implemented ActiveX. But the thing is, HTML was/is *designed* so that companies can extend it! (That's why HTML ignores tags it doesn't understand, for example.) ActiveX was fairly extended in the correct manner prescribed by HTML. Is it a good technology? No. Does it violate the HTML standards? Also no. Is there any technical reason Firefox can't implement ActiveX? No.