dom icon indicating copy to clipboard operation
dom copied to clipboard

DOM Standard

Results 219 dom issues
Sort by recently updated
recently updated
newest added

### What is the issue with the DOM Standard? I've found a situation in which an element's `ElementInternals.shadowRoot` property is not in sync with the actual state of the DOM,...

### What problem are you trying to solve? It's very common in modern framework code to have to work with ranges of nodes as a unit, where a range is...

needs implementer interest
addition/proposal
topic: nodes

Currently we pretend that all `CharacterData` nodes (`Text`, `CDATASection`, `ProcessingInstruction`, and `Comment`) can have infinite length. In practice however it seems the upper limit has to be JavaScript's `String`'s maximum...

topic: nodes

### What is the issue with the DOM Standard? While reviewing the[ Composed Selection Range PR](https://github.com/whatwg/dom/pull/1342#discussion_r1973386577), @annevk brought up a concern about the current spec, which makes it possible for...

topic: shadow
topic: ranges

### What is the issue with the DOM Standard? Unfortunately `dom.bs` is now too large for GitHub. We can use Searchfox similar to what we do for HTML. We'll need...

meta

### What is the issue with the DOM Standard? Per the [discussion](https://github.com/whatwg/dom/pull/1342#discussion_r1962059510) on the PR to define Composed Selection Range, there is a disagreement on what naming we should use...

topic: shadow
topic: ranges

As discussed at TPAC 2024, the specification for the new getComposedRanges() API need the introduction of the new definition "Composed live range" [1], which should react to mutations. This PR...

### What is the issue with the DOM Standard? When the attributesFilter property is used for a MutationObserver, attributes with namespaces are unconditionally excluded from getting mutation records: https://dom.spec.whatwg.org/#queueing-a-mutation-record >...

### What is the issue with the DOM Standard? https://dom.spec.whatwg.org/#concept-id >An [element](https://dom.spec.whatwg.org/#concept-element) can have an associated **unique identifier** (ID) >This specification makes [ID](https://dom.spec.whatwg.org/#concept-id) a concept of the DOM and **allows...

clarification
topic: nodes

# `DOMChangeList` and `DOMTreeConstruction` ## Motivation There are three high-level motivations for this API: 1. To make it clearer and less error prone to apply a sequence of DOM operations...