about summary refs log tree commit diff stats
path: root/src/css/match.nim
Commit message (Expand)AuthorAgeFilesLines
* css/match: fix next sibling selector (+)bptato2023-02-131-2/+2
* WIP selector rewritebptato2023-01-271-86/+69
* selectorparser: support :link, :visitedbptato2023-01-011-0/+4
* css: fix some bugs and improve cascading a bitbptato2022-12-291-0/+2
* More DOM workbptato2022-12-191-4/+4
* Add JS support to documentsbptato2022-12-181-1/+1
* More JS bindingsbptato2022-09-131-4/+6
* Fix combinator bugs + reimplement querySelectorAllbptato2022-09-011-77/+31
* Fix :nth-last-childbptato2022-08-231-3/+9
* Use more accurate selector terminologybptato2022-08-231-3/+3
* Fix nth-child bugs, rename select to matchbptato2022-08-231-0/+257
bf8'>^
39017bac ^
192d59d3 ^
39017bac ^
192d59d3 ^
39017bac ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29