about summary refs log tree commit diff stats
path: root/src/css/match.nim
Commit message (Expand)AuthorAgeFilesLines
* Move HTML parsing into Chamebptato2023-08-151-1/+2
* Fixes & workarounds to compile on Nim 2.0.0bptato2023-08-011-1/+1
* css: handle unknown tag names correctlybptato2023-07-251-0/+2
* 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
@akkartik.com> 2015-07-29 01:23:22 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2015-07-29 01:23:22 -0700 1880 - switch .mu files to new type-deducing idiom' href='/akkartik/mu/commit/factorial.mu?h=main&id=ce87c19ee42bc52c5ab9a1ee3c431a9423e5a885'>ce87c19e ^
1ead3562 ^
08b48a8d ^
c1d92c9d ^
192d59d3 ^

32241605 ^
b96af395 ^
08b48a8d ^
b96af395 ^


192d59d3 ^
b96af395 ^
bafc7192 ^
b96af395 ^


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
30
31
32
33