Andrew
Andrew
I'm also trying to just use `dagre` and render the svg myself and finding the control points for edges hard to consume. It would be super helpful to be able...
Thanks so much @benjie! That's _exactly_ the kind of discussion I was looking for! Cross-posted 👉 https://github.com/robrichard/defer-stream-wg/discussions/44
Thanks for the explainer @queengooborg. Having that information in the prose is totally fine by me. However, when I search “bubble” on that page, I don't see anything come up....
The `invalid` event does _not_ bubble. In the screen recording (from Chrome) the logs indicate that the event is being fired on the input element during constraint validation and the...
^^ Having similar issues. I have a package where I define all types via JSDoc in `.js` files and then emit `.d.ts` files. I believe that I should be able...
I am often authoring forms within a shadow root where it’s sensible to provide short `id` values because encapsulation “guarantees” I won’t get [caught off guard](https://github.com/whatwg/html/issues/11231). ```html ``` ```css #name...
I just tried this today and am hitting `error: The import attribute type of "css" is unsupported`. “Import Attributes” is a [Finished Proposal](https://github.com/tc39/proposals/blob/main/finished-proposals.md) according to the TC39 process. Any tickets...
Got it — are [JSON Modules](https://github.com/tc39/proposal-json-modules) good to go then at this point then? Is this the right ticket to follow for updates (given that Import Attributes are done, I...
Feel free to close this, I found myself trying to write an issue for this… but it felt much easier to ask this question over code. I wanted to clarify...
Thanks @ljharb and @trusktr for the discussion! I want to give a bit more context on *why* this restriction feels surprising from a developer’s point of view, and why allowing...