Backport Pasky's changes concerning text_style-related stuff.
commit09cf904814f47cf178e4539acf9d422c9b33cf0f
authorLaurent MONIN <zas@norz.org>
Fri, 14 Sep 2007 12:59:37 +0000 (14 14:59 +0200)
committerLaurent MONIN <zas@norz.org>
Fri, 14 Sep 2007 12:59:37 +0000 (14 14:59 +0200)
tree67dce18f1485adeef21eaebc9cc7e8c85d1692e4
parent286a6a09d8e10568c8933efa84a129c754b34834
Backport Pasky's changes concerning text_style-related stuff.

It partially includes changes made in following commits:

document/html: struct text_attrib_style -> struct text_style
commit    e1339412068f97be1aa5f91871ba7ebeedbdb5f

document: struct format_attr -> struct text_style_format
commit    070d335796c3e71c5feff8813e681ef4534ee016

document: Unify text style -> screen attribute handling
commit    b66d2bec674f59016ca0708c20249421914b1d2b

document: Move text_style-related stuff to dedicated format.*
commit    db9431465fd77658cfe804947ab336158c1974bd
15 files changed:
src/document/Makefile
src/document/css/apply.c
src/document/css/property.h
src/document/css/stylesheet.h
src/document/dom/renderer.c
src/document/format.c [new file with mode: 0644]
src/document/format.h [new file with mode: 0644]
src/document/html/parser.c
src/document/html/parser.h
src/document/html/parser/general.c
src/document/html/renderer.c
src/document/options.c
src/document/options.h
src/document/plain/renderer.c
src/document/renderer.h