[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 'mnemonic-new/modular/oil_xmlhandler Makefile.in acconfig.h aclocal.m4 config.guess config.sub configure configure.in install-sh' modified by hakan at 13-Jul-98
> well, I'm not quite clear on how things are supposed to work here. You want
> the display to create the tags because you want gtk specifik tags, eh? But
> why do we need gtk specifik tags?
Because eg. the information one wants to store in a 'H1' tag depends
heavily on the display. A text-only browser doesn't care about font
size info, for instance.
Therefore, there could be a generic tag class, but the actual data
should be stored in a derived class that is created by the display.
It might be good to have a look at the mailinglist archives for
discussions (around the time Alecu was starting to do CSS). We have
been through the pros and cons of this method in great detail.
Kasper