/+ What does work: * Windows and Linux guis. No Mac (well, outside of XQuartz, that should work) because the font class isn't finished in simpledisplay Cocoa version... after that though it SHOULD at least display... * basic text stuff * basic css stuff like font-size, color, etc. * clicking links Still nothing rn but wanted: * images * tables * forms? embedding a minigui widget would be kinda cool * inline-block * float UI wishlist: * selecting text * right click menus * put the load+parse either async or in a helper thread. then the stop button can actually do something too. * keybaord focus is janky Simple bugs: * text sizes all wrong on Windows, need to multiply them up at least * file:/// urls print without the extra //. I think that's correct according to URI RFC but need to check. Bigger bugs: * most css units are broken Would be nice: * css @supports at least being properly ignored * css calc() not throwing exceptions * css dynamic styles like :hover, :focus, etc., since it applies css statically. might be able to fix at some point, load it into a special object at least for simple cases * cursor changes on links * at least bare minimum flexbox... * margin: 0px auto, max-width, borders, padding. Amusing side trips: *