aboutsummaryrefslogtreecommitdiff
path: root/TODO.norg
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-08-12 18:45:58 +0530
committerAkshay Nair <phenax5@gmail.com>2023-08-12 18:45:58 +0530
commit851f48856984076d2571152bde322688ba4946f2 (patch)
treed77a37b8de0f5a8b06b2afb83d7e4af39fc84a73 /TODO.norg
parentca80dee29014298bd8a1a82bd0418cc073a76316 (diff)
downloadcss-everything-851f48856984076d2571152bde322688ba4946f2.tar.gz
css-everything-851f48856984076d2571152bde322688ba4946f2.zip
chore: prettier + eslint magic
Diffstat (limited to 'TODO.norg')
-rw-r--r--TODO.norg6
1 files changed, 5 insertions, 1 deletions
diff --git a/TODO.norg b/TODO.norg
index 1887fa6..a0e5b50 100644
--- a/TODO.norg
+++ b/TODO.norg
@@ -8,8 +8,12 @@
- (x) attributes
- (x) `--cssx-text` (and maybe `--cssx-html`?)
- (x) dom tests
- - ( ) `add-class` & `remove-class` should use self if id is not specified
+ - ( ) keyboard events
+ - ( ) `attr` function
+ - ( ) j
- ( ) Evaluate `calc`
- ( ) Additional events
- ( ) Improve error messages
+ - ( ) `set-attr` should allow specifying id?
+ - ( ) `add-class` & `remove-class` should use self if id is not specified?
- ( ) `list` & `tuple` data structures?