Closed Beppe closed 4 years ago
(workaround):
document.body.appendChild(hyperHTML.wire(null,'svg')`
<svg><text transform=${`translate(${100} ${30})`}>ciao</text>
</svg>`);
On EDGE beta (Version 78.0.276.19 (Official build) beta (64-bit)) eveything is OK
Edge already has gazillion issues with attributes ... I'm glad to know they solved this in latest, hoping that's already the Chromium one.
Since there is a work around, I'm not sure I should waste time solving this, but I'll keep this open for now, and thanks for filing this bug 👍
@Beppe you should try this with latest hyperHTML
document.body.appendChild(hyperHTML.wire(null,'svg')`
<svg><text x="10" .y=${30}>ciao</text>
</svg>`);
Using attribute setters never fails in both old Edge and IE 👋
EDGE (Microsoft EdgeHTML 18.18362):
All as expected
console:
On EDGE beta (Version 78.0.276.19 (Official build) beta (64-bit)) eveything is OK