Jan Bösenberg
Jan Bösenberg
Thanks. I have also tried all kind of things to improve accuracy for the worst case curves. Someone recommended to use Romberg's method and [I actually implemented](https://github.com/Pomax/BezierInfo-2/issues/77#issuecomment-584532772) it, but results...
I did not know what to make of this issue, but I just realized that if the `` element has a `style` attribute, it will simply replace any inline style...
Thanks for the feedback. Maybe you can provide some more details so we can try to reproduce this issue. 1. Which version of IE is this? IE11 or even older?...
The documentation for `Document.importNode()` says that it creates a clone of the node is created. A similar method seems to be `Document.adoptNode()`, which moves the node from the original document...
There are other ARIA attributes that have IDs references or ID reference lists as values, for example `aria-flowto`, `aria-owns`, `aria-controls`, `aria-errormessage`, `aria-details`. More details at https://www.w3.org/TR/wai-aria
@sgilbert-gouv If I understand you correctly you suggest to simply copy the alt attribute to the `` element? This would be really easy to implement. But on stackoverflow there was...
To follow up on my idea above, here is another approach that never actually injects the SVG. This would copy some style attributes from the `` element to the ``...
Why is the name of the Cookie not included in the message? *A cookie associated with a cross-site...* is very obscure. Why not write *The cookie "auth0_compat" associated with a...
I do not think there is a built-in functinality available, but it should not be too difficult to implement this. Glyph contours consist of lines and quadratic and/or cubic bézier...
Old issue, but times have changed and this would be an ideal case for using the reactivity functionality from Vue 3. Vue is certainly a bit of an overkill, but...