Microsoft listens
Wednesday, 5. March 2008, 19:01:13
When it's broken, it's brokenNOSCRIPT for nerds. Stuff that disappears.![]()
You must be logged in to write a comment. if you're not a registered member, please sign up.
Nice work, your blog have interest it's good. ahhh...if you inte ...
Have you used Vital's script?Yes Any idea how they compare in t ...
fearphage: thanks, I was not aware of Vital's JS beautifier. Fun ...
Doesn't Opera have an internal function->string pretty-printer D ...
This is certainly one of the things that I think Dragonfly needs ...
Not to belittle your work but we actually had this already (sort ...
By shadowk, # 5. March 2008, 20:42:08
By hallvors, # 5. March 2008, 21:17:07
By fearphage, # 5. March 2008, 21:36:38
By haavard, # 6. March 2008, 10:07:04
As for IE8beta 1:
Generated content, .contentDocument, data URIs, getAttribute("href") and .href now work right, printing-related css fixes, general DOM fixes, Selectors API, DOM storage, circular reference fixes. All good things.
However, some quick notes:
No event support improvement. No addEventListener. No event objects passed to the function. No event.target.
Data URIs are limited. data:text/html doesn't work for security purposes. Probably a good thing for IE
Still can't append nodes to dynamic object elements.
Still can't load many plugins with object without using classid. (But at least you can now append a dynamic object element to the document without have to set outerHTML = outerHTML on it.)
No script type attribute support for application/javascript and application/ecmascript.
The cross-document interaction between different IE modes is a little interesting. There's potential for a mess there, but fine if you're careful.
No application/xhtml+xml support and no NS functions.
So, I'm impressed, but IE needs a lot more work.
IE (even 6) still prints web pages a million times better than every other browser though.
By burnout426, # 6. March 2008, 10:36:05
That got their attention
By Chas4, # 29. April 2008, 23:57:39