Files
rose-ash/shared/static
giles f44a185230 dom-add-class/remove-class: handle list-of-elements targets
'add .foo to my children' compiles to (dom-add-class (host-get me 'children') 'foo') where
children is a list. Fanned out via for-each inside dom-add-class/dom-remove-class rather
than calling .classList.add on the list itself. Net: add 10→13.
2026-04-23 16:53:06 +00:00
..