Aug 14
CSS3: Structure
icon1 Niklas | icon2 Tags: . | icon4 08 14th, 2003| icon3No Comments »

Lot’s of W3C news today. The CSS WG has released three new working drafts, the most interesting to me is CSS3: Structure which deals the very basics of CSS. A must read for anyone interested in how CSS really works.

May 24
CSS tabs
icon1 Niklas | icon2 Tags: . | icon4 05 24th, 2003| icon3No Comments »
May 15

W3C today release the first working draft of CSS3 Generated and Replaced Content Module. It’s the bigger brother of ::before(content:x;). From the first read it looks pretty powerful but maybe a bit complex. Anyway, I would love to be able to use headers and footers in some future browser. Will XHTML+CSS some day make XSL-FO oblivious?

Apr 29
DENG does SVG
icon1 Niklas | icon2 Tags: , , . | icon4 04 29th, 2003| icon3No Comments »

DENG, the XML/CSS rendering ening built in Flash, can now render some simple SVG samples. Pretty exciting what you can do with XML as soon as you got the basics (like CSS) working. I hope they continue of the renderer and see how far they can take it.

Dec 30

Tantek has written two essays on how to use the class attribute in HTML. Both are excellent and a must read.

Dec 29
CSS in .NET
icon1 Niklas | icon2 Tags: , , . | icon4 12 29th, 2002| icon3No Comments »

I used uploaded the last parts of the CSS support for SharpVectorGraphics. It’s based on a subclassed XmlDocument which adds support for looking up style rules from external stylesheets, style elements, user and useragent stylesheets. It supports the cascade rules of CSS 2.1, most of the selectors in CSS 3 and the majority of the CSS 2.1 DOM. There are lots of things to improve but it got all the basics. No package yet so you have to get it from the CVS. Hopefully there will be a package in a few days to play with. Feel free to email me any feedback, bug reports or feature requests :-)

Oct 14
The excellent CSS wiki is
icon1 Niklas | icon2 Tags: . | icon4 10 14th, 2002| icon3No Comments »

The excellent CSS wiki is now open to the public. Join in and help out to build the best CSS resource on the web.

Aug 24
Tabs made with CSS. Another
icon1 Niklas | icon2 Tags: . | icon4 08 24th, 2002| icon31 Comment »

Tabs made with CSS. Another attempt to make backwards-compatible versions of stuff we did with JavaScript before. Looks good.

Aug 12
The css-d mailing list now
icon1 Niklas | icon2 Tags: . | icon4 08 12th, 2002| icon3No Comments »

The css-d mailing list now got an archive. Great!

Jul 19

CSS Namespace Enhancements. For what’s I’ve been doing the last few hours, this would have been really great. Right now browsers work a bit random when it comes to handling and styling elements from different namespaces then XHTML.