summaryrefslogtreecommitdiff
path: root/css/hints.h
Commit message (Collapse)AuthorAgeFilesLines
* 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