Let’s go ::outside
Tom Gilder has started a series of posts looking ahead to CSS3. In his first installment, he describes the awesomely powerful ::outside pseudo-element. Using this, CSS3 authors can apply multiple backgrounds and borders to single elements (at the moment doing so requires fussing around with nested divs). If you don’t instantly see the importance of this, take a look at some of the attempts to render rounded box corners using CSS. All of them require the addition of extra presentational elements, none of which would be needed if we could use the ::outside selector instead.
Dave S. - 29th July 2003 00:15 - #
-moz-border-radiusis any indication of what it will look like (incredibly grainy!), I'm not sure it will be an acceptable subtitute to rounded corners rendered in an image and set as a background. Similar to how some designers set text in an image because of the web's typographical shortcomings and cruddy display of fonts.MikeyC - 29th July 2003 00:23 - #
Simon Willison - 29th July 2003 13:15 - #
CSS3 is also including ways to do some of those without the use of
::outside:Well, all I can say is, keep track of this bug list.
Minh Nguyễn - 30th July 2003 03:32 - #