about summary refs log tree commit diff stats
path: root/src/html/dom.nim
Commit message (Expand)AuthorAgeFilesLines
* Move around some modulesbptato2024-03-141-1/+1
* rudimentary support for <video>, <audio>bptato2024-03-131-0/+22
* loader: remove applyHeadersbptato2024-03-121-2/+2
* loader: rework process modelbptato2024-03-111-3/+3
* catom: merge TagType with AttrTypebptato2024-03-041-26/+26
* dom: use relList for stylesheet checksbptato2024-03-041-10/+16
* dom: misc fixesbptato2024-03-041-2/+28
* env: add window.screenbptato2024-03-021-0/+4
* dom: fix canvas element crashbptato2024-03-011-2/+3
* dom: fix non-stylesheets being downloaded as stylesheetsbptato2024-02-271-0/+2
* term: improve pixels-per-column/line detectionbptato2024-02-251-1/+1
* Separate ANSI text decoding from main binarybptato2024-02-251-10/+8
* dom: use AttrType in DOMTokenList supportsbptato2024-02-241-5/+3
* dom: check rel attribute for link tags before downloadbptato2024-02-241-1/+1
* Allow non-RGB colors in CSSbptato2024-02-241-2/+8
* dom: add onload content attribute to bodybptato2024-02-241-5/+22
* dom: print parse errors to consolebptato2024-02-241-7/+8
* buffer: improve cancel, use _exit, misc cleanupsbptato2024-02-231-3/+3
* Replace Chakasu with Chagashibptato2024-02-221-15/+10
* dom: fix href stringifierbptato2024-02-151-0/+2
* buffer: improve style invalidationbptato2024-02-141-1/+1
* buffer: more form fixesbptato2024-02-131-1/+1
* Add pager.externFilterSourcebptato2024-02-121-1/+1
* buffer: load external resources when they are attachedbptato2024-02-081-21/+123
* dom: reduce todosbptato2024-02-081-10/+20
* dom: enumize attribute namesbptato2024-02-081-145/+170
* dom: atomize id, name, DOMTokenListbptato2024-02-081-36/+72
* dom: reduce tagType usebptato2024-02-081-55/+38
* Fix some document.write bugsbptato2024-02-071-1/+13
* Incremental renderingbptato2024-02-071-2/+7
* Update chamebptato2024-02-071-390/+632
* Fix form action when submitter has a "form" attrbptato2024-01-191-17/+26
* dom: fix innerHTML tag name regressionbptato2024-01-171-2/+8
* dom: fix invalid object conversion defectbptato2024-01-171-1/+1
* dom: standard-compliant innerHTML/outerHTMLbptato2024-01-121-5/+67
* Fix some casing issuesbptato2024-01-061-3/+5
* Compile with styleCheck:usagesbptato2023-12-281-6/+6
* dom: export import maps allowedbptato2023-12-251-1/+1
* dom: use JS_EvalFunction; add module fetching stubsbptato2023-12-251-48/+82
* Fix warnings on Nim 2.0.2bptato2023-12-241-1/+2
* dom: use std/ in importsbptato2023-12-221-8/+8
* dom: simplify fetch classic scriptbptato2023-12-221-22/+21
* html/dom: do not submit implicitly if there is a submit buttonbptato2023-12-181-8/+10
* break up twtstr somewhatbptato2023-12-131-0/+1
* dom: fix relList setter regression, remove rel()bptato2023-12-021-5/+14
* dom: redefine Node.contains to match standardbptato2023-12-011-4/+6
* dom: functionize parentElement, improve Node.documentbptato2023-12-011-7/+7
* dom: fix `children' being available for all Nodesbptato2023-12-011-6/+17
* html: add HTMLElement.dataset (+ some twtstr cleanup)bptato2023-12-011-15/+63
* dom: add document.readyStatebptato2023-11-271-0/+6