• 200824 Jul

    A first Alpha of Mozilla’s new browser is due for release shortly (probably tomorrow). Firefox 3 saw a lot of work go into speed, stability and the interface, but was slightly disappointing for front-end developers and saw CSS implementation overtaken by Safari and Opera.

    3.1 will make up for that with a whole raft of features on their way. Implemented in the current nightlies (and therefore, most likely, in the Alpha) are:

    Planned for implementation but not yet landed features include:

    For the stat-hungry amongst us, 3.1 currently scores 84 on the Acid 3 test, and the implementation of Media Queries should take that up to 85.

    There’s no indication of it, but I personally would like to see their border-radius syntax brought into line with the standard, and Transitions implemented to complement Transforms. I’ve been playing with Transitions recently, and they’re very cool.

    What new CSS features would you like to see in Firefox 3.1?

  • 200801 Apr

    The Internet Explorer team announced on their blog today that they are unhappy with the slow progress and differing implementations of the various CSS3 modules, and will not be including any CSS3 functionality in IE8; instead they will be producing their own, alternative standard, which they are codenaming CSS.2012 (after the planned year of launch of the subsequent browser).

    Few details have yet been released as to what the new standard will contain, although one new feature which was hinted at was the :silverlight selector, which will be used to replace text in selected elements with high-definition streaming video.

    It is unlikely that CSS.2012 will be compatible with existing CSS standards, and MS intend to use their dominant market share to automatically push the new version onto desktops; with training being provided only by Microsoft-certificated teachers, this could end up being very expensive for web developers forced to re-train.

    IE Platform Architect, Chris Wilson, said:

    Other browsers and standards break the web, so CSS.2012 is our best effort at fixing it. It will be tightly integrated into .NET and Silverlight, and initially will only work in IE9. Other browsers will be able to license the technology after a few years, when we judge it is stable. Then they can’t break the web.

    More information on the announcement here.

    Update: It’s just after noon here in the UK, so time for me to confess: yes, this is an April Fool’s Day hoax; of course, Microsoft would never pull a stunt like this. Hope you all enjoyed the prank, and I’m happy I caught a few of you out!

  • 200806 Mar

    I’m I began writing this post in IE8*, something I didn’t think I’d be doing just a short while ago; the IE team have certainly been busy in the last 18 months! As it’s beta software there are obviously quite a few rough edges and we can’t consider it feature complete, but I thought I’d take a look at what features of CSS 3 have made it in already.

    The short answer: not many! In fact, the only ones I can find are the substring matching attribute selectors:

    E[att^='val']
    E[att$='val']
    E[att*='val']

    These allow you to choose elements based on substrings of their attributes; that begin with, end with, or contain (respectively) the provided value. Update: As has been pointed out in the comments, these were already available in IE7; I should have known that, as I wrote the (now outdtated) compatibility table! In my defence, it was very late when I wrote this post…

    Other than that, nothing I can see. Although it’s not new to CSS3, generated content is supported, which is good news. Using the :before and :after pseudo-elements, you can add text content (and images according to the spec, although they don’t seem to work in IE8);

    E:before { content: 'foo'; }
    E:after { content: 'foo'; }

    No opacity or RGBA yet, which is a shame as they’re supported in almost all of the other browsers. Still, it must be remembered that there’s still time for new features to be added before release.

    * I had to switch to Firefox; IE8 is not ready just yet!

Page 3 of 8:

OUR SPONSORS

Advertise here?

Hosting by: