Matthew Griffith
Matthew Griffith
Nice. Thank you for writing this up! Stacking shadows makes sense. I think I initially avoided that because each shadow is "expnsive", but in retrospect I think I was wrong...
Nicely said! 4./2. Only font attributes are inherited I believe, which is kinda necessary or you'd have to set font size/color on every node. 🤔 mostly the sort of indirection...
Hey! I think this makes a lot of sense so it'll likely be in `2.0`! I haven't taken a look at `table` in a while, but it's definitely on my...
Ah, I figured it out. CSS grid support landed in safari in version 10.1. Hmm, not sure what entirely to do without redoing the entire table/labeling mechanism. I'll be keeping...
I'm open to supporting more attributes in `mouseOver`, please suggest them if you want them! What do you mean by border activation? Border color is currently supported on `mouseOver`, though...
So, let's get specific about what we're talking about. :) What border related properties would you like to see? The idea with adding `Border.solid` to the hover would be to...
Ok, great, so a few things. 1. For accessibility claims I really want references and potentially a way for me to verify the actual experience. Also, by using `Region.announcePolitely`, you...
Thanks for the resources, I've made a note for both and will read them more in depth once I get a free moment. Upon a cursory read they both don't...
Yeah, I'm still looking into this. Edge support got a lot better, but I definitely see the issues with IE11. I released the new version of the alpha just because...
My hesitance is that changing the node name can result in unexpected breakage. I'd also like for people to report when they actually need to change the node name and...