ISSUE TODO NOTE

NOTE

../grim/background.go:120

background-clip and background-blend-mode are not supported

../grim/background.go:603

Does not support interpolation

../grim/background.go:1164

This is the corrent way to do it for circles not ellipses (but ellipses aren't supported)

../grim/cstyle.go:126

Properties.Id is the ancestory of an element with colons seperating them if we split them up we can check the parents without recursion or a while (for true) loop
See GenerateUnqineId to see how they are made

../grim/element.go:39

ScrollHeight is the amount of scroll left, not the total amount of scroll if you want the same scrollHeight like js the add the height of the element to it

../grim/main.go:309

This is the only spot you can pierce the vale

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

This prevents recursion