On Sun, Feb 08, 2009 at 07:38:53PM -0300, Jorge Arellano Cid wrote:
On Sun, Feb 08, 2009 at 09:18:04PM +0100, Hofmann Johannes wrote:
Hi,
I just committed a major update of the CSS code. CSS values now have a type and the CSS parser can accept multiple types for one property. One example is font-size, which can either be a length or an enum (xx-small, x-small, ...). This fixes the font size issue on wikipedia.org.
I just saw the big commit!
It'd be very good if you provide us with examples of what is changing (just as you did, just a bit more for non CSS-savvy guys like me ;).
The visible change is that "font-size: normal", "font-size: smaller", or "font-size: xx-large", etc. should work now as expected. In addition font-weight handling has been moved to the new scheme. The commit also provides the ground work to support the "inherit" special value in the future. Cheers, Johannes