Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Ignore inheritance on font-size properties altogether. Since we already
inherit the font-size during the 'em' calculations when laying out text,
inheriting the font-size property textually will result in doubling
the effect of any scaling.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add the new source files to the solution.
Windows builds whinge about float->double conversions. Fix these
with explicit casts.
Avoid calling strtof and strcasecmp.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
html_document is now a simple client of html_context.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Resolve final width and em-scaled numbers at layout time.
|
|
|
|
|
|
Apply the style sheet rules and save the raw properties in each box.
Only resolve the 'display' property that is needed for box generation.
|
|
|
|
|
|
|
|
|