473,699 Members | 2,436 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

IE7 and Web Standards

Paul Thurrott:

"Wilson's (IE Lead Program Manager) post is disappointing because Microsoft
doesn't plan to fully support the latest CSS standard in IE 7.0..."

http://www.windowsitpro.com/Article/...7208.html?Ad=1

Roy
Aug 3 '05
22 2170
Erik Funkenbusch wrote:
On Wed, 03 Aug 2005 03:20:39 +0100, Roy Schestowitz wrote:
Paul Thurrott:

"Wilson's (IE Lead Program Manager) post is disappointing because
Microsoft doesn't plan to fully support the latest CSS standard in IE
7.0..."

http://www.windowsitpro.com/Article/...7208.html?Ad=1

Roy
I'm not even sure what that means "support the latest CSS standards".
Neither CSS 2.1 or 3 is even in recommendation stage, and we all know (or
should anyways) that a browser that implements a standard before it's
finalized is just creating yet another nightmare we have to support when
it's implementation invariably differs from the final standard.

These words were not mine, they were Paul's. I fully agree with your
argument though.

CSS2.0 was never fully implemented by any browser, and isn't going to be
(which is the reason for 2.1).

Frankly, if *ALL* Microsoft did was fix the bugs in IE6 i'd be ecstactic
at having a browser that did what I expected it to do, even if it didn't
support everything I wanted it to. My life would be SO much simpler.

However, this assumes that you are using Windows XP. This creates a
different type of "nightmare" as you called it. Once developers begin to
cater for a majority (Windows XP, possibly with IE7), older computer
systems will suffer. I wrote about it a few hours ago:

http://schestowitz.com/Weblog/archiv...ndows-snubbed/

Then again, here is more of a reason to use Firefox...

Happily, that doesn't appear to be all their doing, though they're not
going to have full support, with lots of stuff they didn't support
earlier.
Is it a disappointment? Sure, but I doubt anyone expected it to be
perfect.

The disappointment can be broken up as follows:

1) IE7 only supports XP+. This was /not/ the initial plan

2) IE7 'extends' RSS without any world-wide consensus

3) IE7 keeps some developers in the dark

4) IE7 primarily imitates Firefox (tabs, search bar, maybe live bookmarks)

5) IE7 will urge users to use MSN search (unfair exploitation of a monopoly)

I could probably think of more, but I'll stick to the 5-point 'take home'
rule.

Roy

--
Roy S. Schestowitz
http://Schestowitz.com
Aug 9 '05 #21
> I'm not even sure what that means "support the latest CSS standards".
Neither CSS 2.1 or 3 is even in recommendation stage
Yes, but from the CSS 2.1 spec: "There must be at least two interoperable
implementations for every feature." In other words, implementors are
expected to start working on CSS 2.1 support *now*, and in fact, the spec
will never become a recommendation until at least two implementations are
made for each feature.
and we all know (or
should anyways) that a browser that implements a standard before it's
finalized is just creating yet another nightmare we have to support when
it's implementation invariably differs from the final standard.
The final recommendation won't be very different from the current draft.
The only thing likely to change is a few dropped features if those
features prove impossible or very hard to implement.
CSS2.0 was never fully implemented by any browser, and isn't going to be
(which is the reason for 2.1).
This is also part of the reason in the change of W3C policy (as above).
Frankly, if *ALL* Microsoft did was fix the bugs in IE6 i'd be ecstactic
at
having a browser that did what I expected it to do, even if it didn't
support everything I wanted it to. My life would be SO much simpler.
Yep. Before they even consider adding new features to try competing with
Opera, Firefox and Safari, they should be fixing bugs.
Is it a disappointment? Sure, but I doubt anyone expected it to be
perfect.


I was hoping for a perfect engine in the final, so I wouldn't have to (as
a web developer) test in Firefox, IE6 *and* IE7.

--
Kevin Wu Won exclipy #40979410
@gmail.com
Aug 11 '05 #22
Also sprach Kevin Wu Won:
I was hoping for a perfect engine in the final, so I wouldn't have to
(as a web developer) test in Firefox, IE6 *and* IE7.


