blob: c4c1756c49c6ee622ee20d73098fc9a03f1fdc7d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
* Tasks
- (x) Hydrate existing elements instead of re-creating
- (x) `load-cssx` functions
- (x) `get-variable`
- (x) `update-variable`
- (x) Use css units for `delay` function
- (x) Specify node type - `button(id)` or `button#id`
- (x) attributes
- (x) `--cssx-text` (and maybe `--cssx-html`?)
- ( ) Evaluate `calc`
- ( ) Additional events
- ( ) Proper dom tests
- ( ) Improve error messages
- ( ) `list` & `tuple` data structures?
|