Results 40 comments of Yuri Kobets

Do you use custom container class? Usually these overlaps appear if `litehtml::document_container` returns incorrect text width.

> 1. am I right in thinking that gumbo is only used for html parsing, and this lib leverages it by in turn taking care of css (computing rendering positions/size/clipping/etc.)?...

Yes, I agree with @bigfatbrowncat, the implementation of the input element must be completely outside litehtml. Generally the method document_container::create_element was created to implement the input tag in the future....

Just committed update for litebrowser and litehtml. In the litehtml I've added the pointer to the document as the parameter of `document_container::create_element` - you need it to create the custom...

@gesajt the input tag is not implemented in litebrowser.

> any chance you can share high-level details of specific c++11 features used? Here the list (may be incomplete): - auto keyword - Range-based for() - Initializer lists - std::shared_ptr...

Fork/pull request is preferred way. Thank you.

OK, agreed. I'll add support for image maps.

code is redesigned in the latest version