Will it be possible to run IE6 and IE7 side by side? I know one can have
IE4, IE5, IE5.5 and IE6 running side by side, but what about IE7?
Aug 11 '05 #23

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1532
by: MarionEll | last post by:
XML 2003 Interoperability Demonstrations to Showcase Industry Standards, Integrated Vendor Solutions Alexandria, VA – Nov. 19, 2003 – IDEAlliance, a leading trade association dedicated to fostering information technology standards, today announced that XML Conference and Exposition 2003 will feature several “interoperability demonstrations” organized by OASIS, W3C, and WS-I. The demonstrations will showcase numerous...
162
7234
by: Isaac Grover | last post by:
Hi everyone, Just out of curiosity I recently pointed one of my hand-typed pages at the W3 Validator, and my hand-typed code was just ripped to shreds. Then I pointed some major sites (microsoft.com, cnn.com, etc.) at the W3 Validator; to my surprise none of them passed. Doesn't anyone care anymore, or are the standards more-or-less looked at as guidlines for web design?
4
2291
by: dotNetDave | last post by:
About three weeks ago I released the first .NET coding standards book titled "VSDN Tips & Tricks .NET Coding Standards". Here is what the famous author/ speaker Deborah Kurata says about it: "David McCarter once again demonstrates his knack for pulling best practices into one cohesive unit with his new book "VSDN Tips and Tricks: .NET Coding Standards". This book includes everything from how to set up your project to how to declare...
17
2062
by: Ian | last post by:
Hi there, Can anybody tell me where I can find a standards documents like you have in c#. I am trying to write javascript and would like to know what standards are i.e. Where to put the javascript function i.e. in Head , Body or Below?
23
2476
by: Mario T. Lanza | last post by:
I have been authoring web sites for several years now and recently come to value web standards (as touted by Zeldman and many other web gurus). I have noticed with frustration that there are so many hacks (tricks to take advantage of browser buggy-ness) and special rules to be remembered in order to make sure that any one page displays properly in the many popular browsers. This leads me to... Since the many programmers authoring...
250
10385
by: Sugapablo | last post by:
Just out of curiosity, while checking on a site I was working on, I decided to throw a couple of the web's most popular URLs into the W3C Markup Validator. Out of microsoft.com, google.com, amazon.com, yahoo.com, aol.com, and mozilla.org, only Mozilla's site came back "Valid HTML". So if all these places, with their teams of web developers don't seem to care, should the rest of us small time web devs concern ourselves with standards?...
115
4885
by: junky_fellow | last post by:
What is a C object ? If i have some function "func()" in my C program, then can i say that "func()" is a C object ? or if i have some function pointer (ptr) which contains the address of function "func()", can i say that ptr is pointing to some C object ? Is a C object always associated with some "data" ? thanx in advance for any help .....
9
1551
by: Jason Gogela | last post by:
Does anyone out there know why I should care whether a <span> is nested in a <p> or vice versa? What is the bennafit of adhering to this standard? It seems to me that regardless of which way you write it, the page will render the same, sans errors, in any browser. All responces will be greatly appreciated. ~Jason Gogela
3
1776
by: editormt | last post by:
A recent poll asked if programming standards are used by development organisations... and if they are controlled. None: 20% Yes, but without control: 49% Yes, with control: 31% Participants: 369 Source: Methods & Tools (http://www.methodsandtools.com)
53
2879
by: Jim Cook | last post by:
I previously had asked if there was an online standards file so I could read that and answer my own questions without posting here and getting flamed for not having done my homework. I was pointed to a file called n1124.pdf which turns out to be a C99 standard. It appears that quoting from that standard makes a lot of people say "but C99 isn't widely supported, so C90 is what you ought to do." Is there a C90 file I can download for...
0
9184
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8892
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7767
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development projectplanning, coding, testing, and deploymentwithout human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5878
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4382
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4634
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3062
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2359
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2013
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.