A while ago I created a system that parses HTML into a table (with support for attributes and CSS styles), and since I don’t know if I’ll ever continue working on it, I wanted to post a video about it here to hear what you guys think about it.
The rendering is pretty barebones, and I couldn’t decide how to approach it, I tried using a similar Margin, Padding, and Context box design like it’s in CSS, but I still couldn’t manage to do it right. Do you guys have any idea how I can improve it? Or do you think I should go for a more static system instead of having margin and padding boxes since this is gonna be all static anyway?
(BTW, I don’t plan on releasing the parsing and rendering module for now.)
Edit: Should I release the Parser or the Renderer module on GitHub and create an issue for discussion on how to create a renderer module?
- Yes
- No
0 voters