Open
Description
I was thinking of creating a small CSS wrapper library for Prism.CSS and Concur. This may or may not be a good idea - too early to tell. But, it made me realize that HTML
might be better off as a typeclass with all the element functions as typeclass members, because libraries that depend on HTML
might want to do it an implementation-independent fashion (rather than relying specifically on, say, React).
To be clear it isn't something I'm in need of anytime soon.