{J,Java}Script improvements/changes in IE 8

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • joebloe

    {J,Java}Script improvements/changes in IE 8

    I haven't seen anything about updates that might be made to JavaScript
    support in IE 8. Does anyone know if it's headed toward 1.7/1.8/2.0?
  • Thomas 'PointedEars' Lahn

    #2
    Re: {J,Java}Script improvements/changes in IE 8

    joebloe wrote:
    I haven't seen anything about updates that might be made to JavaScript
    support in IE 8. Does anyone know if it's headed toward 1.7/1.8/2.0?
    Microsoft Internet Explorer and other MSHTML-based user agents do not
    support Netscape/Mozilla.org JavaScript, they support Microsoft JScript.





    PointedEars
    --
    Anyone who slaps a 'this page is best viewed with Browser X' label on
    a Web page appears to be yearning for the bad old days, before the Web,
    when you had very little chance of reading a document written on another
    computer, another word processor, or another network. -- Tim Berners-Lee

    Comment

    • Bart Van der Donck

      #3
      Re: {J,Java}Script improvements/changes in IE 8

      joebloe wrote:
      I haven't seen anything about updates that might be made to JavaScript
      support in IE 8. Does anyone know if it's headed toward 1.7/1.8/2.0?
      You could ask it yourself to the browser :-)



      (a same test could be done with 'language="JScr ipt"')

      --
      Bart

      Comment

      • Martin Honnen

        #4
        Re: {J,Java}Script improvements/changes in IE 8

        joebloe wrote:
        I haven't seen anything about updates that might be made to JavaScript
        support in IE 8. Does anyone know if it's headed toward 1.7/1.8/2.0?
        I have not heard anything about new features for the JScript engine.
        There will be various DOM enhancements, some bug fixes like fixing the
        attribute/property problem on HTML DOM elements, some new features like
        a selector API:
        The Selectors API provides methods that make it quick and easy to retrieve Element nodes from the DOM by matching against a set of selectors. This is much faster than past techniques, wherein it was necessary to, for example, use a loop in JavaScript code to locate the specific items you needed to find.

        The Selectors API provides methods that make it quick and easy to retrieve Element nodes from the DOM by matching against a set of selectors. This is much faster than past techniques, wherein it was necessary to, for example, use a loop in JavaScript code to locate the specific items you needed to find.


        --

        Martin Honnen

        Comment

        • Jorge

          #5
          Re: {J,Java}Script improvements/changes in IE 8

          On Jun 4, 6:04 pm, Martin Honnen <mahotr...@yaho o.dewrote:
          >
          (...) some bug fixes like fixing the
          attribute/property problem on HTML DOM elements (...)
          Martin, where's that bug documented, please ?

          Thanks,
          --Jorge.

          Comment

          • Martin Honnen

            #6
            Re: {J,Java}Script improvements/changes in IE 8

            Jorge wrote:
            On Jun 4, 6:04 pm, Martin Honnen <mahotr...@yaho o.dewrote:
            >(...) some bug fixes like fixing the
            >attribute/property problem on HTML DOM elements (...)
            >
            Martin, where's that bug documented, please ?

            has a link to a document listing what MS has fixed in IE 8 beta in terms
            of the DOM.

            I think there is a shorter HTML document about that online but can't
            find the link to that currently.


            --

            Martin Honnen

            Comment

            Working...