about summary refs log tree commit diff stats
path: root/src/css/stylednode.nim
Commit message (Expand)AuthorAgeFilesLines
* WIP selector rewritebptato2023-01-271-0/+4
* css/cascade: remove scoped sheetsbptato2023-01-071-2/+0
* css: fix some bugs and improve cascading a bitbptato2022-12-291-1/+17
* More DOM workbptato2022-12-191-1/+5
* Display text for img tag, background-imagebptato2022-12-161-1/+3
* Add support for q, fix list-item counter behaviorbptato2022-12-121-1/+10
* Fix nth-child bugs, rename select to matchbptato2022-08-231-0/+3
* Add interactive <select>bptato2022-07-311-1/+7
* Implement revert valuebptato2022-07-301-5/+8
* StyledNode: avoid duplicate dependenciesbptato2022-07-291-0/+4
* Fix cascading bugs & performance issuesbptato2022-07-281-1/+5
* Fix StyledNode invalidation & othersbptato2022-07-271-5/+110
* Use StyledNodes instead of passing the entire DOM to the layout enginebptato2022-07-161-0/+18
ref='#n127'>127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164