BerndGabriel
BerndGabriel
Lots of calculations done in DrawLogic methods are repeated in the Draw methods. DrawLogic ought to be the method, that precalculates the entire layout and Draw should not re-evaluate a...
As property "display" can switch an inline element to a block element and vice versa, the HtmlViewer's object structure, which divides the elements into TSection a block of text incl....
Currently drawing background images is implemented for table cells only.
Especially the handling of properties "display", "float" and "position" needs some enhancements. Currently there are the specified values only.
Currently the combinator characters '+' (CSS2.1) and '*', '~' (CSS3) stop parsing the selector and assign the style to the style read up to now skipping the rest of the...