summaryrefslogtreecommitdiff
path: root/content/handlers/html
Commit message (Expand)AuthorAgeFilesLines
* html: layout: flex: Handle auto margins in main directionMichael Drake2022-12-151-5/+32
* html: layout: flex: Track used size and count auto margins for mainMichael Drake2022-12-151-0/+16
* html: layout: flex: Helper to get main margin end sizeMichael Drake2022-12-151-16/+32
* html: layout: flex: Support reversed main directionMichael Drake2022-12-141-10/+38
* html: layout: Helpers to get cross/main box sizeMichael Drake2022-12-141-0/+14
* html: layout: flex: Rename indirected box w/h functionsMichael Drake2022-12-142-5/+7
* html: layout: flex: Scope reduce variablesMichael Drake2022-12-141-2/+2
* html: layout: flex: Only distribute positive remaining cross spaceMichael Drake2022-12-141-1/+1
* html: layout: flex: Minor code style changeMichael Drake2022-12-141-6/+3
* html: layout: flex: Add code documentationMichael Drake2022-12-141-1/+126
* html: layout: flex: Hoist item placement out of line resolverMichael Drake2022-12-141-50/+50
* html: layout: flex: Return NULL for pointerMichael Drake2022-12-141-1/+1
* html: layout: Helper for whether flex direction is reversedMichael Drake2022-12-141-0/+13
* html: layout: flex: Disable verbose loggingMichael Drake2022-11-021-21/+23
* html: layout: flex: Implement align-items and align-selfMichael Drake2022-11-022-34/+125
* html: layout: flex: Implement wrap-reverseMichael Drake2022-11-021-25/+48
* html: layout: flex: Don't pass content around unnecessarilyMichael Drake2022-11-021-7/+4
* html: layout: flex: Compare line main size with available mainMichael Drake2022-11-021-34/+35
* html: layout: flex: Unify line item placementMichael Drake2022-11-021-60/+43
* html: layout helpers: Add helpers for width/height indirectionMichael Drake2022-11-021-0/+14
* html: layout: Remove duplicate typedefsMichael Drake2022-10-291-9/+0
* layout: flex: Squash main is usually a function warningMichael Drake2022-10-291-5/+5
* html: layout: Initial implementation of display: flexMichael Drake2022-10-2911-87/+1329
* html: box_dump: Indicate descendant bounding box valuesMichael Drake2022-10-291-1/+1
* layout: minmax pass: Improve handling of {min|max}_width propertiesMichael Drake2022-10-291-32/+59
* layout: minmax table: Change logging level to errorMichael Drake2022-10-291-1/+1
* layout: calculate_mbp_width: Preserve percentage valuesMichael Drake2022-10-291-2/+2
* html: layout: Improve block container assertionsMichael Drake2022-10-291-3/+3
* html: layout: Split out common helpersMichael Drake2022-10-292-527/+599
* layout: Constify box through layout_find_dimensions()Michael Drake2022-10-291-1/+1
* layout: Constify box through layout_handle_box_sizing()Michael Drake2022-10-291-1/+1
* layout: Add helpers for various box type checksMichael Drake2022-10-291-31/+55
* layout: Add helper for checking if a style has a border on a sideMichael Drake2022-10-291-2/+9
* layout: Drop redundant else blockMichael Drake2022-10-291-2/+0
* HTML: CSS media spec: Pass in dark mode preference.Michael Drake2022-07-301-0/+20
* Switch to new libcss API for unit conversion.Michael Drake2021-05-3016-413/+498
* html: layout: Cleanup dom node tag name getting with helper.Michael Drake2021-02-201-14/+32
* html: layout: Fix to ignore non-element children of lists.Michael Drake2021-02-201-3/+10
* layout: Add support for OL reversed attribute.Michael Drake2021-02-101-1/+102
* layout: list handling: Scope reduce some variables in the recursive call.Michael Drake2021-02-101-3/+3
* html: layout: Change list value step to variable.Michael Drake2021-02-101-1/+2
* html: Add support for OL start attribute.Michael Drake2021-02-103-13/+55
* layout: Add support for list item value attribute.Michael Drake2021-02-091-1/+52
* html: Do list item counting at layout time.Michael Drake2021-02-092-98/+82
* layout: Pass content into list layout function.Michael Drake2021-02-091-10/+12
* layout: Add counting for list items to layout.Michael Drake2021-02-092-1/+97
* use list style formatting from libcssVincent Sanders2021-02-074-619/+29
* html: list counter style: Revert to string for {pre|post}fix.Michael Drake2021-02-021-4/+30
* html: list counter style: Constify {pre|post}fix memebers.Michael Drake2021-02-021-2/+2
* html: list counter style: Split out symbol copy.Michael Drake2021-02-021-36/+36