Re: IE 7.0



Mason Barge said on 21/03/2006 8:50 AM AEST:
Does anybody have a good idea of how useful Javascript will be in IE
7?

ECMAScript Language Ed 3. is already fully supported (expect for a few bugs here and there) in JScript and hence IE, why would MS change that?

Most of the standards focus for IE 7 has been on support for the W3C CSS 2 (and security), hence changes to the IE DOM appear to realted to CSS rather than full compliance with the W3C DOM, e.g.:

"For the SELECT few..."
<URL:http://blogs.msdn.com/ie/archive/2006/01/17/514076.aspx>

Search through the IE blog:
<URL:http://blogs.msdn.com/ie/archive/category/6862.aspx>

There's an IE wiki here:
<URL:http://channel9.msdn.com/wiki/default.aspx/Channel9.InternetExplorerFeedback>


Post a question, see what happens...


--
Rob
.



Relevant Pages

  • Re: Event Handling via CSS
    ... JavaScript event handlers via css for CSS attributes like "hover"? ... It may also, rather independently of the DOM, trigger a style sheet selector ... that uses a dynamic pseudo-class. ... HTML elements provide event-handler attributes which value is supposed to be ...
    (comp.lang.javascript)
  • Re: firefox onmouseover frame focus problem
    ... implement this part of W3C DOM Level 2 Core, ... a valid object reference always returns to `true'. ... And there is an additional CSS alternative for conforming user agents ... independent of the color depth of the readers's display. ...
    (comp.lang.javascript)
  • Re: Event Handling via CSS
    ... JavaScript event handlers via css for CSS attributes like "hover"? ... It may also, rather independently of the DOM, trigger a style sheet selector ... that uses a dynamic pseudo-class. ... HTML elements provide event-handler attributes which value is supposed to be ...
    (comp.lang.javascript)
  • Re: Crockfords JavaScript, The Good Parts (a book review).
    ... of the DOM (that which changes the UI for the user in response to ... JavaScript can get some predone and prepackaged stuff from Yahoo's ... *not* discuss CSS and/or the DOM. ... practices. ...
    (comp.lang.javascript)
  • Re: Any need for addEventListener() and attachEvent() at all?
    ... I guess that's why I included the DOM 0 fallback. ... apps and stop worrying about browser inconsistencies for every app you ... any bugs like the DOM2/Safari bugs. ... I wonder if you couldn't just implement the functionality of the DOM ...
    (comp.lang.javascript)