summaryrefslogtreecommitdiff
path: root/TODO.norg
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-08-13 14:50:26 +0530
committerAkshay Nair <phenax5@gmail.com>2023-08-13 14:50:26 +0530
commit1f147a779114a641b4abe5e47ac0b05433ec02fb (patch)
treed27845a0ac2deee6bd5ba652da692e733c0cf589 /TODO.norg
parent48455e6caaa7ad98316bbb4896b59f4487ad8650 (diff)
downloadcss-everything-1f147a779114a641b4abe5e47ac0b05433ec02fb.tar.gz
css-everything-1f147a779114a641b4abe5e47ac0b05433ec02fb.zip
feat: finalizes component system. it fucking works holy shit.
Diffstat (limited to 'TODO.norg')
-rw-r--r--TODO.norg9
1 files changed, 9 insertions, 0 deletions
diff --git a/TODO.norg b/TODO.norg
index c055580..cd74df4 100644
--- a/TODO.norg
+++ b/TODO.norg
@@ -11,6 +11,15 @@
- (x) `attr` function
- (x) `set-attr` should allow specifying id?
- (x) `set-attr` + remove attribute?
+ - (x) `pair` parsing
+ - (x) `selector` parsing
+ - (x) `map` data structure
+ - (x) component system (with variables. `instance(button#my-btn)`)
+ - ( ) instance access
+ - ( ) More complex selector support for cssx-children
+ - ( ) `add-element` & `remove-element`
+ - ( ) string concatenation
+ - ( ) `request` error handling
- ( ) keyboard events
- ( ) Evaluate `calc`
- ( ) Additional events