dom
dom copied to clipboard
DOM Standard
### What is the issue with the DOM Standard? A collection of issues I've bumped into while implementing "scoped custom element registries" in Ladybird, in one place to hopefully make...
When an event is triggered by a source in a different tree from the target, propagate events into the source's tree (where appropriate) so that event listeners can be added...
### What problem are you trying to solve? It's currently impossible to apply the CSS Custom Highlight API to a `` or text-based `` element. The API is designed around...
### What is the issue with the DOM Standard? In https://github.com/whatwg/html/pull/9841#discussion_r1834134022 @annevk and I discussed some of the spec around the `CommandEvent` as part of `command/commandfor`. The `source` attribute on...
### What is the issue with the DOM Standard? When [assigning slottables](https://dom.spec.whatwg.org/#assign-slotables) for a slot, the spec updates the assigned slot of any slottable that is added to the slot...
It seems the following members from `Range` might be suitable to move up to `AbstractRange` so `StaticRange` has them too: ```webidl void collapse(optional boolean toStart = false); void selectNode(Node node);...
`part` and `exportparts` were the (I hope) only two attributes that I missed in https://github.com/wlib/html-info due to them not appearing in [the spec](https://dom.spec.whatwg.org/#:~:text=id%2C%20class%2C%20and%20slot%20are%20effectively%20superglobal,.). There was [an issue](https://github.com/w3c/csswg-drafts/issues/3424) filed in 2018...
Reference Target is a feature to enable using IDREF attributes such as `for` and `aria-labelledby` to refer to elements inside a component's shadow DOM, while maintaining encapsulation of the internal...
Does anyone object? It's been years, nobody has done it, it's [claimed](https://www.w3.org/Bugs/Public/show_bug.cgi?id=22960#c2) that IE did it and then un-did it. Boris has [serious reservations](https://bugzilla.mozilla.org/show_bug.cgi?id=897815#c9) about web-compatibility. Is there any actual...
## What problem are you trying to solve? Currently, there is no way for a Custom Form Control composed of primitive form controls to prevent "the outside world" from receiving...