Digg Watch #4

Posted on June 22nd, 2008 | No Comments »

It’s that time again.  Since the last update, major versions of both Opera and Firefox have been released.  Only one of the two has been dominating in terms of Digg presence, though.

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: , , , ,