Alexander
Alexander
Hi @ccvelandres I will try to fix it soon. Thanks for the report!
@phoerious > Sorry to abuse the issue tracker as a support platform This is fine. Where else can you ask for additional features?! :) > reference-count individual DOM nodes or...
@phoerious You are trying to implement a very expensive and slow binding/wrapper approach. Above I described the fastest approach. Everything is created only when needed. At the same time, you...
@phoerious Awesome! Resiliparse is public wrapper?
@noam3127 Serialization to [HTML specification](https://html.spec.whatwg.org/multipage/parsing.html#serialising-html-fragments). You can see how the current serialization is implemented and create your own functions based on it. Use [`lxb_html_node_is_void(...)`](https://github.com/lexbor/lexbor/blob/5ffe6e63270aa3ff79e5f53506a0ba63a945a3b2/source/lexbor/html/node.h#L22) to detect `void` elements in HTML...
@noam3127 Yep, this is a bug `copy-paste`. I will fix it. Thanks for the report[
@AurelienZintzmeyer Unfortunately, this button is not available for my country (Russia). Thanks! :)
Hi @kostya 1. No, it is not needed, everything that this function was doing now happens during tokenization. 2. If token is one of String/CDATA/Text then `text_start`, `text_end` have a...
@kostya I can back all handlers for processing data, but without chunks support.
@kostya I’ll think about how to do it right. I will update the lexbor soon (internal work with tag attributes will change) and it will become even faster.