dom
dom copied to clipboard
DOM Standard
(from https://github.com/w3c/selection-api/issues/164) [WCCG had their spring F2F](https://github.com/WICG/webcomponents/issues/978#issuecomment-1516897276) in which this was discussed. Present members of WCCG identified an action item to raise this issue. You can read the full notes...
Consider a Web app that calls a method exposed by the browser. * What happens if one of the method's parameters is a dictionary? Dictionaries may be extended over time,...
While we are starting to see an expansion of Promise-based APIs that directly support cancelation using an AbortSignal, there are still a good number out there that do not. One...
In https://bugs.webkit.org/show_bug.cgi?id=256716 I was made aware of https://wpt.fyi/results/domxpath/fn-lang.html (added in https://github.com/web-platform-tests/wpt/commit/292d5325052fc889163708143ceaeac557957ed9) where apparently Chromium and Gecko follow the XPath 3.1 definition of `lang()` matching which is not in line with...
[Could've sworn I filed this already, but maybe we only talked about it.] Back in 2015 Bo Campbell from IBM reported a major accessibility problem with websites using Flexbox: they...
Web APIs are relying more and more on dictionaries. And doing feature detection of such members requires ugly and [unnecessary complicated code](https://github.com/whatwg/webidl/issues/107). Following https://github.com/WICG/EventListenerOptions/issues/31, https://github.com/whatwg/dom/issues/491, and many more over the...
https://dom.spec.whatwg.org/commit-snapshots/4db09dd26ec58074809275a6683fc070cf455cd1/#interface-event > The **touch target list** is for the exclusive use of defining the TouchEvent interface and related interfaces. From that it's unclear with that we are working. What is...
https://dom.spec.whatwg.org/#concept-range-start > A range has two associated boundary points — a **start** and **end**. These definitions are correctly namespaced, but the words are still pretty generic, which has two problems:...
The CSSWG is working on new 'scoping' functionality, that allows authors to establish both upper (root) and lower boundaries on a 'scoped' selector. The result is that selectors match within...
This is a very early stage proposal on the specification change. I hope to listen to what you think of the change. I will update the following checklist afterwords. -...