Re: Q: Padding props -- fixed lengths?

2005-09-24 Thread Andreas L Delmelle
On Sep 24, 2005, at 03:36, Manuel Mall wrote: snip / Thanks for the info Manuel. Cheers, Andreas

Re: inline alignment question

2005-09-24 Thread Andreas L Delmelle
On Sep 24, 2005, at 17:22, Manuel Mall wrote: On Sat, 24 Sep 2005 11:04 pm, Andreas L Delmelle wrote: It seems then that the vertical-align on the innermost inline actually refers to the after-edge, which IIC would be relative to the after-edge of its parent (and not that of the block

Re: inline alignment question

2005-09-24 Thread Andreas L Delmelle
On Sep 24, 2005, at 17:39, Manuel Mall wrote: On Sat, 24 Sep 2005 11:27 pm, Andreas L Delmelle wrote: Anyway, the full description would be: The alignment-baseline on the first inline is aligned with the before-edge baseline of the outer block. Now, IIC, this has an impact on its own

Re: dominant-baseline property

2005-09-24 Thread Andreas L Delmelle
On Sep 24, 2005, at 17:05, Manuel Mall wrote: Hi Manuel, I just discovered something unusual in the spec. It describes the dominant-baseline property in a number of places as: 'The dominant-baseline property is a compound value with three components.' It then goes on and lists the 3 components

Re: dominant-baseline property

2005-09-24 Thread Andreas L Delmelle
On Sep 24, 2005, at 19:09, Andreas L Delmelle wrote: As to how to integrate this: no clear idea ATM, but I'll give it some thought. Maybe Finn or others have a few ideas to add? On second thought, maybe all you really need is to subclass EnumProperty to DominantBaselineProperty, and give

Re: inline alignment question

2005-09-24 Thread Manuel Mall
Andreas, let me start with thanking you for taking the time to look into this and respond so quickly. This is much appreciated. This post arrived here after midnight by which time I was sound asleep. I only got to look at it this morning. On Sun, 25 Sep 2005 12:39 am, Andreas L Delmelle

Re: dominant-baseline property

2005-09-24 Thread Manuel Mall
On Sun, 25 Sep 2005 01:09 am, Andreas L Delmelle wrote: On Sep 24, 2005, at 17:05, Manuel Mall wrote: Hi Manuel, I just discovered something unusual in the spec. It describes the dominant-baseline property in a number of places as: 'The dominant-baseline property is a compound value with

Re: dominant-baseline property

2005-09-24 Thread Manuel Mall
On Sun, 25 Sep 2005 01:22 am, Andreas L Delmelle wrote: On Sep 24, 2005, at 19:09, Andreas L Delmelle wrote: As to how to integrate this: no clear idea ATM, but I'll give it some thought. Maybe Finn or others have a few ideas to add? On second thought, maybe all you really need is to