The Web Standards Project announced some CSS Spec Updates yesterday. Among them was the CSS3 Hyperlink Presentation Module. If you recall, the 'target' attribute was depreciated with xhtml (causing xhtml strict to fail validation), thereby forcing one to use JavaScript to open a link anywhere but the current window/tab of the browser. This "first working draft" proposes the addition of the 'target' property to CSS3 and is even fully aware of tabbed browsing as found in modern browsers. For instance, a designer/developer (or whatever you call them/us) could cause a link to open in a new tab directly in front of the current tab in the users' browser with the following CSS:
a {target: new tab above;}
Or maybe the designer/developer would like the link to open in a new window behind all open windows on the users' desktop. No problem:
a {target: new window back;}
They have even included easy ways to reference other frames in the current browser window/tab (not that I would use them - I try NOT to use frames).
How cool is that!? But let's not get too excited yet. It is only the "first working draft". It still needs to get through all the red tape to become a final recommendation and even then we will need to wait for browsers to support it. And at the rate some browsers comply with standards, that will take awhile. The only plus is that any complying browsers would respond as intended while non-compliant browsers should (and I stress should) just ignore the property and open the link in the current window as they do today.
On a similar note, the CSS 'reader' Media Type first working draft was also published. It's nice to see the W3C addressing problems with current screen reading techniques. As the announcement mentions, this was all, or at least mostly, because Joe Clark proposed such a rule and wrote about it at ala. Now that is pretty cool. Way to go Joe!
On an unrelated note, you should now be able to read this without straining your eyes as I adjusted the font used. I worked on a few color changes last night but kept running into a wall with the main nav bar. However, I did determine that the blocks in the side bar should not be so bold. (They were designed in their current state outside of the context of this site). Once I have the color scheme complete you should see it here.

