Forum Moderators: not2easy

Message Too Old, No Replies

IE8 beta 1: first tests

What did Microsoft mean when they said standards

         

swa66

11:55 pm on Mar 5, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Just a quick test of IE8 ad how my sites look in the first beta. [I cloned one of my virtual machines in parallels and upgraded that one]. We cannot afford not to test IE6 yet.

In general it was better than with all previous versions.
note I didn't change a single letter to the sites for this test, so there might be some old specific IE stuff in the style (but the style validates) and I load 2 conditional comments for IE6 and IE7 respectively (I've next to no visitors with IE5 (well it probably looks like a horror show anyway)

Unfixed: outset borders are still not working properly (all IE versions have this problem if you use a color different from the default.

I'll probably give up with it (safari has the same problem) and go to implementing the colors on the different sides myself, and forget about outset borders.

Unfixed: table borders do not follow the standards. Specifically the part about honoring " border-collapse:collapse; border-style: hidden; "

The failure mode is different, but I can see faint lines where there ought to be no border at all.

New never seen before failure:
A site where I use a variant on the sliding doors has its left door displayed way to big downwards (even extending into the hover variant image that's 40 pix down) [rendered on the <li>]; while the right side of the doors displays normally [rendered on the <a>]
Seems like the <li> doesn't collapse.

This is a site I've huge problems with IE6 and IE7 not doing what they should, even using conditional comments to try to get it a bit better, the bugs are so numerous it's amazing it works at all.

I don't see any of the other quirks of the old IEs, but this new one makes me worry IE8 is yet another IE7 we'll be struggling with in the long run. One more browser to test ... in the future.

another new one:
li {list-style-type: square;} gives not a solid little square as do other browsers but a checkbox sized hollow box. It just looks ugly.

4css

4:12 pm on Mar 12, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



swa66
Thank you for posting this, I'm sure that it will be helpful for those who are wondering what will happen with IE8.

Just curious, do you think there will be a stand alone version like there is with IE6&7?

~4CSS!

vol7ron

8:22 pm on Mar 12, 2008 (gmt 0)

10+ Year Member



Standards aren't only defined by W3C. You can have browsers that primarily adhere to W3C standards, but what about the other internet-interest groups out there?

swa66

9:41 pm on Mar 13, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Since this is the CSS part of webmasterworld I think W3C rulez. What other groups are out there that matter for standardization of (x)html/css?

4css

10:16 pm on Mar 13, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I agree with you swa66, we need standards in all area's of life. If it be with web design or building a house, or any type of construction of anything.

If you were to build a house and needed a door, they come in a standard size, unless you need to order a customized door.

Well, the same holds for design in all aspects of it. If it be languages for programing or for css, we need standards.

And if the browsers would uphold the standards that they are a part of agreeing to then we would not have to use conditional statements, or as some people do so, use hacks to get pages to work cross browser.

I agree that we need standards and the W3C does do a good job of trying to get people to adhere to them.