querySelector[All]

July 22nd, 2008 by Boris

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.

Some new CSS features in Firefox 3

July 14th, 2008 by fantasai

Mozilla’s David Baron recently posted about some new CSS features in Firefox 3, including

Check out his blog post for examples and explanations, or visit MDC for a list of CSS improvements in Firefox 3.