From: <gn...@th...> - 2005-03-02 19:12:05
|
Hi, > I implemented the property, but haven't hooked it into the property > resolution code. > > If someone wants to test their knowledge of the source code, they > could look at what I did (starting with the 'spec-dump' module) to see > how well they understand what I did and why. For the really > adventurous, they can look at fo-context-util and see what would need > to be done to support it similarly to how the 'padding' property > is resolved w.r.t. the non-shorthand 'padding-*' properties. I can try adding border-color resolution support. I checked out fo-context-util - it looks like I'd be modifying fo_context_util_border_resolve() to understand the shorthand border-color property and using code similar to fo_context_util_paddings_resolve() to deal with the border-color FoTblr, no? Just checking that I am on the right track... Chapter 5 of the XSL spec is quite clear about the precedence rules for shorthand properties etc. I'll probably have questions though... In general, I am starting to slowly work my way through the XSL spec, getting the hang of GObject, and getting a better feel for the code and how things fit together. Thanks, Julian |