Firefox 3.6 RC1 Released

Posted on January 9th, 2010 | 1 Comment »

Small Firefox LogoAs promised, Firefox 3.6 RC1 was released yesterday.  Despite my warnings against downloading the candidate of the release candidate earlier this week, it doesn’t look like there was ever more than one candidate, so if you jumped the gun and downloaded that candidate, you’ve likely got the same build anyway.

Despite the fact that Firefox 3.6 RC1 was released on schedule yesterday, it has received very little attention from the usual official outlets, as far as I can tell.  For example, there is no mention of the new release candidate on the main Firefox page, and there has been no mention of the release via Firefox’s Twitter account.

Nevertheless, the RC1 build looks official, and the following are some of its key features and changes:

If you decide to give Firefox 3.6 RC1 a spin, feel free to share your thoughts on the new release here in comments.

Update: I should clarify that the RC1 build is at least mentioned on the beta releases page.

Tags: , , , , , , , , , ,

Around the Browsersphere #14

Posted on January 1st, 2010 | 2 Comments »

I’ve been doing my best to keep my finger on the pulse of the browsersphere over on Twitter, but you know you’re not getting the real deal until we go “around the browsersphere.”

General

Chrome

Firefox

Internet Explorer

Opera

Minor Players

There’s a lot more to cover, but that should hold you over until 2010. ;)

Happy New Year, everyone.

Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

The Current State of CSS Gradients Support

Posted on May 8th, 2009 | No Comments »

CSS GradientsWhile doing some web design brainstorming earlier today, I wondered if any progress had been made on adding support for CSS Gradients beyond WebKit, for which support was first introduced a little over a year ago.  Via MozillaZine, I realized I’m not the only one wondering this, and ended up stumbling upon the Bugzilla bug tracking the progress of CSS Gradients support in Firefox.  Reading through some of the commentary there, it gave me a newfound appreciation for just how fluid the implementation of these kinds of features really is.  For example, it’s somewhat obvious that the original support as announced at Surfin’ Safari was based on some of the canvas documentation related to HTML 5.

Paraphrasing the HTML5 spec and adjusting the language slightly to not be canvas-specific:

“The color of the gradient at each stop is the color specified for that stop. Between each such stop, the colors and the alpha component must be linearly interpolated over the RGBA space without premultiplying the alpha value to find the color to use at that offset. Before the first stop, the color must be the color of the first stop. After the last stop, the color must be the color of the last stop. When there are no stops, the gradient is transparent black…”

Furthermore, it’s obvious that not everyone completely agreed with the initial implementation, and it’s clear that Firefox developers collaborated with WebKit developers to hone in on a more logical implementation.

All of that being said, the reality is that CSS Gradients are not supported widely enough at the moment to be considered tools in the common web developer’s tool belt.  As aforementioned, Firefox support is still in progress (as of yesterday, in fact) and support in Internet Explorer 8 and Opera 10 appears to be non-existent, based on visits to this demo in those browsers.  The demo only seems to work as expected in Safari and Chrome (the latest “Dev” version, at least), which makes sense, since those are the major players that sport WebKit under the hood.

We’ll be keeping an eye on the progress of CSS Gradients support and several other, similar implementations over the coming year.

Tags: , , , , , , , , , , , , , , , , , , ,

nth-child Support in the Major Players

Posted on July 12th, 2008 | 2 Comments »

After reading an article over at the SiteCrafting Blah Blah Blog about different ways to alternate table row colors, it occurred to me that the nth-child approach was not mentioned.  Way back in 2004 I had implemented a ridiculous (hindsight is 20/20) proof-of-concept around implementing tables without using the <table> tag.  However ridiculous the prototype might have been, one touch I added was the use of the nth-child pseudo-class to display alternating table rows in a different color.  Here’s what I wrote about that at the time:

This rule is actually a part of the CSS3 selector set, and if your browser was capable of rendering it correctly (I’m willing to bet it isn’t, at least at the time of posting) you’d see alternate background colors on the table rows (alternating between white and light gray).

Remembering that old proof-of-concept today, I decided to have another look at it.  I was disappointed to find that even in the latest version of Firefox (version 3), over four years later, the alternating row colors were nowhere to be found.  I was happy to see, though, that the latest versions of Opera (9.51 at the time of writing) and Safari (3.1.2 at the time of writing) actually do display the alternating table row colors.  As one might guess, IE7 falls in the Firefox camp on this one.

It’s unfortunate that only half of the major players support this useful feature, but I’m guessing we’ll see support added in Firefox 3.1, of which there is a first alpha targeted for release at the end of this month, since that particular release is meant to include a slew of CSS support geared toward Acid3 compliance.  Furthermore, one can hope nth-child support will show up in IE8, but that may be the least likely scenario between the two.

Tags: , , , , , , , , , , , ,

Opera 9.50 Released

Posted on June 14th, 2008 | No Comments »

As so astutely pointed out by commenter iamcheese, Opera 9.50 was released on Thursday, June 12th.

