diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-08-13 14:50:26 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-08-13 14:50:26 +0530 |
| commit | 1f147a779114a641b4abe5e47ac0b05433ec02fb (patch) | |
| tree | d27845a0ac2deee6bd5ba652da692e733c0cf589 /TODO.norg | |
| parent | 48455e6caaa7ad98316bbb4896b59f4487ad8650 (diff) | |
| download | css-everything-1f147a779114a641b4abe5e47ac0b05433ec02fb.tar.gz css-everything-1f147a779114a641b4abe5e47ac0b05433ec02fb.zip | |
feat: finalizes component system. it fucking works holy shit.
Diffstat (limited to '')
| -rw-r--r-- | TODO.norg | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |
