about summary refs log tree commit diff stats
path: root/src/html/parser.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix html parser bugsbptato2021-12-191-6/+7
|
* Preparation for at rules, small inline-block fixbptato2021-12-191-2/+2
|
* Refactor selector code, optimize style tagsbptato2021-12-181-10/+20
|
* More code formatting consistencybptato2021-12-171-1/+1
|
* Some parser fixesbptato2021-12-151-11/+13
|
* Refactor enumsbptato2021-12-151-2/+1
|
* Add lists, function selector fixesbptato2021-12-141-17/+25
|
* Support inline style attributesbptato2021-12-101-10/+10
|
* Support CSS next- and subsequent sibling combinatorsbptato2021-11-231-6/+6
|
* Fix some whitespace bugsbptato2021-11-151-11/+7
|
* Colors, italic, bold, read from pipebptato2021-11-121-4/+7
|
* Layout engine improvements, use author style sheetbptato2021-11-101-3/+11
|
* Display & when escape cmd parsing failsbptato2021-11-081-4/+4
|
* Minor changesbptato2021-08-161-6/+0
|
* Get rid of some old code, work on css property handlingbptato2021-08-111-2/+0
|
* Reorganize importsbptato2021-08-071-0/+457