dom
dom copied to clipboard
DOM Standard
Feedback copied from https://github.com/w3ctag/design-reviews/issues/658 There is an "is available to element internals" flag, but no definition of what it means.
Feedback copied from https://github.com/w3ctag/design-reviews/issues/658: We see a new `delegatesFocus` property has been added on `ShadowRoot`, but there is no description of what it's supposed to do. By looking around we...
Feedback copied from https://github.com/w3ctag/design-reviews/issues/658 If `shadowRoot` is available to internals, is there a difference between `this.shadowRoot` and `this.internals.shadowRoot` or do they point to the same thing?
This change depends on the changes in https://github.com/whatwg/html/pull/8447 which adds origin to policy container. - [ ] At least two implementers are interested (and none opposed): * … * …...
At present, a quarter of the translation work has been completed, but I am afraid that others will do the same work as me, so issue first to avoid this...
`toggleAttribute` seems to be the only attribute-modifying method of `Element` that doesn't have an `-NS` counterpart - maybe it should be added for completeness? I have [a branch with spec...
Per https://www.w3.org/Bugs/Public/show_bug.cgi?id=20976#c6 base URL will become a concept of documents. Then we need a way to set the base URL of a document from another specification. When set, this changes...
MutationObservers return added nodes when an opening tag is encountered. For many use cases, this is not a problem as the insertions are of completed nodes, and even incomplete nodes...
### What problem are you trying to solve? (I did originally suggest this on the [Observable proposal](https://github.com/WICG/observable/issues/146) but it was suggested I propose this here instead.) AbortSignal teardown is still...
This calls the get Trusted Types-compliant attribute value algorithm from Trusted Types (https://github.com/w3c/trusted-types/pull/418) from attribute's change, append, and replace. Changed the signature of setAttribute and setAttributeNS to accept Trusted Types...