about summary refs log tree commit diff stats
path: root/src/css/cascade.nim
Commit message (Expand)AuthorAgeFilesLines
* rudimentary support for <video>, <audio>bptato2024-03-131-0/+14
* catom: merge TagType with AttrTypebptato2024-03-041-0/+1
* Allow non-RGB colors in CSSbptato2024-02-241-3/+3
* css: reduce CSSComputedValue sizebptato2024-02-171-6/+2
* layout: use html/body bgcolor as canvas bgcolorbptato2024-02-171-0/+5
* css: hide noscript tags when scripting is enabledbptato2024-02-131-0/+2
* buffer: load external resources when they are attachedbptato2024-02-081-0/+2
* dom: enumize attribute namesbptato2024-02-081-18/+18
* Update chamebptato2024-02-071-4/+4
* Fix windowChange not refreshing valid media queriesbptato2024-01-101-1/+2
* Use std/* imports everywherebptato2024-01-071-3/+3
* cascade: simplifybptato2023-12-091-2/+1
* cascade: fix regressionbptato2023-12-091-18/+23
* sheet: fix a correctness issue, misc refactoringsbptato2023-12-091-2/+2
* cascade: refactor & optimizebptato2023-12-091-153/+192
* layout: add floatsbptato2023-11-171-2/+2
* Add jspropnames, CSSStyleDeclaration stubbptato2023-10-251-5/+3
* css: fix list style type presentational hintsbptato2023-10-141-17/+20
* css: support more list types, fix <ul/ol type=...bptato2023-10-141-5/+15
* css: support alphabetic list types, support <LI TYPE=...bptato2023-10-141-0/+9
* update chamebptato2023-09-191-0/+1
* move around more modulesbptato2023-09-141-1/+1
* color: fix parseLegacyColor bugsbptato2023-09-131-6/+10
* config: allow modification through JSbptato2023-08-271-9/+12
* Move HTML parsing into Chamebptato2023-08-151-1/+2
* css: very minor optimizationsbptato2023-07-281-5/+5
* Fix bug in media-query parsingbptato2023-07-041-6/+16
* Use LayoutUnit in layoutbptato2023-07-041-4/+5
* cascade: remove sugar, add DeclarationListMap typebptato2023-06-291-36/+53
* input size as presentational hintbptato2023-06-181-0/+8
* Fix various layout bugs, prepare for image supportbptato2023-06-121-1/+2
* Use width, height for canvas in cssbptato2023-06-101-1/+1
* Add support for width, height media querybptato2023-06-071-23/+35
* Add support for canvas and multipartbptato2023-06-051-6/+6
* css/cascade, layout/engine: add table alignbptato2023-01-081-0/+10
* css/cascade: remove scoped sheetsbptato2023-01-071-32/+2
* dom: add better attribute reflectionbptato2023-01-021-2/+4
* selectorparser: support :link, :visitedbptato2023-01-011-4/+3
* cascade: document a bitbptato2023-01-011-2/+7
* css/cascade: fix stylesheets not being copied in <head>bptato2022-12-311-1/+3
* css: fix some bugs and improve cascading a bitbptato2022-12-291-11/+22
* layout/engine: get rid of dom dependencybptato2022-12-271-18/+39
* Implement DOMTokenList, item functions for collectionsbptato2022-12-261-1/+1
* Add font color presentational hintbptato2022-12-251-0/+6
* More DOM workbptato2022-12-191-3/+3
* Display text for img tag, background-imagebptato2022-12-161-3/+15
* Fix color contrast correctionbptato2022-12-121-0/+5
* Add support for q, fix list-item counter behaviorbptato2022-12-121-4/+12
* Add div alignbptato2022-12-111-0/+9
* Support vertical-align on tdbptato2022-12-111-1/+14