about summary refs log tree commit diff stats
path: root/src/css
Commit message (Expand)AuthorAgeFilesLines
...
* Allow non-RGB colors in CSSbptato2024-02-242-51/+99
* css: reduce CSSComputedValue sizebptato2024-02-172-118/+96
* layout: use html/body bgcolor as canvas bgcolorbptato2024-02-172-4/+15
* css: hide noscript tags when scripting is enabledbptato2024-02-132-3/+25
* twtstr: misc refactoringsbptato2024-02-091-1/+1
* buffer: load external resources when they are attachedbptato2024-02-081-0/+2
* dom: enumize attribute namesbptato2024-02-083-23/+30
* dom: atomize id, name, DOMTokenListbptato2024-02-082-67/+90
* Update chamebptato2024-02-074-61/+74
* Use errDOMException template everywherebptato2024-01-111-7/+7
* Fix windowChange not refreshing valid media queriesbptato2024-01-101-1/+2
* Use std/* imports everywherebptato2024-01-077-23/+23
* css/sheet: skip media queries without blocksbptato2024-01-041-0/+3
* Compile with styleCheck:usagesbptato2023-12-282-8/+8
* Move http out of main binarybptato2023-12-131-1/+1
* css: add case-insensitive matchingbptato2023-12-112-18/+82
* css: add text-transformbptato2023-12-111-5/+29
* sheet: fix overflow in addAtRulebptato2023-12-091-1/+1
* cascade: simplifybptato2023-12-091-2/+1
* cascade: fix regressionbptato2023-12-091-18/+23
* selectorparser: enum-ize relbptato2023-12-092-25/+35
* sheet: fix a correctness issue, misc refactoringsbptato2023-12-092-51/+63
* cascade: refactor & optimizebptato2023-12-091-153/+192
* layout: add clear, etc.bptato2023-11-231-4/+25
* css/values: use Opt instead of Result[string]bptato2023-11-211-55/+54
* css/values: simplify getComputedValuebptato2023-11-211-11/+10
* css: add box-sizingbptato2023-11-211-4/+21
* twtstr: remove tolower, isWhitespacebptato2023-11-201-5/+6
* layout: add floatsbptato2023-11-172-4/+7
* layout: refactor flow margin propagation, sizingbptato2023-11-121-0/+13
* dom: add some CSSStyleDeclaration functionsbptato2023-10-252-2/+8
* reduce new() usagebptato2023-10-251-4/+5
* Add jspropnames, CSSStyleDeclaration stubbptato2023-10-251-5/+3
* WindowAttributes: refactorbptato2023-10-191-1/+1
* css: fix list style type presentational hintsbptato2023-10-141-17/+20
* css: support more list types, fix <ul/ol type=...bptato2023-10-142-9/+39
* css: support alphabetic list types, support <LI TYPE=...bptato2023-10-142-2/+59
* css: change type of rvalue to char (from Rune)bptato2023-10-014-52/+62
* selectorparser: fix missing case insensitivitybptato2023-10-011-10/+16
* Use twtstr.join everywherebptato2023-10-011-1/+2
* Get rid of unicode.toLowerbptato2023-10-012-4/+5
* px: convert to float first for percentage valuesbptato2023-09-201-1/+1
* update chamebptato2023-09-191-0/+1
* move around more modulesbptato2023-09-144-5/+5
* twtstr: simplifybptato2023-09-131-2/+3
* color: fix parseLegacyColor bugsbptato2023-09-131-6/+10
* refactor: Result[T, DOMException] -> DOMResult[T]bptato2023-08-281-9/+6
* javascript: refactorbptato2023-08-281-1/+1
* config: allow modification through JSbptato2023-08-271-9/+12
* Move HTML parsing into Chamebptato2023-08-155-5/+10