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
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.
Comment