Archive for the 'DOM' Category

querySelector[All]

Tuesday, July 22nd, 2008

querySelector[All] support landed just in time for Firefox 3.1 alpha 1.  This gives web developers a much faster method of getting the set of nodes matching a CSS selector, and hopefully tookits will pick it up and start using it so that web developers get the benefits transparently.  For those interested, there is a test put together by the Webkit developers that compares querySelectorAll performance to that of existing query mechanisms.