17 Apr
2003
17 Apr
'03
2:16 p.m.
Madis,
Tried to enable font tag size/face support and discovered that this made loading sites slow since same fonts were queried, dropped and requeried many times from X server. So here is a patch which makes Dw_style not drop any fonts from fonts_table hashmap until Dw_style_cleanup_fonts is called (from Html_close, when page rendering is finished) and enables support for font tags size and face attributes.
Please read the FONT related articles from our [links] section. They explain why we don't include support for the FONT element. As for the expires patch, I'll get back to it after 0.7.2 is out. Cheers Jorge.-