Those following the Opera Desktop Team Blog likely saw the release coming, as there was a lot of focus on stability in the weeks leading up to the release, and also a preview of some of the major features, including a new default skin (which, like any major theme change, received a lot of immediate feedback) and malware protection.

Impressively, the official release of the browser came only two days after the release of the Opera 9.50 Release Candidate build.  For interesting facts about the release, you can check out the official announcement or the coverage at Opera Watch.  The latter also has some additional coverage on the new skin change.  Or, if you’re interested in the improvements made in Opera 9.5 on the CSS front, be sure to look at CSS3 . Info’s synopsis.

Lastly, and perhaps most importantly, you can download the latest release at opera.com.

Tags: , , , ,

How Web Browsers Utilize CSS Font Rules

Posted on May 27th, 2008 | No Comments »

I was pointed to a very interesting blog post by Eric Meyer titled Characteristic Confusion, which reveals how web browsers like Firefox utilize CSS font rules.

It’s been happening ever since the CSS font rules were first implemented. In fact, it’s the basis of the whole list-of-alternatives syntax for font-family. You might’ve thought that CSS says browsers should look to see if a requested family is available and then if not look at the next one on the list, and then goes to render text. And it does, but it says they should do that on a per-character basis.

From a web developer’s perspective, prepare to have your mind blown.  From a browserphile’s perspective, prepare to learn something new about how web browsers honor those font-family rules supplied in style sheets.

Tags: , , , ,

What Do You Want from CSS3?

Posted on March 10th, 2008 | 1 Comment »

Being interested in web browsers without having any interest in web development or web standards is probably a bit like being interested in telescopes but not having any interest in outer space (or spying on your neighbors).  Therefore, occasionally you’ll see some content here that has less to do with web browsers and more to do with the evolution of web standards, web development, CSS, markup, microformats, etc.  This post is an example.

Peter Gasston posted at CSS3 . Info this week reminding visitors to that site that the closing date for letting the W3C know what your priorities are for CSS3 is Monday, March 10th (in other words, get busy).  You’re encouraged to leave your feedback as a comment over at webstandards.org, where there are already a whole bunch of suggestions.  Some of those suggestions range from requests for the support of constants (though there’s some history on that one) to better form element styling options and control over the color of underlines and strikethroughs to basic animation.  If you look hard enough, you might even find a submission from me that goes way back to 2004.

Anyhow, if you’re one of those people spying on your neighbors…I mean that’s interested in web standards and the evolution of CSS, I’d recommend heading over to webstandards.org and letting them know your thoughts before the end of tomorrow (Monday).

Tags: ,

Around the Browsersphere #8

Posted on March 9th, 2008 | 2 Comments »

With at least a couple more Firefox 3 betas on the way, the release of IE8 Beta 1 and the official release of the Acid3 test, there’s a lot going on in the browsersphere these days.  Let’s jump right into it…

Amazingly enough, there’s a lot more to post about, but that should hold you over for a little bit.  I’m interested in hearing if Browsersphere visitors are more interested in somewhat random links like this or if it would be preferable to have the links broken down by the web browser to which they correspond.  If you have any thoughts on that, please leave a comment.

Tags: , , , , , , , , , , , , , , , , , , , , , , , ,

Safari Closing in on Acid3

Posted on March 7th, 2008 | 2 Comments »

According to Dave Hyatt, the Safari team has made significant gains of late in achieving compliance with the new Acid3 test.  Apparently they’ve made the leap from scoring 39/100 on the test to 90/100 after addressing issues with CSS3 Selectors, general parsing bugs, SVG and DOM Level 2 features.  According to Hyatt, the remainder of the issues tend to fall into the SVG category, and since they are getting so close to Acid3 compliance, they will be updating Surfin’ Safari regularly with updates on their progress.

Tags: , , , ,

CSS Contents and Browser Compatibility

Posted on November 10th, 2007 | No Comments »

I stumbled upon CSS Contents and Browser Compatibility today via etc..  It has a side-by-side comparison of web browser support of CSS features broken down by selectors, pseudo-classes, declarations and experimental declarations.  The web browsers compared are IE 5.5, IE 6, IE 7, Firefox 2.0, Safari 3.0 (Windows), Opera 9.5 Beta, iCab 3.0 and Konqueror 3.5.7.

It’s not surprising to see that as you scroll down the page semi-quickly, a majority of the red shows up in the Internet Explorer and iCab columns.  Beyond that, it looks like Firefox and Opera deserve some props for having only one red box each for the features in the first three categories.  Konqueror’s not far behind with about two-and-a-half, depending on how you count the “Incorrect” implementation for background-attachment.

What stands out, though, is the support for experimental features.  Konqueror leads in that category with support for three features, Safari’s next with support for two-and-a-half, and then Firefox and Opera with two each.  The other browsers fail to even register in this area (again, not surprisingly).

See anything else interesting in the stats?  Post a comment.

Tags: , , , , , , , , , , ,