WebReflection / uhtml

A micro HTML/SVG render

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: texContent -> textContent

greghuc opened this issue · comments

I tracked back a v4 error to https://github.com/WebReflection/uhtml/blob/main/esm/handler.js#L179

'texContent' should be 'textContent'

thanks ... I really should bring back tests and coverage ... it's just that linkedom might not have it all for the SVG case but I will eventually do that ... everything else has been manually tested (except this one, apologies).

Fixed in latest.

@WebReflection no worries, and thanks for uhtml. It's great.

@greghuc just FYI the 100% linkedom based test coverage is back with even more tests so I hope stability now is at pair with what I had before. Most test pages have been updated too (just swapped global leak with a proper module) and everything looks fine to me. Thanks for your patience.

@WebReflection that's great there are more tests. I always feel more confident refactoring when I know tests will catch the breakages. I've switched my main app to use v4, so will look out for any more issues.