Caleb Williams
Caleb Williams
Having the same issue
I'm having this issue as well. Is there any timeline for a fix here?
Yeah, that's the best I can tell. Fortunately, this now works in Safari Tech Preview … https://codepen.io/calebdwilliams/pen/xxJjNgr?editors=1010
Good callout. Looks like this works generally for all APIs as well. I'll have to poke around at the best way to solve this unless you'd like to take a...
Yeah, my concern is basically wanting to confirm how this works if the form attribute changes midstream and how any values or behavior pivot.
Yeah, here's an [example of what I was worried about](https://codepen.io/calebdwilliams/pen/KKeXYeP?editors=1010). Although it might be as simple as forwarding the test attribute to the hidden input … but there are likely...
The problem is more how to tell when the form changes. It would be feasible for a developer to do something along the following lines: ```typescript html` Continue Continue `;...
The PR wasn't passing on OSX (I believe @Lodin uses Windows for development). I don't have a ton of open source time any more with family responsibilities and a new...
The CI basically just runs the test suite. You can find the steps in the `.github` directory: https://github.com/calebdwilliams/construct-style-sheets/blob/main/.github/workflows/ci.yml
Looks like there's some re-writing that will need to happen. I'll try to look in the next few days, but I'm fairly swamped and don't have a ton of open...