summaryrefslogtreecommitdiff
path: root/content/handlers/html/box_manipulate.c
Commit message (Collapse)AuthorAgeFilesLines
* html: Add support for OL start attribute.Michael Drake2021-02-101-0/+1
| | | | | | | | Note: Added new box member because rows was unsigned, and it was naughty to use something meant for tables. Note: Now numbers <= 0 can be generated, but LibCSS needs updated to support that.
* clean up content headers and documentation commentsVincent Sanders2020-05-061-0/+1
| | | | pure formatting and documentation changes, no code difference
* improve html content handler private headersVincent Sanders2020-05-021-3/+3
|
* split html box processing codeVincent Sanders2020-04-291-0/+350
reduce the module size of the html box handling code by splitting into smaller sections. No functional code change.