You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.
I stumbled on a problem that the parser can not determine the end of the tag 'form'.
Here the following code:
size_t begin = static_cast<size_t>(elem.start_pos.offset);
size_t end = static_cast<size_t>(elem.end_pos.offset) + elem.original_end_tag.length;
So I'm looking for the full length of the element.
But when it comes to the tag 'form', the value of the 'end' is 0. And each of his term is equal to 0.
I stumbled on a problem that the parser can not determine the end of the tag 'form'.
Here the following code:
So I'm looking for the full length of the element.
But when it comes to the tag 'form', the value of the 'end' is 0. And each of his term is equal to 0.
Example of html code:
The text was updated successfully, but these errors were encountered: