In the case I was wanting to work with markup inheritance didn't really work
right as I wanted to change the used border on the fly, in the end I just
used object inheritance having the subclassed pages to call "border.add()"
rather than add() directory (with the border defined/added by the base class
as required).

It works, and its good that its explicit that you're adding objects into the
border, but it would also be nice to override add() and disallow the
subclasses from adding to the page itself.

Tbh, I haven't followed the border changes much. Maybe Juergen or
someone else can comment on this? Is such use still possible?

Eelco

Reply via email to