Felix Boehm

Results 106 comments of Felix Boehm

@chiragpat Thanks for this PR! I am interested in getting this landed, but would want to be closer to the CSS spec. The actual semantics of the `:lang` selector are...

The DOM structure was inherited from the original `node-htmlparser` project. There are aliases available for a lot of the DOM names, eg. `tagName` will get a node's tag name; the...

Transferred to `domhandler`, as this is more appropriate here.

Thanks! Could you provide a test case?

Hi @0x0a0d, thanks for opening this, and sorry for never responding. I agree that the current DOM structure isn't ideal, and I am thinking about how to improve it. You...

Okay, let's address this: 1. The issue here is `el.parent?.name === 'body'`, as the parent isn't guaranteed to be a tag (it could also be the document). You can work...

I would like to continue working on this, but would need to spend at least another week on it, which I currently don't have. The HTML standard doesn't allow tag...

Could you share in which scenario TypeScript doesn't find type definitions? For me, it picks up the `types` property without an issue, both for CommonJS and ESM code.