Alexander
Alexander
Each user can implement this themselves by modifying the tokenizer callback. Something like, ```C lxb_html_tokenizer_callback_token_done_set(tkz, blah_blah_callback, tree); static lxb_html_token_t * blah_blah_callback(lxb_html_tokenizer_t *tkz, lxb_html_token_t *token, void *ctx) { lxb_status_t status; if...
@ccvelandres Thanks for the report! Fixed.
@marcpabst @vtorri @IngwiePhoenix The first version of the styles has finally appeared. Better late than never! Please, [see examples](https://github.com/lexbor/lexbor/tree/master/examples/lexbor/styles). Now I am expanding the available properties for parsing. At the...
@IngwiePhoenix Thanks for the feedback. This is just the beginning :)
@vtorri You can not ask, but immediately help! :) In fact, I will now add the main (needed for further development) properties. And I will describe the steps for adding...
@vtorri Please, see wiki instructions for [add new property for parsing](https://github.com/lexbor/lexbor/wiki/How-to-add-a-new-CSS-property-for-parsing). Later I will write a list of properties that can be dealt with.
@marcpabst Done.
@kostya > Is it possible also add option for tokenizer to not process data? just to skip all this overhead, when you not need it, and going to process it...
@vtorri > i can't remember if lexbor is thread safe or not, but @lexborisov decided to remove thread support. All code is thread safe.
@IngwiePhoenix Better late than never! Fixed.