ISSUE TODO NOTE

ISSUE

../grim/background.go:989

ellipitcal gradients are not supported instead match on both for circle (need to update gg)

../grim/canvas/main.go:231

Breaks the fs rulesz

../grim/element.go:280

Need to getstyles on classes try to use conditional styles

../grim/events.go:274

it should only fire on only draggable

../grim/events.go:564

Who owns the text value or innerText?

../grim/main.go:100

This should be a adapter function

../grim/plugins/flex/main.go:968

Baseline isn't properly impleamented

../grim/selector.go:164

:where doesn't work and h1+h1 is propagating to all elements on superselector :where selects properly but the margin doesn't... h1+h1 selects all but should only select the last two...

../grim/selector.go:343

Why is this here??? has = is never reached above

../grim/styles.go:67

GetStyles only needs to be ran if a new node is added, and the inital run, or a style tag innerHTML chanages rest can be done with a modified QuickStyles kinda see that note for a complete list

../grim/tests/main.go:49

Flex2 doesn't work anymore

../grim/transformers/margin-block/main.go:25

Not working line36 broke margin

../grim/transformers/ol/main.go:20

Update this to match ul

../grim/transformers/scrollbar/main.go:157

calc() should not be used

../grim/utils.go:144

Check margin collapse

../grim/utils.go:246

REM not properly impleamented