Emilio Cobos Álvarez

Results 777 comments of Emilio Cobos Álvarez

Sure, consider that part of the proposal :)

So the spec seems to account for something like this [here](https://html.spec.whatwg.org/#the-input-element-as-domain-specific-widgets). I still think that the `size` attribute would make sense for `number` inputs, and if people are on board...

Yes, that is fixed already fwiw: https://bugzilla.mozilla.org/show_bug.cgi?id=1905743

A fieldset with display: contents and the form controls reordered inside or so, perhaps?

My understanding is that [the way blink implemented this](https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/html/resources/html.css;l=417;drc=f179d41d5d064d852f5415f89e757004ce8f14b7) doesn't affect grid or flex, which is a bit unfortunate because it's replacing some magic for another. @bfgeek is the idea...

So to be clear the proposal is something like "any mutation to the selected option subtree queues a micro-task to re-clone the subtree, unless one is already queued", presumably? That...

I don't think cloning into the shadow root would be viable. It would expose the whole closed shadow tree to author script, and UAs wouldn't be able to rely on...

> Does `` even have a user-agent shadow root? Sorry, I misread and thought you meant cloning it somewhere inside the ``s shadow tree. But if you clone it inside...

@esprehn I was commenting on the behaviour of the rAF callbacks, not on the "liveness" of the document list. Safari matches the spec afaict because a child rAF scheduled from...