Alexander

Results 100 comments of Alexander

Hi @hyzhak Does anyone really care? 😄 I think it's okay, even if it conflicts.

Thanks @hyzhak GPLv2 license allows use the code in closed projects. Everything is fine. As the author of the project, I guarantee that you can use the code in closed...

@kiwijam @rushter In Modest we have buffer positions for [attributes in tokens](https://github.com/lexborisov/Modest/blob/master/source/myhtml/token.h#L67) You can use this for get raw data.

Hi! It's a good idea! I will try to create a list in the coming days.

Hi! No, these are not the same projects! I create web engine that fully meets the standards for rendering html like all modern browsers. I know about the projects you...

No, now I'm working on [media queries](https://drafts.csswg.org/mediaqueries/). After calculation dom and rendering (layout, events and so on), after bindings for js engine...

Hi! I did not quite understand your question. [examples](https://github.com/lexborisov/Modest/tree/master/examples/modest) for search nodes by Selectors High Level like a myhtml [high level api](https://github.com/lexborisov/myhtml/blob/master/include/myhtml/api.h)?

Hi @omouse ! Thanks, but I think that GPLv3 is too limited. Need to think about it.

Hi @cg82616424 ! @font-face not yet implemented. This is not difficult to do. Content is also not implemented. All this is not difficult to do, but the CSS is big,...

Hi! You can get background url and font url. Last version of ```mycss``` now in [Modest](https://github.com/lexborisov/Modest) project. This version not fresh. In the future I will update this version.