about summary refs log tree commit diff stats
path: root/src/css/cssvalues.nim
Commit message (Collapse)AuthorAgeFilesLines
* layout: add wrapper box for table caption + misc stuffbptato2024-05-241-15/+35
| | | | | | | | | Captions are no longer positioned inside tables, yay. Also, misc: * rename some things for consistency * clamp out of bounds rgb() values * remove inherited property lookup table
* layout, layoutunit: remove some automatic convertersbptato2024-05-221-5/+5
| | | | | I wish we didn't need any, but fixing this for integers would be too involved and the float64 one was causing problems now.
* css: stub overflowbptato2024-05-181-1/+15
| | | | | The renderer cannot handle it yet, but at least this fixes pages that expect overflow: hidden (etc.) to establish a new BFC.
* css/values -> css/cssvaluesbptato2024-05-161-0/+1640
for consistency