Status update
Written for MoeNavigator by Moritz Strohm on 2012-08-16
I have a partially working HTML parser and a CSS parser that can parse rules for elements, classes and stuff. I haven't tested the CSS parser yet on media selectors and @import expressions.
The HTML parser has still problems with HTML elements like <p> that don't need closing tags.
The engine itself has a "mysterious" bug that lets MoeNavigator crash in 2/3 of all program launches. I assume I have done something wrong with memory allocation or de-allocation.
The next step in development will be the drawing part. With the help of ClanLib I will try to draw one of the test pages for MoeNavigator. But befor this step will happen I have to work on the class for document nodes that will be used by the engine.