summaryrefslogtreecommitdiff
path: root/css/hints.h
Commit message (Collapse)AuthorAgeFilesLines
* move the CSS content handlerVincent Sanders2016-05-261-49/+0
|
* Fix several doxygen errorsVincent Sanders2016-05-051-4/+4
|
* Change hints handling to use new libcss API.Michael Drake2016-02-051-3/+4
| | | | | | | | | Collect hints and provide them up front. Note this implementation is minimal effort, and quite inefficient. We can be faster about it by walking the element's attributes, and caching things set on ancestor elements which apply to the current element. (Mostly table, and body stuff.)
* Split out presentational hints handling.Michael Drake2016-02-051-0/+48