vmpstr
vmpstr
From @progers re display-locking/all.md: Do the update phases occur on microtask timing. It might be good to mention the answer to that.
From @progers re display-locking/all.md: I think this document is too long and you will lose people. WDYT of refactoring this like https://github.com/erikchen/performance-memory/blob/master/explainer.md where the important details are all at the...
The contentvisibilityautostatechange event was added in CSSWG: https://www.w3.org/TR/css-contain-2/#content-visibility-auto-state-changed An [issue was raised](https://github.com/w3c/csswg-drafts/issues/7603) that rightly points out that oncontentvisibilityautostatechange should also be added in line with [design principles](https://w3ctag.github.io/design-principles/#always-add-event-handlers) This PR does...
[`anchor-scope`](https://www.w3.org/TR/css-anchor-position-1/#anchor-scope) is specified to limit the exposure of anchors to not go above the `anchor-scope` element. However, [`anchor-name`](https://www.w3.org/TR/css-anchor-position-1/#name) are also tree scoped which means that an element that is exposed...
As Artificial Intelligence (AI) becomes more prevalent in web interactions, there's a growing need to safeguard user privacy. One area of concern is the potential for AI to ingest sensitive...
[cssom][web-animations-1] Consistent behavior for invalid pseudos in getComputedStyle/getAnimations
We resolved in #9908 to add a pseudo element to getAnimations which shifts the target of the call to the pseudo element instead of the originating element. In the PR...
### Test List https://wpt.fyi/results/css/css-view-transitions/no-painting-while-render-blocked.html ### Rationale This test uses a takeScreenshot within a callback while the page is not producing frames. I don't believe this is a valid way to...
### WebKittens @nt1m ### Title of the proposal CSS View Transitions - Nested View Transition Groups ### URL to the spec https://www.w3.org/TR/css-view-transitions-2/#view-transition-group-prop ### URL to the spec's repository https://github.com/w3c/csswg-drafts ###...
### What is the issue with the HTML Standard? The PR for this feature is being upstreamed here https://github.com/whatwg/html/pull/11895. One of the things that is exposed by the idl (https://wicg.github.io/scroll-to-text-fragment/#dom-document-fragmentdirective)...
### What is the issue with the HTML Standard? (The PR for this feature is being upstreamed here https://github.com/whatwg/html/pull/11895) Currently the number of specified scroll fragments could be theoretically unbounded...