Christian Andolf
Christian Andolf
When changing the `selected` property using `.prop()` you're changing the inherent state of the element. The attribute `selected` only defines the initial state of the document when parsed. However, when...
The [MDN documentation for the `` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/template) specifies that its content is processed, but never rendered. This means that if you try to query the content you should end up...
It seems that connecting a component will mean that it loses its original name. Down below is a test case where I was able to reproduce it. ``` it('should not...
My use case is this: I want to request the wake lock when I open a modal, so request is made in conjunction with a button press. When visibility changes,...
### What happened? Turning on reduced motion on MacOS 15.1 does not disable the confetti effect, instead it fires in a downward half-circle. This can also be reproduced at the...