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
vardoc=nodeParse('
<html><body><table><tbody><tr><td><ahref="#"class="anchor">link</a><td><tr><tbody>// error close tag
</table></body></html>')
var anchor = doc.querySelector('.anchor')
console.log(anchor.parentNode.parentNode.parentNode) //Returns <html...,when<tbody..isexpected.
In other languages and with other packages I have no problem. I also don't want to be putting: voidTag:{
tags: ['area', 'base',...], in the configuration, since I don't know in which labels the error will appear. Is there a way to do what I'm looking for? Thank you for your package.
The text was updated successfully, but these errors were encountered:
Example:
In other languages and with other packages I have no problem. I also don't want to be putting: voidTag:{
tags: ['area', 'base',...], in the configuration, since I don't know in which labels the error will appear. Is there a way to do what I'm looking for? Thank you for your package.
The text was updated successfully, but these errors were encountered: